Searched defs:lpfc_iocbq (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/scsi/lpfc/ |
D | lpfc_sli.h | 68 struct lpfc_iocbq { struct 70 struct list_head list; 71 struct list_head clist; 72 struct list_head dlist; 73 uint16_t iotag; /* pre-assigned IO tag */ 74 uint16_t sli4_lxritag; /* logical pre-assigned XRI. */ 75 uint16_t sli4_xritag; /* pre-assigned XRI, (OXID) tag. */ 76 uint16_t hba_wqidx; /* index to HBA work queue */ 77 struct lpfc_cq_event cq_event; 78 uint64_t isr_timestamp; [all …]
|
D | lpfc_ct.c | 588 void (*cmpl)(struct lpfc_hba *, struct lpfc_iocbq *, in lpfc_gen_req() 589 struct lpfc_iocbq *), in lpfc_gen_req() 666 void (*cmpl) (struct lpfc_hba *, struct lpfc_iocbq *, in lpfc_ct_cmd() 667 struct lpfc_iocbq *), in lpfc_ct_cmd()
|
D | lpfc_nvme.c | 391 void (*cmpl)(struct lpfc_hba *, struct lpfc_iocbq *, in lpfc_nvme_gen_req() 392 struct lpfc_iocbq *), in lpfc_nvme_gen_req()
|