Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/brocade/bna/
Dbfa_ioc.h314 int bfa_nw_ioc_debug_fwtrc(struct bfa_ioc *ioc, void *trcdata, int *trclen);
315 int bfa_nw_ioc_debug_fwsave(struct bfa_ioc *ioc, void *trcdata, int *trclen);
Dbfa_ioc.c2260 bfa_nw_ioc_debug_fwtrc(struct bfa_ioc *ioc, void *trcdata, int *trclen) in bfa_nw_ioc_debug_fwtrc() argument
2265 tlen = *trclen; in bfa_nw_ioc_debug_fwtrc()
2270 *trclen = tlen; in bfa_nw_ioc_debug_fwtrc()
2291 bfa_nw_ioc_debug_fwsave(struct bfa_ioc *ioc, void *trcdata, int *trclen) in bfa_nw_ioc_debug_fwsave() argument
2298 tlen = *trclen; in bfa_nw_ioc_debug_fwsave()
2303 *trclen = tlen; in bfa_nw_ioc_debug_fwsave()
/linux-4.1.27/drivers/scsi/bfa/
Dbfa_ioc.h919 int *trclen);
921 int *trclen);
Dbfa_ioc.c2957 bfa_ioc_debug_fwsave(struct bfa_ioc_s *ioc, void *trcdata, int *trclen) in bfa_ioc_debug_fwsave() argument
2964 tlen = *trclen; in bfa_ioc_debug_fwsave()
2969 *trclen = tlen; in bfa_ioc_debug_fwsave()
2978 bfa_ioc_debug_fwtrc(struct bfa_ioc_s *ioc, void *trcdata, int *trclen) in bfa_ioc_debug_fwtrc() argument
2984 bfa_trc(ioc, *trclen); in bfa_ioc_debug_fwtrc()
2986 tlen = *trclen; in bfa_ioc_debug_fwtrc()
2991 *trclen = tlen; in bfa_ioc_debug_fwtrc()