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

/freebsd-10.2-release/sys/dev/tsec/
H A Dif_tsec.c1688 CTLTYPE_UINT | CTLFLAG_RW, sc, TSEC_IC_RX, tsec_sysctl_ic_time,
1691 CTLTYPE_UINT | CTLFLAG_RW, sc, TSEC_IC_RX, tsec_sysctl_ic_count,
1737 time = (arg2 == TSEC_IC_RX) ? sc->rx_ic_time : sc->tx_ic_time;
1747 if (arg2 == TSEC_IC_RX) {
1766 count = (arg2 == TSEC_IC_RX) ? sc->rx_ic_count : sc->tx_ic_count;
1776 if (arg2 == TSEC_IC_RX) {
H A Dif_tsec.h37 #define TSEC_IC_RX 0 macro

Completed in 28 milliseconds