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

/freebsd-11.0-release/sys/dev/pcn/
H A Dif_pcn.c759 cd->pcn_tx_prod = cd->pcn_tx_cons = cd->pcn_tx_cnt = 0;
910 while (idx != sc->pcn_cdata.pcn_tx_prod) {
1118 idx = sc->pcn_cdata.pcn_tx_prod;
1143 sc->pcn_cdata.pcn_tx_prod = idx;
H A Dif_pcnreg.h429 int pcn_tx_prod; member in struct:pcn_ring_data

Completed in 132 milliseconds