Searched defs:bfa_iocfc_s (Results 1 – 1 of 1) sorted by relevance
218 struct bfa_iocfc_s { struct219 bfa_fsm_t fsm;220 struct bfa_s *bfa;221 struct bfa_iocfc_cfg_s cfg;222 u32 req_cq_pi[BFI_IOC_MAX_CQS];223 u32 rsp_cq_ci[BFI_IOC_MAX_CQS];224 u8 hw_qid[BFI_IOC_MAX_CQS];225 struct bfa_cb_qe_s init_hcb_qe;226 struct bfa_cb_qe_s stop_hcb_qe;227 struct bfa_cb_qe_s dis_hcb_qe;[all …]