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

/freebsd-10.2-release/sys/dev/pcn/
H A Dif_pcn.c758 cd->pcn_tx_prod = cd->pcn_tx_cons = cd->pcn_tx_cnt = 0;
917 sc->pcn_cdata.pcn_tx_cnt--;
939 sc->pcn_cdata.pcn_tx_cnt--;
948 sc->pcn_timer = (sc->pcn_cdata.pcn_tx_cnt == 0) ? 0 : 5;
1057 if ((PCN_TX_LIST_CNT - (sc->pcn_cdata.pcn_tx_cnt + cnt)) < 2)
1079 sc->pcn_cdata.pcn_tx_cnt += cnt;
H A Dif_pcnreg.h431 int pcn_tx_cnt; member in struct:pcn_ring_data

Completed in 102 milliseconds