Home
last modified time | relevance | path

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

/Linux-v6.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()
256 struct lpfc_io_buf *psb; in lpfc_new_scsi_buf_s3()
275 psb = kzalloc(sizeof(struct lpfc_io_buf), GFP_KERNEL); in lpfc_new_scsi_buf_s3()
392 struct lpfc_io_buf *psb, *next_psb; in lpfc_sli4_vport_delete_fcp_xri_aborted()
434 struct lpfc_io_buf *psb, *next_psb; in lpfc_sli4_io_xri_aborted()
537 psb = container_of(iocbq, struct lpfc_io_buf, cur_iocbq); in lpfc_sli4_io_xri_aborted()
561 static struct lpfc_io_buf *
565 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 *);
824 struct lpfc_io_buf *lpfc_ncmd, in lpfc_nvme_adj_fcp_sgls()
934 struct lpfc_io_buf *lpfc_ncmd = pwqeIn->io_buf; in lpfc_nvme_io_cmd_cmpl()
1204 struct lpfc_io_buf *lpfc_ncmd, in lpfc_nvme_prep_io_cmd()
1334 struct lpfc_io_buf *lpfc_ncmd) in lpfc_nvme_prep_io_dma()
1533 struct lpfc_io_buf *lpfc_ncmd; in lpfc_nvme_fcp_io_submit()
1859 struct lpfc_io_buf *lpfc_nbuf; in lpfc_nvme_fcp_abort()
2043 static struct lpfc_io_buf *
2047 struct lpfc_io_buf *lpfc_ncmd; in lpfc_get_nvme_buf()
[all …]
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);
Dlpfc.h902 struct lpfc_io_buf * (*lpfc_get_scsi_buf)
906 (struct lpfc_hba *, struct lpfc_io_buf *);
908 (struct lpfc_hba *, struct lpfc_io_buf *);
910 (struct lpfc_hba *, struct lpfc_io_buf *);
914 (struct lpfc_vport *, struct lpfc_io_buf *,
918 struct lpfc_io_buf *lpfc_cmd,
922 struct lpfc_io_buf *lpfc_cmd,
966 (struct lpfc_hba *, struct lpfc_io_buf *);
Dlpfc_sli.h142 struct lpfc_io_buf *io_buf;
395 struct lpfc_io_buf { struct
Dlpfc_crtn.h143 void lpfc_prep_embed_io(struct lpfc_hba *phba, struct lpfc_io_buf *lpfc_ncmd);
652 struct lpfc_io_buf *lpfc_get_io_buf(struct lpfc_hba *phba,
655 void lpfc_release_io_buf(struct lpfc_hba *phba, struct lpfc_io_buf *ncmd,
657 void lpfc_io_ktime(struct lpfc_hba *phba, struct lpfc_io_buf *ncmd);
Dlpfc_nvme.h76 struct lpfc_io_buf *nvme_buf;
Dlpfc_sli.c1250 struct lpfc_io_buf *lpfc_cmd; in __lpfc_sli_get_els_sglq()
10578 struct lpfc_io_buf *lpfc_cmd = piocb->io_buf; in __lpfc_sli_issue_fcp_io_s4()
10585 lpfc_prep_embed_io(struct lpfc_hba *phba, struct lpfc_io_buf *lpfc_cmd) in lpfc_prep_embed_io()
11234 struct lpfc_io_buf *lpfc_cmd; in lpfc_sli4_calc_ring()
12605 struct lpfc_io_buf *lpfc_cmd; in lpfc_sli_validate_fcp_iocb()
12608 lpfc_cmd = container_of(iocbq, struct lpfc_io_buf, cur_iocbq); in lpfc_sli_validate_fcp_iocb()
12820 struct lpfc_io_buf *lpfc_cmd; in lpfc_sli_abort_taskmgmt()
12850 lpfc_cmd = container_of(iocbq, struct lpfc_io_buf, cur_iocbq); in lpfc_sli_abort_taskmgmt()
12979 struct lpfc_io_buf *lpfc_cmd; in lpfc_sli_wake_iocb_wait()
13010 lpfc_cmd = container_of(cmdiocbq, struct lpfc_io_buf, in lpfc_sli_wake_iocb_wait()
[all …]
Dlpfc_init.c1084 struct lpfc_io_buf *psb, *psb_next; in lpfc_hba_down_post_s4()
3441 struct lpfc_io_buf *lpfc_ncmd; in lpfc_create_expedite_pool()
3442 struct lpfc_io_buf *lpfc_ncmd_next; in lpfc_create_expedite_pool()
3476 struct lpfc_io_buf *lpfc_ncmd; in lpfc_destroy_expedite_pool()
3477 struct lpfc_io_buf *lpfc_ncmd_next; in lpfc_destroy_expedite_pool()
3511 struct lpfc_io_buf *lpfc_ncmd; in lpfc_create_multixri_pools()
3512 struct lpfc_io_buf *lpfc_ncmd_next; in lpfc_create_multixri_pools()
3597 struct lpfc_io_buf *lpfc_ncmd; in lpfc_destroy_multixri_pools()
3598 struct lpfc_io_buf *lpfc_ncmd_next; in lpfc_destroy_multixri_pools()
3963 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()