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

/freebsd-current/sys/dev/msk/
H A Dif_msk.c3579 int rxput[2]; local
3591 rxput[MSK_PORT_A] = rxput[MSK_PORT_B] = 0;
3635 rxput[port]++;
3637 if (rxput[port] >= sc_if->msk_cdata.msk_rx_putwm) {
3639 rxput[port] = 0;
3667 if (rxput[MSK_PORT_A] > 0)
3669 if (rxput[MSK_PORT_B] > 0)

Completed in 116 milliseconds