RAL_TX_LIST_COUNT  409 dev/usb/if_ral.c 	for (i = 0; i < RAL_TX_LIST_COUNT; i++) {
RAL_TX_LIST_COUNT  442 dev/usb/if_ral.c 	for (i = 0; i < RAL_TX_LIST_COUNT; i++) {
RAL_TX_LIST_COUNT 1149 dev/usb/if_ral.c 		sc->tx_cur = (sc->tx_cur + 1) % RAL_TX_LIST_COUNT;
RAL_TX_LIST_COUNT 1221 dev/usb/if_ral.c 	sc->tx_cur = (sc->tx_cur + 1) % RAL_TX_LIST_COUNT;
RAL_TX_LIST_COUNT 1244 dev/usb/if_ral.c 			if (sc->tx_queued >= RAL_TX_LIST_COUNT - 1) {
RAL_TX_LIST_COUNT 1265 dev/usb/if_ral.c 			if (sc->tx_queued >= RAL_TX_LIST_COUNT - 1) {
RAL_TX_LIST_COUNT  100 dev/usb/if_ralvar.h 	struct ural_tx_data		tx_data[RAL_TX_LIST_COUNT];