Home
last modified time | relevance | path

Searched refs:trcdata (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/scsi/bfa/
Dbfa_ioc.h368 bfa_status_t bfa_ioc_debug_fwsave(struct bfa_ioc_s *ioc, void *trcdata,
370 bfa_status_t bfa_ioc_debug_fwtrc(struct bfa_ioc_s *ioc, void *trcdata,
Dbfa_ioc.c2486 bfa_ioc_debug_fwsave(struct bfa_ioc_s *ioc, void *trcdata, int *trclen) in bfa_ioc_debug_fwsave() argument
2497 memcpy(trcdata, ioc->dbg_fwsave, tlen); in bfa_ioc_debug_fwsave()
2507 bfa_ioc_debug_fwtrc(struct bfa_ioc_s *ioc, void *trcdata, int *trclen) in bfa_ioc_debug_fwtrc() argument
2519 status = bfa_ioc_smem_read(ioc, trcdata, loff, tlen); in bfa_ioc_debug_fwtrc()