Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/usb/
H A Dif_rumvar.h57 struct rum_tx_data { struct
102 struct rum_tx_data tx_data[RUM_TX_LIST_COUNT];
H A Dif_rum.c145 int rum_tx_data(struct rum_softc *, struct mbuf *,
461 struct rum_tx_data *data = &sc->tx_data[i]; in rum_alloc_tx_list()
496 struct rum_tx_data *data = &sc->tx_data[i]; in rum_free_tx_list()
711 struct rum_tx_data *data = priv; in rum_txeof()
1025 rum_tx_data(struct rum_softc *sc, struct mbuf *m0, struct ieee80211_node *ni) in rum_tx_data() function
1029 struct rum_tx_data *data; in rum_tx_data()
1241 if (rum_tx_data(sc, m0, ni) != 0) in rum_start()
1262 if (rum_tx_data(sc, m0, ni) != 0) { in rum_start()