Searched refs:trclen (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/brocade/bna/ |
D | bfa_ioc.h | 293 int bfa_nw_ioc_debug_fwtrc(struct bfa_ioc *ioc, void *trcdata, int *trclen); 294 int bfa_nw_ioc_debug_fwsave(struct bfa_ioc *ioc, void *trcdata, int *trclen);
|
D | bfa_ioc.c | 2237 bfa_nw_ioc_debug_fwtrc(struct bfa_ioc *ioc, void *trcdata, int *trclen) in bfa_nw_ioc_debug_fwtrc() argument 2242 tlen = *trclen; in bfa_nw_ioc_debug_fwtrc() 2247 *trclen = tlen; in bfa_nw_ioc_debug_fwtrc() 2268 bfa_nw_ioc_debug_fwsave(struct bfa_ioc *ioc, void *trcdata, int *trclen) in bfa_nw_ioc_debug_fwsave() argument 2275 tlen = *trclen; in bfa_nw_ioc_debug_fwsave() 2280 *trclen = tlen; in bfa_nw_ioc_debug_fwsave()
|
/Linux-v5.4/drivers/scsi/bfa/ |
D | bfa_ioc.h | 916 int *trclen); 918 int *trclen);
|
D | bfa_ioc.c | 2948 bfa_ioc_debug_fwsave(struct bfa_ioc_s *ioc, void *trcdata, int *trclen) in bfa_ioc_debug_fwsave() argument 2955 tlen = *trclen; in bfa_ioc_debug_fwsave() 2960 *trclen = tlen; in bfa_ioc_debug_fwsave() 2969 bfa_ioc_debug_fwtrc(struct bfa_ioc_s *ioc, void *trcdata, int *trclen) in bfa_ioc_debug_fwtrc() argument 2975 bfa_trc(ioc, *trclen); in bfa_ioc_debug_fwtrc() 2977 tlen = *trclen; in bfa_ioc_debug_fwtrc() 2982 *trclen = tlen; in bfa_ioc_debug_fwtrc()
|