Lines Matching defs:lpfc_iocbq
51 struct lpfc_iocbq { struct
53 struct list_head list;
54 struct list_head clist;
55 struct list_head dlist;
56 uint16_t iotag; /* pre-assigned IO tag */
57 uint16_t sli4_lxritag; /* logical pre-assigned XRI. */
58 uint16_t sli4_xritag; /* pre-assigned XRI, (OXID) tag. */
59 uint16_t hba_wqidx; /* index to HBA work queue */
60 struct lpfc_cq_event cq_event;
61 struct lpfc_wcqe_complete wcqe_cmpl; /* WQE cmpl */
62 uint64_t isr_timestamp;
64 union lpfc_wqe128 wqe; /* SLI-4 */
65 IOCB_t iocb; /* SLI-3 */
67 uint8_t rsvd2;
68 uint8_t priority; /* OAS priority */
69 uint8_t retry; /* retry counter for IOCB cmd - if needed */
70 uint32_t iocb_flag;
106 struct lpfc_iocbq *rsp_iocb; argument
112 void (*fabric_iocb_cmpl)(struct lpfc_hba *, struct lpfc_iocbq *, argument
114 void (*wait_iocb_cmpl)(struct lpfc_hba *, struct lpfc_iocbq *, argument
116 void (*iocb_cmpl)(struct lpfc_hba *, struct lpfc_iocbq *, argument
118 void (*wqe_cmpl)(struct lpfc_hba *, struct lpfc_iocbq *, argument