Home
last modified time | relevance | path

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

/freebsd/sys/dev/bxe/
H A Dbxe_stats.c193 if (sc->func_stx) { in bxe_hw_stats_post()
223 } else if (sc->func_stx) { in bxe_hw_stats_post()
350 if (sc->func_stx) { in bxe_port_stats_init()
550 if (!sc->func_stx) { in bxe_func_stats_init()
562 dmae->dst_addr_lo = (sc->func_stx >> 2); in bxe_func_stats_init()
587 else if (sc->func_stx) { in bxe_stats_start()
1362 if (sc->func_stx) { in bxe_port_stats_stop()
1373 if (sc->func_stx) { in bxe_port_stats_stop()
1386 if (sc->func_stx) { in bxe_port_stats_stop()
1610 sc->func_stx = 0; in bxe_stats_init()
[all …]
H A Dbxe.h1468 uint32_t func_stx; member