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