RUM_TX_LIST_COUNT  491 dev/usb/if_rum.c 	for (i = 0; i < RUM_TX_LIST_COUNT; i++) {
RUM_TX_LIST_COUNT  526 dev/usb/if_rum.c 	for (i = 0; i < RUM_TX_LIST_COUNT; i++) {
RUM_TX_LIST_COUNT 1158 dev/usb/if_rum.c 		sc->tx_cur = (sc->tx_cur + 1) % RUM_TX_LIST_COUNT;
RUM_TX_LIST_COUNT 1229 dev/usb/if_rum.c 	sc->tx_cur = (sc->tx_cur + 1) % RUM_TX_LIST_COUNT;
RUM_TX_LIST_COUNT 1252 dev/usb/if_rum.c 			if (sc->tx_queued >= RUM_TX_LIST_COUNT - 1) {
RUM_TX_LIST_COUNT 1273 dev/usb/if_rum.c 			if (sc->tx_queued >= RUM_TX_LIST_COUNT - 1) {
RUM_TX_LIST_COUNT  102 dev/usb/if_rumvar.h 	struct rum_tx_data		tx_data[RUM_TX_LIST_COUNT];