Searched refs:lpfc_io_buf (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/scsi/lpfc/ |
H A D | lpfc_scsi.c | 85 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() 249 struct lpfc_io_buf *psb; in lpfc_new_scsi_buf_s3() 268 psb = kzalloc(sizeof(struct lpfc_io_buf), GFP_KERNEL); in lpfc_new_scsi_buf_s3() 385 struct lpfc_io_buf *psb, *next_psb; in lpfc_sli4_vport_delete_fcp_xri_aborted() 427 struct lpfc_io_buf *psb, *next_psb; in lpfc_sli4_io_xri_aborted() 532 psb = container_of(iocbq, struct lpfc_io_buf, cur_iocbq); in lpfc_sli4_io_xri_aborted() 556 static struct lpfc_io_buf * 560 struct lpfc_io_buf *lpfc_cmd = NULL; in lpfc_get_scsi_buf_s3() [all …]
|
H A D | lpfc_nvme.c | 56 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() 1208 struct lpfc_io_buf *lpfc_ncmd, in lpfc_nvme_prep_io_cmd() 1338 struct lpfc_io_buf *lpfc_ncmd) in lpfc_nvme_prep_io_dma() 1537 struct lpfc_io_buf *lpfc_ncmd; in lpfc_nvme_fcp_io_submit() 1863 struct lpfc_io_buf *lpfc_nbuf; in lpfc_nvme_fcp_abort() 2035 static struct lpfc_io_buf * 2039 struct lpfc_io_buf *lpfc_ncmd; in lpfc_get_nvme_buf() [all …]
|
H A D | lpfc_sli4.h | 1124 struct lpfc_io_buf *lpfc_ncmd); 1127 struct lpfc_io_buf *lpfc_ncmd); 1165 struct lpfc_io_buf *buf); 1167 struct lpfc_io_buf *buf); 1168 int lpfc_put_sgl_per_hdwq(struct lpfc_hba *phba, struct lpfc_io_buf *buf); 1170 struct lpfc_io_buf *buf);
|
H A D | lpfc.h | 927 struct lpfc_io_buf * (*lpfc_get_scsi_buf) 931 (struct lpfc_hba *, struct lpfc_io_buf *); 933 (struct lpfc_hba *, struct lpfc_io_buf *); 935 (struct lpfc_hba *, struct lpfc_io_buf *); 939 (struct lpfc_vport *, struct lpfc_io_buf *, 943 struct lpfc_io_buf *lpfc_cmd, 947 struct lpfc_io_buf *lpfc_cmd, 989 (struct lpfc_hba *, struct lpfc_io_buf *);
|
H A D | lpfc_sli.h | 142 struct lpfc_io_buf *io_buf; 415 struct lpfc_io_buf { struct
|
H A D | lpfc_nvme.h | 76 struct lpfc_io_buf *nvme_buf;
|