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