Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
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()
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_ncm in lpfc_get_nvme_buf()
[all...]
H A 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);
H A Dlpfc_sli.h142 struct lpfc_io_buf *io_buf;
415 struct lpfc_io_buf { struct
417 listlpfc_io_buf global() argument
418 datalpfc_io_buf global() argument
420 dma_handlelpfc_io_buf global() argument
421 dma_phys_sgllpfc_io_buf global() argument
423 dma_sgllpfc_io_buf global() argument
426 dma_sgl_xtra_listlpfc_io_buf global() argument
429 dma_cmd_rsp_listlpfc_io_buf global() argument
431 cur_iocbqlpfc_io_buf global() argument
432 hdwqlpfc_io_buf global() argument
433 hdwq_nolpfc_io_buf global() argument
434 cpulpfc_io_buf global() argument
436 ndlplpfc_io_buf global() argument
437 timeoutlpfc_io_buf global() argument
438 flagslpfc_io_buf global() argument
445 statuslpfc_io_buf global() argument
446 resultlpfc_io_buf global() argument
448 seg_cntlpfc_io_buf global() argument
452 start_timelpfc_io_buf global() argument
453 buf_locklpfc_io_buf global() argument
454 expeditelpfc_io_buf global() argument
456 __anon794c7e23060alpfc_io_buf global() argument
496 ts_cmd_startlpfc_io_buf global() argument
497 ts_last_cmdlpfc_io_buf global() argument
498 ts_cmd_wqputlpfc_io_buf global() argument
499 ts_isr_cmpllpfc_io_buf global() argument
500 ts_data_iolpfc_io_buf global() argument
502 rx_cmd_startlpfc_io_buf global() argument
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.c1251 struct lpfc_io_buf *lpfc_cmd; in __lpfc_sli_get_els_sglq()
8900 /* Each lpfc_io_buf job structure has an iocbq element. in lpfc_sli4_hba_setup()
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()
11243 struct lpfc_io_buf *lpfc_cmd; in lpfc_sli4_calc_ring()
12637 struct lpfc_io_buf *lpfc_cmd; in lpfc_sli_validate_fcp_iocb()
12640 lpfc_cmd = container_of(iocbq, struct lpfc_io_buf, cur_iocbq); in lpfc_sli_validate_fcp_iocb()
12852 struct lpfc_io_buf *lpfc_cmd; in lpfc_sli_abort_taskmgmt()
12880 lpfc_cmd = container_of(iocbq, struct lpfc_io_buf, cur_iocbq); in lpfc_sli_abort_taskmgmt()
13009 struct lpfc_io_buf *lpfc_cm in lpfc_sli_wake_iocb_wait()
22125 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()
3465 struct lpfc_io_buf *lpfc_ncmd; in lpfc_create_expedite_pool()
3466 struct lpfc_io_buf *lpfc_ncmd_next; in lpfc_create_expedite_pool()
3500 struct lpfc_io_buf *lpfc_ncmd; in lpfc_destroy_expedite_pool()
3501 struct lpfc_io_buf *lpfc_ncmd_next; in lpfc_destroy_expedite_pool()
3535 struct lpfc_io_buf *lpfc_ncmd; in lpfc_create_multixri_pools()
3536 struct lpfc_io_buf *lpfc_ncmd_next; in lpfc_create_multixri_pools()
3621 struct lpfc_io_buf *lpfc_ncmd; in lpfc_destroy_multixri_pools()
3622 struct lpfc_io_buf *lpfc_ncmd_next; in lpfc_destroy_multixri_pools()
3961 struct lpfc_io_buf *s in lpfc_scsi_free()
[all...]
H A Dlpfc_debugfs.c1297 lpfc_io_ktime(struct lpfc_hba *phba, struct lpfc_io_buf *lpfc_cmd) in lpfc_io_ktime()