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

/linux-4.4.14/drivers/net/ethernet/brocade/bna/
H A Dbfa_ioc.h176 void *dbg_fwsave; member in struct:bfa_ioc
300 void bfa_nw_ioc_debug_memclaim(struct bfa_ioc *ioc, void *dbg_fwsave);
H A Dbfa_ioc.c2268 bfa_nw_ioc_debug_fwtrc(ioc, ioc->dbg_fwsave, &tlen); bfa_nw_ioc_debug_save_ftrc()
2286 memcpy(trcdata, ioc->dbg_fwsave, tlen); bfa_nw_ioc_debug_fwsave()
2620 bfa_nw_ioc_debug_memclaim(struct bfa_ioc *ioc, void *dbg_fwsave) bfa_nw_ioc_debug_memclaim() argument
2622 ioc->dbg_fwsave = dbg_fwsave; bfa_nw_ioc_debug_memclaim()
/linux-4.4.14/drivers/scsi/bfa/
H A Dbfa_ioc.h306 void *dbg_fwsave; member in struct:bfa_ioc_s
917 void bfa_ioc_debug_memclaim(struct bfa_ioc_s *ioc, void *dbg_fwsave);
H A Dbfa_ioc.c2531 bfa_ioc_debug_memclaim(struct bfa_ioc_s *ioc, void *dbg_fwsave) bfa_ioc_debug_memclaim() argument
2533 ioc->dbg_fwsave = dbg_fwsave; bfa_ioc_debug_memclaim()
2968 memcpy(trcdata, ioc->dbg_fwsave, tlen); bfa_ioc_debug_fwsave()
3133 bfa_ioc_debug_fwtrc(ioc, ioc->dbg_fwsave, &tlen); bfa_ioc_debug_save_ftrc()

Completed in 186 milliseconds