Home
last modified time | relevance | path

Searched refs:trclen (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/brocade/bna/
Dbfa_ioc.h297 int bfa_nw_ioc_debug_fwtrc(struct bfa_ioc *ioc, void *trcdata, int *trclen);
298 int bfa_nw_ioc_debug_fwsave(struct bfa_ioc *ioc, void *trcdata, int *trclen);
Dbfa_ioc.c2236 bfa_nw_ioc_debug_fwtrc(struct bfa_ioc *ioc, void *trcdata, int *trclen) in bfa_nw_ioc_debug_fwtrc() argument
2241 tlen = *trclen; in bfa_nw_ioc_debug_fwtrc()
2246 *trclen = tlen; in bfa_nw_ioc_debug_fwtrc()
2267 bfa_nw_ioc_debug_fwsave(struct bfa_ioc *ioc, void *trcdata, int *trclen) in bfa_nw_ioc_debug_fwsave() argument
2274 tlen = *trclen; in bfa_nw_ioc_debug_fwsave()
2279 *trclen = tlen; in bfa_nw_ioc_debug_fwsave()
/linux-6.12.1/drivers/scsi/bfa/
Dbfa_ioc.h958 int *trclen);
960 int *trclen);
Dbfa_ioc.c2942 bfa_ioc_debug_fwsave(struct bfa_ioc_s *ioc, void *trcdata, int *trclen) in bfa_ioc_debug_fwsave() argument
2949 tlen = *trclen; in bfa_ioc_debug_fwsave()
2954 *trclen = tlen; in bfa_ioc_debug_fwsave()
2963 bfa_ioc_debug_fwtrc(struct bfa_ioc_s *ioc, void *trcdata, int *trclen) in bfa_ioc_debug_fwtrc() argument
2969 bfa_trc(ioc, *trclen); in bfa_ioc_debug_fwtrc()
2971 tlen = *trclen; in bfa_ioc_debug_fwtrc()
2976 *trclen = tlen; in bfa_ioc_debug_fwtrc()