Lines Matching defs:bfa_ioc_s
332 struct bfa_ioc_s { struct
333 bfa_ioc_sm_t fsm; argument
334 struct bfa_s *bfa;
335 struct bfa_pcidev_s pcidev;
336 struct bfa_timer_mod_s *timer_mod;
337 struct bfa_timer_s ioc_timer;
338 struct bfa_timer_s sem_timer;
339 struct bfa_timer_s hb_timer;
340 u32 hb_count;
341 struct list_head notify_q;
342 void *dbg_fwsave;
343 int dbg_fwsave_len;
344 bfa_boolean_t dbg_fwsave_once;
345 enum bfi_pcifn_class clscode;
346 struct bfa_ioc_regs_s ioc_regs;
347 struct bfa_trc_mod_s *trcmod;
371 bfa_boolean_t (*ioc_firmware_lock) (struct bfa_ioc_s *ioc); argument