Searched refs:lpfc_io_buf (Results  1 – 9 of 9) sorted by relevance
| /Linux-v5.4/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_hba *phba, 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 | 59 static struct lpfc_io_buf *64 lpfc_release_nvme_buf(struct lpfc_hba *, struct lpfc_io_buf *);
 766 		       struct lpfc_io_buf *lpfc_ncmd,  in lpfc_nvme_adj_fcp_sgls()
 863 		struct lpfc_io_buf *lpfc_ncmd)  in lpfc_nvme_ktime()
 961 	struct lpfc_io_buf *lpfc_ncmd =  in lpfc_nvme_io_cmd_wqe_cmpl()
 962 		(struct lpfc_io_buf *)pwqeIn->context1;  in lpfc_nvme_io_cmd_wqe_cmpl()
 1197 		      struct lpfc_io_buf *lpfc_ncmd,  in lpfc_nvme_prep_io_cmd()
 1306 		      struct lpfc_io_buf *lpfc_ncmd)  in lpfc_nvme_prep_io_dma()
 1505 	struct lpfc_io_buf *lpfc_ncmd;  in lpfc_nvme_fcp_io_submit()
 1790 	struct lpfc_io_buf *lpfc_nbuf;  in lpfc_nvme_fcp_abort()
 [all …]
 
 | 
| D | lpfc_nvme.h | 75 	struct lpfc_io_buf *nvme_buf;
 | 
| D | lpfc.h | 629 	struct lpfc_io_buf * (*lpfc_get_scsi_buf)633 		(struct lpfc_hba *, struct lpfc_io_buf *);
 635 		(struct lpfc_hba *, struct lpfc_io_buf *);
 637 		(struct lpfc_hba *, struct lpfc_io_buf *);
 641 		(struct lpfc_vport *, struct lpfc_io_buf *,
 684 		(struct lpfc_hba *, struct lpfc_io_buf *);
 
 | 
| D | lpfc_sli4.h | 1059 				struct lpfc_io_buf *lpfc_ncmd);1097 					      struct lpfc_io_buf *buf);
 1099 						      struct lpfc_io_buf *buf);
 1100 int lpfc_put_sgl_per_hdwq(struct lpfc_hba *phba, struct lpfc_io_buf *buf);
 1102 				  struct lpfc_io_buf *buf);
 
 | 
| D | lpfc_sli.h | 364 struct lpfc_io_buf {  struct
 | 
| D | lpfc_crtn.h | 581 struct lpfc_io_buf *lpfc_get_io_buf(struct lpfc_hba *phba,584 void lpfc_release_io_buf(struct lpfc_hba *phba, struct lpfc_io_buf *ncmd,
 
 | 
| D | lpfc_sli.c | 1116 	struct lpfc_io_buf *lpfc_cmd;  in __lpfc_sli_get_els_sglq()1129 		lpfc_cmd = (struct lpfc_io_buf *) piocbq->context1;  in __lpfc_sli_get_els_sglq()
 9485 			struct lpfc_io_buf *lpfc_cmd;  in lpfc_sli4_iocb2wqe()
 9549 			struct lpfc_io_buf *lpfc_cmd;  in lpfc_sli4_iocb2wqe()
 9606 			struct lpfc_io_buf *lpfc_cmd;  in lpfc_sli4_iocb2wqe()
 10016 	struct lpfc_io_buf *lpfc_cmd;  in lpfc_sli4_calc_ring()
 10026 			lpfc_cmd = (struct lpfc_io_buf *)piocb->context1;  in lpfc_sli4_calc_ring()
 11325 	struct lpfc_io_buf *lpfc_cmd;  in lpfc_sli_validate_fcp_iocb()
 11335 	lpfc_cmd = container_of(iocbq, struct lpfc_io_buf, cur_iocbq);  in lpfc_sli_validate_fcp_iocb()
 11562 	struct lpfc_io_buf *lpfc_cmd;  in lpfc_sli_abort_taskmgmt()
 [all …]
 
 | 
| D | lpfc_init.c | 1037 	struct lpfc_io_buf *psb, *psb_next;  in lpfc_hba_down_post_s4()3076 	struct lpfc_io_buf *lpfc_ncmd;  in lpfc_create_expedite_pool()
 3077 	struct lpfc_io_buf *lpfc_ncmd_next;  in lpfc_create_expedite_pool()
 3111 	struct lpfc_io_buf *lpfc_ncmd;  in lpfc_destroy_expedite_pool()
 3112 	struct lpfc_io_buf *lpfc_ncmd_next;  in lpfc_destroy_expedite_pool()
 3146 	struct lpfc_io_buf *lpfc_ncmd;  in lpfc_create_multixri_pools()
 3147 	struct lpfc_io_buf *lpfc_ncmd_next;  in lpfc_create_multixri_pools()
 3232 	struct lpfc_io_buf *lpfc_ncmd;  in lpfc_destroy_multixri_pools()
 3233 	struct lpfc_io_buf *lpfc_ncmd_next;  in lpfc_destroy_multixri_pools()
 3564 	struct lpfc_io_buf *sb, *sb_next;  in lpfc_scsi_free()
 [all …]
 
 |