Home
last modified time | relevance | path

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

/freebsd/sys/dev/rtwn/
H A Dif_rtwnvar.h25 #define RTWN_TX_DESC_SIZE 64 macro
74 uint8_t txd[RTWN_TX_DESC_SIZE];
H A Dif_rtwn.c201 if (sc->txdesc_len > RTWN_TX_DESC_SIZE) { in rtwn_attach()
204 RTWN_TX_DESC_SIZE, sc->txdesc_len); in rtwn_attach()