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

/freebsd-11-stable/sys/dev/otus/
H A Dif_otusreg.h995 #define OTUS_RX_LIST_COUNT 128 macro
1050 struct otus_data sc_rx[OTUS_RX_LIST_COUNT];
H A Dif_otus.c1053 error = otus_alloc_list(sc, sc->sc_rx, OTUS_RX_LIST_COUNT,
1061 for (i = 0; i < OTUS_RX_LIST_COUNT; i++)
1114 otus_free_list(sc, sc->sc_rx, OTUS_RX_LIST_COUNT);

Completed in 68 milliseconds