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

/freebsd-13-stable/sys/dev/vr/
H A Dif_vr.c1155 sc->vr_cdata.vr_tx_cnt = 0;
1473 sc->vr_cdata.vr_tx_cnt--;
1512 sc->vr_cdata.vr_tx_cnt++;
1551 if (sc->vr_cdata.vr_tx_cnt == 0)
1890 if (sc->vr_cdata.vr_tx_cnt + nsegs >= (VR_TX_RING_CNT - 1)) {
1927 sc->vr_cdata.vr_tx_cnt++;
1985 sc->vr_cdata.vr_tx_cnt < VR_TX_RING_CNT - 2; ) {
2329 if (sc->vr_cdata.vr_tx_cnt == 0)
2365 if (sc->vr_cdata.vr_tx_cnt != 0) {
H A Dif_vrreg.h682 int vr_tx_cnt; member in struct:vr_chain_data

Completed in 121 milliseconds