Searched refs:dbg_fwsave (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/brocade/bna/ |
D | bfa_ioc.h | 176 void *dbg_fwsave; member 313 void bfa_nw_ioc_debug_memclaim(struct bfa_ioc *ioc, void *dbg_fwsave);
|
D | bfa_ioc.c | 2284 bfa_nw_ioc_debug_fwtrc(ioc, ioc->dbg_fwsave, &tlen); in bfa_nw_ioc_debug_save_ftrc() 2302 memcpy(trcdata, ioc->dbg_fwsave, tlen); in bfa_nw_ioc_debug_fwsave() 2636 bfa_nw_ioc_debug_memclaim(struct bfa_ioc *ioc, void *dbg_fwsave) in bfa_nw_ioc_debug_memclaim() argument 2638 ioc->dbg_fwsave = dbg_fwsave; in bfa_nw_ioc_debug_memclaim()
|
/linux-4.1.27/drivers/scsi/bfa/ |
D | bfa_ioc.h | 306 void *dbg_fwsave; member 917 void bfa_ioc_debug_memclaim(struct bfa_ioc_s *ioc, void *dbg_fwsave);
|
D | bfa_ioc.c | 2531 bfa_ioc_debug_memclaim(struct bfa_ioc_s *ioc, void *dbg_fwsave) in bfa_ioc_debug_memclaim() argument 2533 ioc->dbg_fwsave = dbg_fwsave; in bfa_ioc_debug_memclaim() 2968 memcpy(trcdata, ioc->dbg_fwsave, tlen); in bfa_ioc_debug_fwsave() 3133 bfa_ioc_debug_fwtrc(ioc, ioc->dbg_fwsave, &tlen); in bfa_ioc_debug_save_ftrc()
|