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.h1138 struct lpfc_io_buf *lpfc_ncmd);
1141 struct lpfc_io_buf *lpfc_ncmd);
1179 struct lpfc_io_buf *buf);
1181 struct lpfc_io_buf *buf);
1182 int lpfc_put_sgl_per_hdwq(struct lpfc_hba *phba, struct lpfc_io_buf *buf);
1184 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()
8933 /* Each lpfc_io_buf job structure has an iocbq element. in lpfc_sli4_hba_setup()
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_cm in lpfc_sli_wake_iocb_wait()
22161 lpfc_io_buf(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp, int idx) lpfc_io_buf() function
[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 *s 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()