Home
last modified time | relevance | path

Searched defs:uath_tx_data (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/sys/dev/usb/
H A Dif_uathvar.h54 struct uath_tx_data { struct
55 struct uath_softc *sc;
56 struct usbd_xfer *xfer;
57 uint8_t *buf;
58 struct ieee80211_node *ni;
H A Dif_uath.c1341 uath_tx_data(struct uath_softc *sc, struct mbuf *m0, struct ieee80211_node *ni) in uath_tx_data() function