Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_sli4.h1137 struct lpfc_io_buf *lpfc_ncmd);
1140 struct lpfc_io_buf *lpfc_ncmd);
1178 struct lpfc_io_buf *buf);
1180 struct lpfc_io_buf *buf);
1181 int lpfc_put_sgl_per_hdwq(struct lpfc_hba *phba, struct lpfc_io_buf *buf);
1183 struct lpfc_io_buf *buf);
H A Dlpfc_sli.h142 struct lpfc_io_buf *io_buf;
415 struct lpfc_io_buf { struct
H A Dlpfc_nvme.h76 struct lpfc_io_buf *nvme_buf;
H A Dlpfc_sli.c1246 struct lpfc_io_buf *lpfc_cmd; in __lpfc_sli_get_els_sglq()
10610 struct lpfc_io_buf *lpfc_cmd = piocb->io_buf; in __lpfc_sli_issue_fcp_io_s4()
10617 lpfc_prep_embed_io(struct lpfc_hba *phba, struct lpfc_io_buf *lpfc_cmd) in lpfc_prep_embed_io()
11275 struct lpfc_io_buf *lpfc_cmd; in lpfc_sli4_calc_ring()
12661 struct lpfc_io_buf *lpfc_cmd; in lpfc_sli_validate_fcp_iocb()
12664 lpfc_cmd = container_of(iocbq, struct lpfc_io_buf, cur_iocbq); in lpfc_sli_validate_fcp_iocb()
12876 struct lpfc_io_buf *lpfc_cmd; in lpfc_sli_abort_taskmgmt()
12904 lpfc_cmd = container_of(iocbq, struct lpfc_io_buf, cur_iocbq); in lpfc_sli_abort_taskmgmt()
13033 struct lpfc_io_buf *lpfc_cmd; in lpfc_sli_wake_iocb_wait()
13064 lpfc_cmd = container_of(cmdiocbq, struct lpfc_io_buf, in lpfc_sli_wake_iocb_wait()
[all …]
H A Dlpfc_init.c1089 struct lpfc_io_buf *psb, *psb_next; in lpfc_hba_down_post_s4()
3460 struct lpfc_io_buf *lpfc_ncmd; in lpfc_create_expedite_pool()
3461 struct lpfc_io_buf *lpfc_ncmd_next; in lpfc_create_expedite_pool()
3495 struct lpfc_io_buf *lpfc_ncmd; in lpfc_destroy_expedite_pool()
3496 struct lpfc_io_buf *lpfc_ncmd_next; in lpfc_destroy_expedite_pool()
3530 struct lpfc_io_buf *lpfc_ncmd; in lpfc_create_multixri_pools()
3531 struct lpfc_io_buf *lpfc_ncmd_next; in lpfc_create_multixri_pools()
3616 struct lpfc_io_buf *lpfc_ncmd; in lpfc_destroy_multixri_pools()
3617 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 …]
H A Dlpfc_debugfs.c1304 lpfc_io_ktime(struct lpfc_hba *phba, struct lpfc_io_buf *lpfc_cmd) in lpfc_io_ktime()