Lines Matching defs:lpfc_iocbq
49 struct lpfc_iocbq { struct
51 struct list_head list;
52 struct list_head clist;
53 struct list_head dlist;
54 uint16_t iotag; /* pre-assigned IO tag */
55 uint16_t sli4_lxritag; /* logical pre-assigned XRI. */
56 uint16_t sli4_xritag; /* pre-assigned XRI, (OXID) tag. */
57 struct lpfc_cq_event cq_event;
59 IOCB_t iocb; /* IOCB cmd */
60 uint8_t retry; /* retry counter for IOCB cmd - if needed */
61 uint32_t iocb_flag;
93 struct lpfc_iocbq *rsp_iocb; argument
99 void (*fabric_iocb_cmpl) (struct lpfc_hba *, struct lpfc_iocbq *, argument
101 void (*wait_iocb_cmpl) (struct lpfc_hba *, struct lpfc_iocbq *, argument
103 void (*iocb_cmpl) (struct lpfc_hba *, struct lpfc_iocbq *, argument