Searched defs:bfa_iocfc_s (Results 1 – 1 of 1) sorted by relevance
228 struct bfa_iocfc_s { struct229 bfa_fsm_t fsm;230 struct bfa_s *bfa;231 struct bfa_iocfc_cfg_s cfg;232 u32 req_cq_pi[BFI_IOC_MAX_CQS];233 u32 rsp_cq_ci[BFI_IOC_MAX_CQS];234 u8 hw_qid[BFI_IOC_MAX_CQS];235 struct bfa_cb_qe_s init_hcb_qe;236 struct bfa_cb_qe_s stop_hcb_qe;237 struct bfa_cb_qe_s dis_hcb_qe;[all …]