Searched refs:lpfc_io_buf (Results 1 – 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
D | lpfc_scsi.c | 84 lpfc_release_scsi_buf_s4(struct lpfc_hba *phba, struct lpfc_io_buf *psb); 86 lpfc_release_scsi_buf_s3(struct lpfc_hba *phba, struct lpfc_io_buf *psb); 124 struct lpfc_io_buf *lpfc_cmd) in lpfc_sli4_set_rsp_sgl_last() 144 lpfc_update_stats(struct lpfc_vport *vport, struct lpfc_io_buf *lpfc_cmd) in lpfc_update_stats() 333 struct lpfc_io_buf *psb; in lpfc_new_scsi_buf_s3() 352 psb = kzalloc(sizeof(struct lpfc_io_buf), GFP_KERNEL); in lpfc_new_scsi_buf_s3() 469 struct lpfc_io_buf *psb, *next_psb; in lpfc_sli4_vport_delete_fcp_xri_aborted() 510 struct lpfc_io_buf *psb, *next_psb; in lpfc_sli4_io_xri_aborted() 568 psb = container_of(iocbq, struct lpfc_io_buf, cur_iocbq); in lpfc_sli4_io_xri_aborted() 590 static struct lpfc_io_buf * [all …]
|
D | lpfc_nvme.c | 56 static struct lpfc_io_buf * 61 lpfc_release_nvme_buf(struct lpfc_hba *, struct lpfc_io_buf *); 969 struct lpfc_io_buf *lpfc_ncmd, in lpfc_nvme_adj_fcp_sgls() 1079 struct lpfc_io_buf *lpfc_ncmd = in lpfc_nvme_io_cmd_wqe_cmpl() 1080 (struct lpfc_io_buf *)pwqeIn->context1; in lpfc_nvme_io_cmd_wqe_cmpl() 1312 struct lpfc_io_buf *lpfc_ncmd, in lpfc_nvme_prep_io_cmd() 1425 struct lpfc_io_buf *lpfc_ncmd) in lpfc_nvme_prep_io_dma() 1624 struct lpfc_io_buf *lpfc_ncmd; in lpfc_nvme_fcp_io_submit() 1902 struct lpfc_io_buf *lpfc_nbuf; in lpfc_nvme_fcp_abort() 2096 static struct lpfc_io_buf * [all …]
|
D | lpfc.h | 654 struct lpfc_io_buf * (*lpfc_get_scsi_buf) 658 (struct lpfc_hba *, struct lpfc_io_buf *); 660 (struct lpfc_hba *, struct lpfc_io_buf *); 662 (struct lpfc_hba *, struct lpfc_io_buf *); 666 (struct lpfc_vport *, struct lpfc_io_buf *, 709 (struct lpfc_hba *, struct lpfc_io_buf *);
|
D | lpfc_sli4.h | 1110 struct lpfc_io_buf *lpfc_ncmd); 1148 struct lpfc_io_buf *buf); 1150 struct lpfc_io_buf *buf); 1151 int lpfc_put_sgl_per_hdwq(struct lpfc_hba *phba, struct lpfc_io_buf *buf); 1153 struct lpfc_io_buf *buf);
|
D | lpfc_nvme.h | 79 struct lpfc_io_buf *nvme_buf;
|
D | lpfc_crtn.h | 586 struct lpfc_io_buf *lpfc_get_io_buf(struct lpfc_hba *phba, 589 void lpfc_release_io_buf(struct lpfc_hba *phba, struct lpfc_io_buf *ncmd, 591 void lpfc_io_ktime(struct lpfc_hba *phba, struct lpfc_io_buf *ncmd);
|
D | lpfc_sli.h | 364 struct lpfc_io_buf { struct
|
D | lpfc_sli.c | 1133 struct lpfc_io_buf *lpfc_cmd; in __lpfc_sli_get_els_sglq() 1146 lpfc_cmd = (struct lpfc_io_buf *) piocbq->context1; in __lpfc_sli_get_els_sglq() 9733 struct lpfc_io_buf *lpfc_cmd; in lpfc_sli4_iocb2wqe() 9797 struct lpfc_io_buf *lpfc_cmd; in lpfc_sli4_iocb2wqe() 9854 struct lpfc_io_buf *lpfc_cmd; in lpfc_sli4_iocb2wqe() 10264 struct lpfc_io_buf *lpfc_cmd; in lpfc_sli4_calc_ring() 10274 lpfc_cmd = (struct lpfc_io_buf *)piocb->context1; in lpfc_sli4_calc_ring() 11598 struct lpfc_io_buf *lpfc_cmd; in lpfc_sli_validate_fcp_iocb() 11615 lpfc_cmd = container_of(iocbq, struct lpfc_io_buf, cur_iocbq); in lpfc_sli_validate_fcp_iocb() 11842 struct lpfc_io_buf *lpfc_cmd; in lpfc_sli_abort_taskmgmt() [all …]
|
D | lpfc_init.c | 1027 struct lpfc_io_buf *psb, *psb_next; in lpfc_hba_down_post_s4() 3130 struct lpfc_io_buf *lpfc_ncmd; in lpfc_create_expedite_pool() 3131 struct lpfc_io_buf *lpfc_ncmd_next; in lpfc_create_expedite_pool() 3165 struct lpfc_io_buf *lpfc_ncmd; in lpfc_destroy_expedite_pool() 3166 struct lpfc_io_buf *lpfc_ncmd_next; in lpfc_destroy_expedite_pool() 3200 struct lpfc_io_buf *lpfc_ncmd; in lpfc_create_multixri_pools() 3201 struct lpfc_io_buf *lpfc_ncmd_next; in lpfc_create_multixri_pools() 3286 struct lpfc_io_buf *lpfc_ncmd; in lpfc_destroy_multixri_pools() 3287 struct lpfc_io_buf *lpfc_ncmd_next; in lpfc_destroy_multixri_pools() 3627 struct lpfc_io_buf *sb, *sb_next; in lpfc_scsi_free() [all …]
|
D | lpfc_debugfs.c | 1301 lpfc_io_ktime(struct lpfc_hba *phba, struct lpfc_io_buf *lpfc_cmd) in lpfc_io_ktime()
|