Home
last modified time | relevance | path

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

/Linux-v5.15/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);
109 struct lpfc_io_buf *lpfc_cmd) in lpfc_sli4_set_rsp_sgl_last()
131 lpfc_update_stats(struct lpfc_vport *vport, struct lpfc_io_buf *lpfc_cmd) in lpfc_update_stats()
320 struct lpfc_io_buf *psb; in lpfc_new_scsi_buf_s3()
339 psb = kzalloc(sizeof(struct lpfc_io_buf), GFP_KERNEL); in lpfc_new_scsi_buf_s3()
456 struct lpfc_io_buf *psb, *next_psb; in lpfc_sli4_vport_delete_fcp_xri_aborted()
498 struct lpfc_io_buf *psb, *next_psb; in lpfc_sli4_io_xri_aborted()
582 psb = container_of(iocbq, struct lpfc_io_buf, cur_iocbq); in lpfc_sli4_io_xri_aborted()
606 static struct lpfc_io_buf *
[all …]
Dlpfc_nvme.c56 static struct lpfc_io_buf *
61 lpfc_release_nvme_buf(struct lpfc_hba *, struct lpfc_io_buf *);
812 struct lpfc_io_buf *lpfc_ncmd, in lpfc_nvme_adj_fcp_sgls()
922 struct lpfc_io_buf *lpfc_ncmd = in lpfc_nvme_io_cmd_wqe_cmpl()
923 (struct lpfc_io_buf *)pwqeIn->context1; in lpfc_nvme_io_cmd_wqe_cmpl()
1178 struct lpfc_io_buf *lpfc_ncmd, in lpfc_nvme_prep_io_cmd()
1288 struct lpfc_io_buf *lpfc_ncmd) in lpfc_nvme_prep_io_dma()
1487 struct lpfc_io_buf *lpfc_ncmd; in lpfc_nvme_fcp_io_submit()
1779 struct lpfc_io_buf *lpfc_nbuf; in lpfc_nvme_fcp_abort()
1956 static struct lpfc_io_buf *
[all …]
Dlpfc.h904 struct lpfc_io_buf * (*lpfc_get_scsi_buf)
908 (struct lpfc_hba *, struct lpfc_io_buf *);
910 (struct lpfc_hba *, struct lpfc_io_buf *);
912 (struct lpfc_hba *, struct lpfc_io_buf *);
916 (struct lpfc_vport *, struct lpfc_io_buf *,
920 struct lpfc_io_buf *lpfc_cmd,
966 (struct lpfc_hba *, struct lpfc_io_buf *);
Dlpfc_sli4.h1121 struct lpfc_io_buf *lpfc_ncmd);
1159 struct lpfc_io_buf *buf);
1161 struct lpfc_io_buf *buf);
1162 int lpfc_put_sgl_per_hdwq(struct lpfc_hba *phba, struct lpfc_io_buf *buf);
1164 struct lpfc_io_buf *buf);
Dlpfc_nvme.h76 struct lpfc_io_buf *nvme_buf;
Dlpfc_crtn.h620 struct lpfc_io_buf *lpfc_get_io_buf(struct lpfc_hba *phba,
623 void lpfc_release_io_buf(struct lpfc_hba *phba, struct lpfc_io_buf *ncmd,
625 void lpfc_io_ktime(struct lpfc_hba *phba, struct lpfc_io_buf *ncmd);
Dlpfc_sli.h379 struct lpfc_io_buf { struct
Dlpfc_sli.c1252 struct lpfc_io_buf *lpfc_cmd; in __lpfc_sli_get_els_sglq()
1265 lpfc_cmd = (struct lpfc_io_buf *) piocbq->context1; in __lpfc_sli_get_els_sglq()
10552 struct lpfc_io_buf *lpfc_cmd; in lpfc_sli4_iocb2wqe()
10616 struct lpfc_io_buf *lpfc_cmd; in lpfc_sli4_iocb2wqe()
10673 struct lpfc_io_buf *lpfc_cmd; in lpfc_sli4_iocb2wqe()
10967 struct lpfc_io_buf *lpfc_cmd = in __lpfc_sli_issue_fcp_io_s4()
10968 (struct lpfc_io_buf *)piocb->context1; in __lpfc_sli_issue_fcp_io_s4()
11203 struct lpfc_io_buf *lpfc_cmd; in lpfc_sli4_calc_ring()
11213 lpfc_cmd = (struct lpfc_io_buf *)piocb->context1; in lpfc_sli4_calc_ring()
12517 struct lpfc_io_buf *lpfc_cmd; in lpfc_sli_validate_fcp_iocb()
[all …]
Dlpfc_init.c1029 struct lpfc_io_buf *psb, *psb_next; in lpfc_hba_down_post_s4()
3288 struct lpfc_io_buf *lpfc_ncmd; in lpfc_create_expedite_pool()
3289 struct lpfc_io_buf *lpfc_ncmd_next; in lpfc_create_expedite_pool()
3323 struct lpfc_io_buf *lpfc_ncmd; in lpfc_destroy_expedite_pool()
3324 struct lpfc_io_buf *lpfc_ncmd_next; in lpfc_destroy_expedite_pool()
3358 struct lpfc_io_buf *lpfc_ncmd; in lpfc_create_multixri_pools()
3359 struct lpfc_io_buf *lpfc_ncmd_next; in lpfc_create_multixri_pools()
3444 struct lpfc_io_buf *lpfc_ncmd; in lpfc_destroy_multixri_pools()
3445 struct lpfc_io_buf *lpfc_ncmd_next; in lpfc_destroy_multixri_pools()
3791 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()