Lines Matching refs:rum_tx_data
165 static void rum_tx_free(struct rum_tx_data *, int);
189 static int rum_tx_data(struct rum_softc *, struct mbuf *,
794 rum_tx_free(struct rum_tx_data *data, int txerr) in rum_tx_free()
810 struct rum_tx_data *data; in rum_setup_tx_list()
829 struct rum_tx_data *data, *tmp; in rum_reset_tx_list()
843 STAILQ_REMOVE(&sc->tx_q, data, rum_tx_data, next); in rum_reset_tx_list()
853 struct rum_tx_data *data; in rum_unsetup_tx_list()
1076 struct rum_tx_data *data; in rum_bulk_write_callback()
1421 struct rum_tx_data *data; in rum_sendprot()
1495 struct rum_tx_data *data; in rum_tx_mgt()
1568 struct rum_tx_data *data; in rum_tx_raw()
1623 rum_tx_data(struct rum_softc *sc, struct mbuf *m0, struct ieee80211_node *ni) in rum_tx_data() function
1627 struct rum_tx_data *data; in rum_tx_data()
1765 if (rum_tx_data(sc, m, ni) != 0) { in rum_start()