Searched refs:trclen (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/brocade/bna/ |
D | bfa_ioc.h | 301 int bfa_nw_ioc_debug_fwtrc(struct bfa_ioc *ioc, void *trcdata, int *trclen); 302 int bfa_nw_ioc_debug_fwsave(struct bfa_ioc *ioc, void *trcdata, int *trclen);
|
D | bfa_ioc.c | 2248 bfa_nw_ioc_debug_fwtrc(struct bfa_ioc *ioc, void *trcdata, int *trclen) in bfa_nw_ioc_debug_fwtrc() argument 2253 tlen = *trclen; in bfa_nw_ioc_debug_fwtrc() 2258 *trclen = tlen; in bfa_nw_ioc_debug_fwtrc() 2279 bfa_nw_ioc_debug_fwsave(struct bfa_ioc *ioc, void *trcdata, int *trclen) in bfa_nw_ioc_debug_fwsave() argument 2286 tlen = *trclen; in bfa_nw_ioc_debug_fwsave() 2291 *trclen = tlen; in bfa_nw_ioc_debug_fwsave()
|
/Linux-v4.19/drivers/scsi/bfa/ |
D | bfa_ioc.h | 924 int *trclen); 926 int *trclen);
|
D | bfa_ioc.c | 2960 bfa_ioc_debug_fwsave(struct bfa_ioc_s *ioc, void *trcdata, int *trclen) in bfa_ioc_debug_fwsave() argument 2967 tlen = *trclen; in bfa_ioc_debug_fwsave() 2972 *trclen = tlen; in bfa_ioc_debug_fwsave() 2981 bfa_ioc_debug_fwtrc(struct bfa_ioc_s *ioc, void *trcdata, int *trclen) in bfa_ioc_debug_fwtrc() argument 2987 bfa_trc(ioc, *trclen); in bfa_ioc_debug_fwtrc() 2989 tlen = *trclen; in bfa_ioc_debug_fwtrc() 2994 *trclen = tlen; in bfa_ioc_debug_fwtrc()
|