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

/freebsd-11-stable/sys/dev/tsec/
H A Dif_tsec.c1689 CTLTYPE_UINT | CTLFLAG_RW, sc, TSEC_IC_RX, tsec_sysctl_ic_time,
1692 CTLTYPE_UINT | CTLFLAG_RW, sc, TSEC_IC_RX, tsec_sysctl_ic_count,
1738 time = (arg2 == TSEC_IC_RX) ? sc->rx_ic_time : sc->tx_ic_time;
1748 if (arg2 == TSEC_IC_RX) {
1767 count = (arg2 == TSEC_IC_RX) ? sc->rx_ic_count : sc->tx_ic_count;
1777 if (arg2 == TSEC_IC_RX) {
H A Dif_tsec.h37 #define TSEC_IC_RX 0 macro

Completed in 84 milliseconds