Home
last modified time | relevance | path

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

/freebsd/sys/dev/otus/
H A Dif_otusreg.h1002 #define OTUS_RX_LIST_COUNT 128 macro
1058 struct otus_data sc_rx[OTUS_RX_LIST_COUNT];
H A Dif_otus.c1011 error = otus_alloc_list(sc, sc->sc_rx, OTUS_RX_LIST_COUNT, in otus_alloc_rx_list()
1019 for (i = 0; i < OTUS_RX_LIST_COUNT; i++) in otus_alloc_rx_list()
1072 otus_free_list(sc, sc->sc_rx, OTUS_RX_LIST_COUNT); in otus_free_rx_list()