Searched refs:lpfc_io_buf (Results  1 – 10 of 10) sorted by relevance
| /Linux-v5.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 *); 966 		       struct lpfc_io_buf *lpfc_ncmd,  in lpfc_nvme_adj_fcp_sgls() 1076 	struct lpfc_io_buf *lpfc_ncmd =  in lpfc_nvme_io_cmd_wqe_cmpl() 1077 		(struct lpfc_io_buf *)pwqeIn->context1;  in lpfc_nvme_io_cmd_wqe_cmpl() 1309 		      struct lpfc_io_buf *lpfc_ncmd,  in lpfc_nvme_prep_io_cmd() 1415 		      struct lpfc_io_buf *lpfc_ncmd)  in lpfc_nvme_prep_io_dma() 1614 	struct lpfc_io_buf *lpfc_ncmd;  in lpfc_nvme_fcp_io_submit() 1892 	struct lpfc_io_buf *lpfc_nbuf;  in lpfc_nvme_fcp_abort() 2086 static struct lpfc_io_buf * [all …] 
 | 
| D | lpfc.h | 653 	struct lpfc_io_buf * (*lpfc_get_scsi_buf) 657 		(struct lpfc_hba *, struct lpfc_io_buf *); 659 		(struct lpfc_hba *, struct lpfc_io_buf *); 661 		(struct lpfc_hba *, struct lpfc_io_buf *); 665 		(struct lpfc_vport *, struct lpfc_io_buf *, 708 		(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 | 589 struct lpfc_io_buf *lpfc_get_io_buf(struct lpfc_hba *phba, 592 void lpfc_release_io_buf(struct lpfc_hba *phba, struct lpfc_io_buf *ncmd, 594 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() 9725 			struct lpfc_io_buf *lpfc_cmd;  in lpfc_sli4_iocb2wqe() 9789 			struct lpfc_io_buf *lpfc_cmd;  in lpfc_sli4_iocb2wqe() 9846 			struct lpfc_io_buf *lpfc_cmd;  in lpfc_sli4_iocb2wqe() 10256 	struct lpfc_io_buf *lpfc_cmd;  in lpfc_sli4_calc_ring() 10266 			lpfc_cmd = (struct lpfc_io_buf *)piocb->context1;  in lpfc_sli4_calc_ring() 11566 	struct lpfc_io_buf *lpfc_cmd;  in lpfc_sli_validate_fcp_iocb() 11576 	lpfc_cmd = container_of(iocbq, struct lpfc_io_buf, cur_iocbq);  in lpfc_sli_validate_fcp_iocb() 11803 	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()
  |