Home
last modified time | relevance | path

Searched refs:mtw_txwi (Results 1 – 3 of 3) sorted by relevance

/src/sys/dev/usb/wlan/
H A Dif_mtw.c126 (sizeof(struct mtw_txd) + sizeof(struct mtw_txwi) + MCLBYTES + 11)
2770 struct mtw_txwi *txwi = in mtw_bulk_tx_callbackN()
2771 (struct mtw_txwi *)(&data->desc + in mtw_bulk_tx_callbackN()
2985 struct mtw_txwi *txwi; in mtw_set_tx_desc()
3015 txwi = (struct mtw_txwi *)(txd + 1); in mtw_set_tx_desc()
3056 struct mtw_txwi *txwi; in mtw_tx()
3149 txwi = (struct mtw_txwi *)(txd + 1); in mtw_tx()
3217 (int)(sizeof(struct mtw_txd) + sizeof(struct mtw_txwi)), in mtw_tx()
3231 struct mtw_txwi *txwi; in mtw_tx_mgt()
3268 txwi = (struct mtw_txwi *)(txd + 1); in mtw_tx_mgt()
[all …]
H A Dif_mtwreg.h780 struct mtw_txwi { struct
898 (sizeof (struct mtw_txwi) + \
H A Dif_mtwvar.h136 uint8_t desc[sizeof(struct mtw_txd)+sizeof(struct mtw_txwi)];