Home
last modified time | relevance | path

Searched refs:lpfc_io_buf (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A 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);
101 struct lpfc_io_buf *lpfc_cmd) in lpfc_sli4_set_rsp_sgl_last()
254 struct lpfc_io_buf *psb; in lpfc_new_scsi_buf_s3()
273 psb = kzalloc(sizeof(struct lpfc_io_buf), GFP_KERNEL); in lpfc_new_scsi_buf_s3()
390 struct lpfc_io_buf *psb, *next_psb; in lpfc_sli4_vport_delete_fcp_xri_aborted()
432 struct lpfc_io_buf *psb, *next_psb; in lpfc_sli4_io_xri_aborted()
535 psb = container_of(iocbq, struct lpfc_io_buf, cur_iocbq); in lpfc_sli4_io_xri_aborted()
559 static struct lpfc_io_buf *
563 struct lpfc_io_buf *lpfc_cm in lpfc_get_scsi_buf_s3()
[all...]
H A Dlpfc_nvme.c56 static struct lpfc_io_buf *
61 lpfc_release_nvme_buf(struct lpfc_hba *, struct lpfc_io_buf *);
826 struct lpfc_io_buf *lpfc_ncmd, in lpfc_nvme_adj_fcp_sgls()
936 struct lpfc_io_buf *lpfc_ncmd = pwqeIn->io_buf; in lpfc_nvme_io_cmd_cmpl()
1206 struct lpfc_io_buf *lpfc_ncmd, in lpfc_nvme_prep_io_cmd()
1336 struct lpfc_io_buf *lpfc_ncmd) in lpfc_nvme_prep_io_dma()
1535 struct lpfc_io_buf *lpfc_ncmd; in lpfc_nvme_fcp_io_submit()
1861 struct lpfc_io_buf *lpfc_nbuf; in lpfc_nvme_fcp_abort()
2038 static struct lpfc_io_buf *
2042 struct lpfc_io_buf *lpfc_ncm in lpfc_get_nvme_buf()
[all...]
H A Dlpfc_sli4.h1125 struct lpfc_io_buf *lpfc_ncmd);
1128 struct lpfc_io_buf *lpfc_ncmd);
1166 struct lpfc_io_buf *buf);
1168 struct lpfc_io_buf *buf);
1169 int lpfc_put_sgl_per_hdwq(struct lpfc_hba *phba, struct lpfc_io_buf *buf);
1171 struct lpfc_io_buf *buf);
H A Dlpfc.h880 struct lpfc_io_buf * (*lpfc_get_scsi_buf)
884 (struct lpfc_hba *, struct lpfc_io_buf *);
886 (struct lpfc_hba *, struct lpfc_io_buf *);
888 (struct lpfc_hba *, struct lpfc_io_buf *);
892 (struct lpfc_vport *, struct lpfc_io_buf *,
896 struct lpfc_io_buf *lpfc_cmd,
900 struct lpfc_io_buf *lpfc_cmd,
942 (struct lpfc_hba *, struct lpfc_io_buf *);
H A Dlpfc_sli.h142 struct lpfc_io_buf *io_buf;
395 struct lpfc_io_buf { struct
H A Dlpfc_crtn.h142 void lpfc_prep_embed_io(struct lpfc_hba *phba, struct lpfc_io_buf *lpfc_ncmd);
653 struct lpfc_io_buf *lpfc_get_io_buf(struct lpfc_hba *phba,
656 void lpfc_release_io_buf(struct lpfc_hba *phba, struct lpfc_io_buf *ncmd,
658 void lpfc_io_ktime(struct lpfc_hba *phba, struct lpfc_io_buf *ncmd);
H A Dlpfc_nvme.h76 struct lpfc_io_buf *nvme_buf;
H A Dlpfc_sli.c1250 struct lpfc_io_buf *lpfc_cmd; in __lpfc_sli_get_els_sglq()
8886 /* Each lpfc_io_buf job structure has an iocbq element. in lpfc_sli4_hba_setup()
10567 struct lpfc_io_buf *lpfc_cmd = piocb->io_buf; in __lpfc_sli_issue_fcp_io_s4()
10574 lpfc_prep_embed_io(struct lpfc_hba *phba, struct lpfc_io_buf *lpfc_cmd) in lpfc_prep_embed_io()
11223 struct lpfc_io_buf *lpfc_cmd; in lpfc_sli4_calc_ring()
12619 struct lpfc_io_buf *lpfc_cmd; in lpfc_sli_validate_fcp_iocb()
12622 lpfc_cmd = container_of(iocbq, struct lpfc_io_buf, cur_iocbq); in lpfc_sli_validate_fcp_iocb()
12834 struct lpfc_io_buf *lpfc_cmd; in lpfc_sli_abort_taskmgmt()
12864 lpfc_cmd = container_of(iocbq, struct lpfc_io_buf, cur_iocbq); in lpfc_sli_abort_taskmgmt()
12993 struct lpfc_io_buf *lpfc_cm in lpfc_sli_wake_iocb_wait()
22075 lpfc_io_buf(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp, int idx) lpfc_io_buf() function
[all...]
H A Dlpfc_init.c1086 struct lpfc_io_buf *psb, *psb_next; in lpfc_hba_down_post_s4()
3447 struct lpfc_io_buf *lpfc_ncmd; in lpfc_create_expedite_pool()
3448 struct lpfc_io_buf *lpfc_ncmd_next; in lpfc_create_expedite_pool()
3482 struct lpfc_io_buf *lpfc_ncmd; in lpfc_destroy_expedite_pool()
3483 struct lpfc_io_buf *lpfc_ncmd_next; in lpfc_destroy_expedite_pool()
3517 struct lpfc_io_buf *lpfc_ncmd; in lpfc_create_multixri_pools()
3518 struct lpfc_io_buf *lpfc_ncmd_next; in lpfc_create_multixri_pools()
3603 struct lpfc_io_buf *lpfc_ncmd; in lpfc_destroy_multixri_pools()
3604 struct lpfc_io_buf *lpfc_ncmd_next; in lpfc_destroy_multixri_pools()
3969 struct lpfc_io_buf *s in lpfc_scsi_free()
[all...]
H A Dlpfc_debugfs.c1299 lpfc_io_ktime(struct lpfc_hba *phba, struct lpfc_io_buf *lpfc_cmd) in lpfc_io_ktime()
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A 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...]
H A 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...]
H A 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);
H A Dlpfc.h655 struct lpfc_io_buf * (*lpfc_get_scsi_buf)
659 (struct lpfc_hba *, struct lpfc_io_buf *);
661 (struct lpfc_hba *, struct lpfc_io_buf *);
663 (struct lpfc_hba *, struct lpfc_io_buf *);
667 (struct lpfc_vport *, struct lpfc_io_buf *,
710 (struct lpfc_hba *, struct lpfc_io_buf *);
H A 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);
H A Dlpfc_nvme.h79 struct lpfc_io_buf *nvme_buf;
H A Dlpfc_sli.h364 struct lpfc_io_buf { struct
H A 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()
7787 /* Each lpfc_io_buf job structure has an iocbq element. in lpfc_sli4_hba_setup()
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_iocb in lpfc_sli_validate_fcp_iocb()
20901 lpfc_io_buf(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp, int idx) lpfc_io_buf() function
[all...]
H A 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 *s in lpfc_scsi_free()
[all...]
H A Dlpfc_debugfs.c1301 lpfc_io_ktime(struct lpfc_hba *phba, struct lpfc_io_buf *lpfc_cmd) in lpfc_io_ktime()

Completed in 92 milliseconds