Home
last modified time | relevance | path

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

/drivers/net/ethernet/brocade/bna/
Dbfa_ioc.h177 bool dbg_fwsave_once; member
Dbfa_ioc.c2279 if (ioc->dbg_fwsave_once) { in bfa_nw_ioc_debug_save_ftrc()
2280 ioc->dbg_fwsave_once = 0; in bfa_nw_ioc_debug_save_ftrc()
2504 ioc->dbg_fwsave_once = true; in bfa_nw_ioc_attach()
2621 ioc->dbg_fwsave_once = true; in bfa_nw_ioc_enable()
/drivers/scsi/bfa/
Dbfa_ioc.c2379 ioc->dbg_fwsave_once = BFA_TRUE; in bfa_ioc_attach()
2507 ioc->dbg_fwsave_once = BFA_TRUE; in bfa_ioc_enable()
2522 ioc->dbg_fwsave_once = BFA_TRUE; in bfa_ioc_suspend()
3129 if (ioc->dbg_fwsave_once) { in bfa_ioc_debug_save_ftrc()
3130 ioc->dbg_fwsave_once = BFA_FALSE; in bfa_ioc_debug_save_ftrc()
Dbfa_ioc.h308 bfa_boolean_t dbg_fwsave_once; member
Dbfad_bsg.c2064 bfad->bfa.ioc.dbg_fwsave_once = BFA_TRUE; in bfad_iocmd_debug_ctl()