Home
last modified time | relevance | path

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

/freebsd/sys/dev/otus/
H A Dif_otusreg.h1003 #define OTUS_TX_LIST_COUNT 32 macro
1059 struct otus_data sc_tx[OTUS_TX_LIST_COUNT];
H A Dif_otus.c1038 error = otus_alloc_list(sc, sc->sc_tx, OTUS_TX_LIST_COUNT, in otus_alloc_tx_list()
1050 for (i = 0; i < OTUS_TX_LIST_COUNT; i++) { in otus_alloc_tx_list()
1070 otus_free_list(sc, sc->sc_tx, OTUS_TX_LIST_COUNT); in otus_free_tx_list()