Searched refs:dbg_fwsave (Results 1 – 4 of 4) sorted by relevance
| /drivers/net/ethernet/brocade/bna/ |
| A D | bfa_ioc.h | 172 void *dbg_fwsave; member 296 void bfa_nw_ioc_debug_memclaim(struct bfa_ioc *ioc, void *dbg_fwsave);
|
| A D | bfa_ioc.c | 2260 bfa_nw_ioc_debug_fwtrc(ioc, ioc->dbg_fwsave, &tlen); in bfa_nw_ioc_debug_save_ftrc() 2278 memcpy(trcdata, ioc->dbg_fwsave, tlen); in bfa_nw_ioc_debug_fwsave() 2616 bfa_nw_ioc_debug_memclaim(struct bfa_ioc *ioc, void *dbg_fwsave) in bfa_nw_ioc_debug_memclaim() argument 2618 ioc->dbg_fwsave = dbg_fwsave; in bfa_nw_ioc_debug_memclaim()
|
| /drivers/scsi/bfa/ |
| A D | bfa_ioc.h | 342 void *dbg_fwsave; member 954 void bfa_ioc_debug_memclaim(struct bfa_ioc_s *ioc, void *dbg_fwsave);
|
| A D | bfa_ioc.c | 2495 bfa_ioc_debug_memclaim(struct bfa_ioc_s *ioc, void *dbg_fwsave) in bfa_ioc_debug_memclaim() argument 2497 ioc->dbg_fwsave = dbg_fwsave; in bfa_ioc_debug_memclaim() 2932 memcpy(trcdata, ioc->dbg_fwsave, tlen); in bfa_ioc_debug_fwsave() 3097 bfa_ioc_debug_fwtrc(ioc, ioc->dbg_fwsave, &tlen); in bfa_ioc_debug_save_ftrc()
|
Completed in 28 milliseconds