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

/freebsd-9.3-release/sys/dev/usb/wlan/
H A Dif_rumvar.h60 struct rum_tx_data { struct
61 STAILQ_ENTRY(rum_tx_data) next;
68 typedef STAILQ_HEAD(, rum_tx_data) rum_txdhead;
97 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);
175 static int rum_tx_data(struct rum_softc *, struct mbuf *,
643 rum_tx_free(struct rum_tx_data *data, int txerr)
664 struct rum_tx_data *data;
683 struct rum_tx_data *data;
782 struct rum_tx_data *data;
1057 struct rum_tx_data *data;
1109 struct rum_tx_data *data;
1168 struct rum_tx_data *data;
1216 rum_tx_data(struc function
[all...]

Completed in 98 milliseconds