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

/freebsd-12-stable/sys/dev/tsec/
H A Dif_tsec.h40 #define TSEC_IC_RX 0 macro
H A Dif_tsec.c1687 CTLTYPE_UINT | CTLFLAG_RW, sc, TSEC_IC_RX, tsec_sysctl_ic_time,
1690 CTLTYPE_UINT | CTLFLAG_RW, sc, TSEC_IC_RX, tsec_sysctl_ic_count,
1736 time = (arg2 == TSEC_IC_RX) ? sc->rx_ic_time : sc->tx_ic_time;
1746 if (arg2 == TSEC_IC_RX) {
1765 count = (arg2 == TSEC_IC_RX) ? sc->rx_ic_count : sc->tx_ic_count;
1775 if (arg2 == TSEC_IC_RX) {

Completed in 43 milliseconds