Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/lpfc/
Dlpfc_scsi.c84 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 …]
Dlpfc_nvme.c56 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 …]
Dlpfc.h654 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 *);
Dlpfc_sli4.h1110 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);
Dlpfc_nvme.h79 struct lpfc_io_buf *nvme_buf;
Dlpfc_crtn.h586 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);
Dlpfc_sli.h364 struct lpfc_io_buf { struct
Dlpfc_sli.c1133 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 …]
Dlpfc_init.c1027 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 …]
Dlpfc_debugfs.c1301 lpfc_io_ktime(struct lpfc_hba *phba, struct lpfc_io_buf *lpfc_cmd) in lpfc_io_ktime()