Home
last modified time | relevance | path

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

/dflybsd-src/sys/bus/u4b/wlan/
H A Dif_rumvar.h64 struct rum_tx_data { struct
65 STAILQ_ENTRY(rum_tx_data) next;
72 typedef STAILQ_HEAD(, rum_tx_data) rum_txdhead; argument
124 struct rum_tx_data tx_data[RUM_TX_LIST_COUNT];
H A Dif_rum.c151 static void rum_tx_free(struct rum_tx_data *, int);
173 static int rum_tx_data(struct rum_softc *, struct mbuf *,
774 rum_tx_free(struct rum_tx_data *data, int txerr) in rum_tx_free()
790 struct rum_tx_data *data; in rum_setup_tx_list()
809 struct rum_tx_data *data; in rum_unsetup_tx_list()
1032 struct rum_tx_data *data; in rum_bulk_write_callback()
1382 struct rum_tx_data *data; in rum_sendprot()
1467 struct rum_tx_data *data; in rum_tx_mgt()
1543 struct rum_tx_data *data; in rum_tx_raw()
1598 rum_tx_data(struct rum_softc *sc, struct mbuf *m0, struct ieee80211_node *ni) in rum_tx_data() function
[all …]