Searched refs:pcn_tx_cons (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;
909 idx = sc->pcn_cdata.pcn_tx_cons;
943 if (idx != sc->pcn_cdata.pcn_tx_cons) {
945 sc->pcn_cdata.pcn_tx_cons = idx;
H A Dif_pcnreg.h430 int pcn_tx_cons; member in struct:pcn_ring_data

Completed in 93 milliseconds