Searched refs:ext_4 (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/txp/
H A Dif_txpreg.h327 uint32_t ext_4; member in struct:txp_ext_desc
H A Dif_txp.c2837 stats->tx_colls = ostats->tx_colls + le32toh(ext[0].ext_4);
2845 le32toh(ext[1].ext_4);
2850 stats->rx_bytes = ostats->rx_bytes + (uint64_t)le32toh(ext[2].ext_4) +
2854 stats->rx_crcerrs = ostats->rx_crcerrs + le32toh(ext[3].ext_4);
2860 stats->rx_oflows = ostats->rx_oflows + le32toh(ext[4].ext_4);

Completed in 81 milliseconds