Home
last modified time | relevance | path

Searched refs:lpfc_io_buf (Results 1 – 10 of 10) sorted by relevance

/linux-6.6.21/drivers/scsi/lpfc/
Dlpfc_scsi.c85 lpfc_release_scsi_buf_s4(struct lpfc_hba *phba, struct lpfc_io_buf *psb);
87 lpfc_release_scsi_buf_s3(struct lpfc_hba *phba, struct lpfc_io_buf *psb);
101 struct lpfc_io_buf *lpfc_cmd) in lpfc_sli4_set_rsp_sgl_last()
254 struct lpfc_io_buf *psb; in lpfc_new_scsi_buf_s3()
273 psb = kzalloc(sizeof(struct lpfc_io_buf), GFP_KERNEL); in lpfc_new_scsi_buf_s3()
390 struct lpfc_io_buf *psb, *next_psb; in lpfc_sli4_vport_delete_fcp_xri_aborted()
432 struct lpfc_io_buf *psb, *next_psb; in lpfc_sli4_io_xri_aborted()
535 psb = container_of(iocbq, struct lpfc_io_buf, cur_iocbq); in lpfc_sli4_io_xri_aborted()
559 static struct lpfc_io_buf *
563 struct lpfc_io_buf *lpfc_cmd = NULL; in lpfc_get_scsi_buf_s3()
[all …]
Dlpfc_nvme.c56 static struct lpfc_io_buf *
61 lpfc_release_nvme_buf(struct lpfc_hba *, struct lpfc_io_buf *);
826 struct lpfc_io_buf *lpfc_ncmd, in lpfc_nvme_adj_fcp_sgls()
936 struct lpfc_io_buf *lpfc_ncmd = pwqeIn->io_buf; in lpfc_nvme_io_cmd_cmpl()
1206 struct lpfc_io_buf *lpfc_ncmd, in lpfc_nvme_prep_io_cmd()
1336 struct lpfc_io_buf *lpfc_ncmd) in lpfc_nvme_prep_io_dma()
1535 struct lpfc_io_buf *lpfc_ncmd; in lpfc_nvme_fcp_io_submit()
1861 struct lpfc_io_buf *lpfc_nbuf; in lpfc_nvme_fcp_abort()
2038 static struct lpfc_io_buf *
2042 struct lpfc_io_buf *lpfc_ncmd; in lpfc_get_nvme_buf()
[all …]
Dlpfc_sli4.h1125 struct lpfc_io_buf *lpfc_ncmd);
1128 struct lpfc_io_buf *lpfc_ncmd);
1166 struct lpfc_io_buf *buf);
1168 struct lpfc_io_buf *buf);
1169 int lpfc_put_sgl_per_hdwq(struct lpfc_hba *phba, struct lpfc_io_buf *buf);
1171 struct lpfc_io_buf *buf);
Dlpfc.h880 struct lpfc_io_buf * (*lpfc_get_scsi_buf)
884 (struct lpfc_hba *, struct lpfc_io_buf *);
886 (struct lpfc_hba *, struct lpfc_io_buf *);
888 (struct lpfc_hba *, struct lpfc_io_buf *);
892 (struct lpfc_vport *, struct lpfc_io_buf *,
896 struct lpfc_io_buf *lpfc_cmd,
900 struct lpfc_io_buf *lpfc_cmd,
942 (struct lpfc_hba *, struct lpfc_io_buf *);
Dlpfc_sli.h142 struct lpfc_io_buf *io_buf;
395 struct lpfc_io_buf { struct
Dlpfc_crtn.h142 void lpfc_prep_embed_io(struct lpfc_hba *phba, struct lpfc_io_buf *lpfc_ncmd);
653 struct lpfc_io_buf *lpfc_get_io_buf(struct lpfc_hba *phba,
656 void lpfc_release_io_buf(struct lpfc_hba *phba, struct lpfc_io_buf *ncmd,
658 void lpfc_io_ktime(struct lpfc_hba *phba, struct lpfc_io_buf *ncmd);
Dlpfc_nvme.h76 struct lpfc_io_buf *nvme_buf;
Dlpfc_sli.c1250 struct lpfc_io_buf *lpfc_cmd; in __lpfc_sli_get_els_sglq()
10567 struct lpfc_io_buf *lpfc_cmd = piocb->io_buf; in __lpfc_sli_issue_fcp_io_s4()
10574 lpfc_prep_embed_io(struct lpfc_hba *phba, struct lpfc_io_buf *lpfc_cmd) in lpfc_prep_embed_io()
11223 struct lpfc_io_buf *lpfc_cmd; in lpfc_sli4_calc_ring()
12619 struct lpfc_io_buf *lpfc_cmd; in lpfc_sli_validate_fcp_iocb()
12622 lpfc_cmd = container_of(iocbq, struct lpfc_io_buf, cur_iocbq); in lpfc_sli_validate_fcp_iocb()
12834 struct lpfc_io_buf *lpfc_cmd; in lpfc_sli_abort_taskmgmt()
12864 lpfc_cmd = container_of(iocbq, struct lpfc_io_buf, cur_iocbq); in lpfc_sli_abort_taskmgmt()
12993 struct lpfc_io_buf *lpfc_cmd; in lpfc_sli_wake_iocb_wait()
13024 lpfc_cmd = container_of(cmdiocbq, struct lpfc_io_buf, in lpfc_sli_wake_iocb_wait()
[all …]
Dlpfc_init.c1086 struct lpfc_io_buf *psb, *psb_next; in lpfc_hba_down_post_s4()
3447 struct lpfc_io_buf *lpfc_ncmd; in lpfc_create_expedite_pool()
3448 struct lpfc_io_buf *lpfc_ncmd_next; in lpfc_create_expedite_pool()
3482 struct lpfc_io_buf *lpfc_ncmd; in lpfc_destroy_expedite_pool()
3483 struct lpfc_io_buf *lpfc_ncmd_next; in lpfc_destroy_expedite_pool()
3517 struct lpfc_io_buf *lpfc_ncmd; in lpfc_create_multixri_pools()
3518 struct lpfc_io_buf *lpfc_ncmd_next; in lpfc_create_multixri_pools()
3603 struct lpfc_io_buf *lpfc_ncmd; in lpfc_destroy_multixri_pools()
3604 struct lpfc_io_buf *lpfc_ncmd_next; in lpfc_destroy_multixri_pools()
3969 struct lpfc_io_buf *sb, *sb_next; in lpfc_scsi_free()
[all …]
Dlpfc_debugfs.c1299 lpfc_io_ktime(struct lpfc_hba *phba, struct lpfc_io_buf *lpfc_cmd) in lpfc_io_ktime()