Home
last modified time | relevance | path

Searched refs:dbg_fwsave_once (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/brocade/bna/
Dbfa_ioc.h178 bool dbg_fwsave_once; member
Dbfa_ioc.c2268 if (ioc->dbg_fwsave_once) { in bfa_nw_ioc_debug_save_ftrc()
2269 ioc->dbg_fwsave_once = false; in bfa_nw_ioc_debug_save_ftrc()
2493 ioc->dbg_fwsave_once = true; in bfa_nw_ioc_attach()
2610 ioc->dbg_fwsave_once = true; in bfa_nw_ioc_enable()
/Linux-v4.19/drivers/scsi/bfa/
Dbfa_ioc.c2382 ioc->dbg_fwsave_once = BFA_TRUE; in bfa_ioc_attach()
2510 ioc->dbg_fwsave_once = BFA_TRUE; in bfa_ioc_enable()
2525 ioc->dbg_fwsave_once = BFA_TRUE; in bfa_ioc_suspend()
3132 if (ioc->dbg_fwsave_once) { in bfa_ioc_debug_save_ftrc()
3133 ioc->dbg_fwsave_once = BFA_FALSE; in bfa_ioc_debug_save_ftrc()
Dbfa_ioc.h313 bfa_boolean_t dbg_fwsave_once; member
Dbfad_bsg.c2065 bfad->bfa.ioc.dbg_fwsave_once = BFA_TRUE; in bfad_iocmd_debug_ctl()