Home
last modified time | relevance | path

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

/NextBSD/sys/dev/otus/
HDif_otusreg.h995 #define OTUS_RX_LIST_COUNT 128 macro
1050 struct otus_data sc_rx[OTUS_RX_LIST_COUNT];
HDif_otus.c1036 error = otus_alloc_list(sc, sc->sc_rx, OTUS_RX_LIST_COUNT, in otus_alloc_rx_list()
1044 for (i = 0; i < OTUS_RX_LIST_COUNT; i++) in otus_alloc_rx_list()
1097 otus_free_list(sc, sc->sc_rx, OTUS_RX_LIST_COUNT); in otus_free_rx_list()