Lines Matching defs:lpfc_iocbq
56 struct lpfc_iocbq { struct
58 struct list_head list;
59 struct list_head clist;
60 struct list_head dlist;
61 uint16_t iotag; /* pre-assigned IO tag */
62 uint16_t sli4_lxritag; /* logical pre-assigned XRI. */
63 uint16_t sli4_xritag; /* pre-assigned XRI, (OXID) tag. */
64 uint16_t hba_wqidx; /* index to HBA work queue */
65 struct lpfc_cq_event cq_event;
66 struct lpfc_wcqe_complete wcqe_cmpl; /* WQE cmpl */
67 uint64_t isr_timestamp;
69 union lpfc_wqe128 wqe; /* SLI-4 */
70 IOCB_t iocb; /* SLI-3 */
72 uint8_t rsvd2;
73 uint8_t priority; /* OAS priority */
74 uint8_t retry; /* retry counter for IOCB cmd - if needed */
75 uint32_t iocb_flag;
111 struct lpfc_iocbq *rsp_iocb; argument
117 void (*fabric_iocb_cmpl)(struct lpfc_hba *, struct lpfc_iocbq *, argument
119 void (*wait_iocb_cmpl)(struct lpfc_hba *, struct lpfc_iocbq *, argument
121 void (*iocb_cmpl)(struct lpfc_hba *, struct lpfc_iocbq *, argument
123 void (*wqe_cmpl)(struct lpfc_hba *, struct lpfc_iocbq *, argument