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

/freebsd-12-stable/sys/dev/vr/
H A Dif_vr.c1142 sc->vr_cdata.vr_tx_cnt = 0;
1460 sc->vr_cdata.vr_tx_cnt--;
1499 sc->vr_cdata.vr_tx_cnt++;
1538 if (sc->vr_cdata.vr_tx_cnt == 0)
1877 if (sc->vr_cdata.vr_tx_cnt + nsegs >= (VR_TX_RING_CNT - 1)) {
1914 sc->vr_cdata.vr_tx_cnt++;
1972 sc->vr_cdata.vr_tx_cnt < VR_TX_RING_CNT - 2; ) {
2316 if (sc->vr_cdata.vr_tx_cnt == 0)
2352 if (sc->vr_cdata.vr_tx_cnt != 0) {
H A Dif_vrreg.h684 int vr_tx_cnt; member in struct:vr_chain_data

Completed in 59 milliseconds