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

/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_rumvar.h62 struct rum_tx_data { struct
63 STAILQ_ENTRY(rum_tx_data) next;
70 typedef STAILQ_HEAD(, rum_tx_data) rum_txdhead;
122 struct rum_tx_data tx_data[RUM_TX_LIST_COUNT];
H A Dif_rum.c162 static void rum_tx_free(struct rum_tx_data *, int);
184 static int rum_tx_data(struct rum_softc *, struct mbuf *,
779 rum_tx_free(struct rum_tx_data *data, int txerr)
795 struct rum_tx_data *data;
814 struct rum_tx_data *data;
1037 struct rum_tx_data *data;
1366 struct rum_tx_data *data;
1451 struct rum_tx_data *data;
1527 struct rum_tx_data *data;
1582 rum_tx_data(struc function
[all...]

Completed in 65 milliseconds