Home
last modified time | relevance | path

Searched refs:dbg_fwsave (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/brocade/bna/
Dbfa_ioc.h176 void *dbg_fwsave; member
300 void bfa_nw_ioc_debug_memclaim(struct bfa_ioc *ioc, void *dbg_fwsave);
Dbfa_ioc.c2272 bfa_nw_ioc_debug_fwtrc(ioc, ioc->dbg_fwsave, &tlen); in bfa_nw_ioc_debug_save_ftrc()
2290 memcpy(trcdata, ioc->dbg_fwsave, tlen); in bfa_nw_ioc_debug_fwsave()
2624 bfa_nw_ioc_debug_memclaim(struct bfa_ioc *ioc, void *dbg_fwsave) in bfa_nw_ioc_debug_memclaim() argument
2626 ioc->dbg_fwsave = dbg_fwsave; in bfa_nw_ioc_debug_memclaim()
/Linux-v4.19/drivers/scsi/bfa/
Dbfa_ioc.h311 void *dbg_fwsave; member
922 void bfa_ioc_debug_memclaim(struct bfa_ioc_s *ioc, void *dbg_fwsave);
Dbfa_ioc.c2534 bfa_ioc_debug_memclaim(struct bfa_ioc_s *ioc, void *dbg_fwsave) in bfa_ioc_debug_memclaim() argument
2536 ioc->dbg_fwsave = dbg_fwsave; in bfa_ioc_debug_memclaim()
2971 memcpy(trcdata, ioc->dbg_fwsave, tlen); in bfa_ioc_debug_fwsave()
3136 bfa_ioc_debug_fwtrc(ioc, ioc->dbg_fwsave, &tlen); in bfa_ioc_debug_save_ftrc()