Lines Matching defs:bfa_ioc_s
296 struct bfa_ioc_s { struct
297 bfa_fsm_t fsm;
298 struct bfa_s *bfa;
299 struct bfa_pcidev_s pcidev;
300 struct bfa_timer_mod_s *timer_mod;
301 struct bfa_timer_s ioc_timer;
302 struct bfa_timer_s sem_timer;
303 struct bfa_timer_s hb_timer;
304 u32 hb_count;
305 struct list_head notify_q;
306 void *dbg_fwsave;
307 int dbg_fwsave_len;
308 bfa_boolean_t dbg_fwsave_once;
309 enum bfi_pcifn_class clscode;
310 struct bfa_ioc_regs_s ioc_regs;
311 struct bfa_trc_mod_s *trcmod;
335 bfa_boolean_t (*ioc_firmware_lock) (struct bfa_ioc_s *ioc); argument