Home
last modified time | relevance | path

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

/linux-6.12.1/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);
101 struct lpfc_io_buf *lpfc_cmd) in lpfc_sli4_set_rsp_sgl_last()
249 struct lpfc_io_buf *psb; in lpfc_new_scsi_buf_s3()
268 psb = kzalloc(sizeof(struct lpfc_io_buf), GFP_KERNEL); in lpfc_new_scsi_buf_s3()
385 struct lpfc_io_buf *psb, *next_psb; in lpfc_sli4_vport_delete_fcp_xri_aborted()
427 struct lpfc_io_buf *psb, *next_psb; in lpfc_sli4_io_xri_aborted()
532 psb = container_of(iocbq, struct lpfc_io_buf, cur_iocbq); in lpfc_sli4_io_xri_aborted()
556 static struct lpfc_io_buf *
560 struct lpfc_io_buf *lpfc_cmd = NULL; in lpfc_get_scsi_buf_s3()
[all …]
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()
1208 struct lpfc_io_buf *lpfc_ncmd, in lpfc_nvme_prep_io_cmd()
1338 struct lpfc_io_buf *lpfc_ncmd) in lpfc_nvme_prep_io_dma()
1537 struct lpfc_io_buf *lpfc_ncmd; in lpfc_nvme_fcp_io_submit()
1863 struct lpfc_io_buf *lpfc_nbuf; in lpfc_nvme_fcp_abort()
2035 static struct lpfc_io_buf *
2039 struct lpfc_io_buf *lpfc_ncmd; in lpfc_get_nvme_buf()
[all …]
Dlpfc_sli4.h1126 struct lpfc_io_buf *lpfc_ncmd);
1129 struct lpfc_io_buf *lpfc_ncmd);
1167 struct lpfc_io_buf *buf);
1169 struct lpfc_io_buf *buf);
1170 int lpfc_put_sgl_per_hdwq(struct lpfc_hba *phba, struct lpfc_io_buf *buf);
1172 struct lpfc_io_buf *buf);
Dlpfc.h927 struct lpfc_io_buf * (*lpfc_get_scsi_buf)
931 (struct lpfc_hba *, struct lpfc_io_buf *);
933 (struct lpfc_hba *, struct lpfc_io_buf *);
935 (struct lpfc_hba *, struct lpfc_io_buf *);
939 (struct lpfc_vport *, struct lpfc_io_buf *,
943 struct lpfc_io_buf *lpfc_cmd,
947 struct lpfc_io_buf *lpfc_cmd,
989 (struct lpfc_hba *, struct lpfc_io_buf *);
Dlpfc_sli.h142 struct lpfc_io_buf *io_buf;
415 struct lpfc_io_buf { struct
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);
Dlpfc_nvme.h76 struct lpfc_io_buf *nvme_buf;
Dlpfc_sli.c1252 struct lpfc_io_buf *lpfc_cmd; in __lpfc_sli_get_els_sglq()
10585 struct lpfc_io_buf *lpfc_cmd = piocb->io_buf; in __lpfc_sli_issue_fcp_io_s4()
10592 lpfc_prep_embed_io(struct lpfc_hba *phba, struct lpfc_io_buf *lpfc_cmd) in lpfc_prep_embed_io()
11250 struct lpfc_io_buf *lpfc_cmd; in lpfc_sli4_calc_ring()
12644 struct lpfc_io_buf *lpfc_cmd; in lpfc_sli_validate_fcp_iocb()
12647 lpfc_cmd = container_of(iocbq, struct lpfc_io_buf, cur_iocbq); in lpfc_sli_validate_fcp_iocb()
12859 struct lpfc_io_buf *lpfc_cmd; in lpfc_sli_abort_taskmgmt()
12887 lpfc_cmd = container_of(iocbq, struct lpfc_io_buf, cur_iocbq); in lpfc_sli_abort_taskmgmt()
13016 struct lpfc_io_buf *lpfc_cmd; in lpfc_sli_wake_iocb_wait()
13047 lpfc_cmd = container_of(cmdiocbq, struct lpfc_io_buf, in lpfc_sli_wake_iocb_wait()
[all …]
Dlpfc_init.c1086 struct lpfc_io_buf *psb, *psb_next; in lpfc_hba_down_post_s4()
3437 struct lpfc_io_buf *lpfc_ncmd; in lpfc_create_expedite_pool()
3438 struct lpfc_io_buf *lpfc_ncmd_next; in lpfc_create_expedite_pool()
3472 struct lpfc_io_buf *lpfc_ncmd; in lpfc_destroy_expedite_pool()
3473 struct lpfc_io_buf *lpfc_ncmd_next; in lpfc_destroy_expedite_pool()
3507 struct lpfc_io_buf *lpfc_ncmd; in lpfc_create_multixri_pools()
3508 struct lpfc_io_buf *lpfc_ncmd_next; in lpfc_create_multixri_pools()
3593 struct lpfc_io_buf *lpfc_ncmd; in lpfc_destroy_multixri_pools()
3594 struct lpfc_io_buf *lpfc_ncmd_next; in lpfc_destroy_multixri_pools()
3956 struct lpfc_io_buf *sb, *sb_next; in lpfc_scsi_free()
[all …]
Dlpfc_debugfs.c1297 lpfc_io_ktime(struct lpfc_hba *phba, struct lpfc_io_buf *lpfc_cmd) in lpfc_io_ktime()