Lines Matching refs:otus_data
146 static void otus_free_list(struct otus_softc *, struct otus_data [], int);
147 static struct otus_data *_otus_getbuf(struct otus_softc *);
148 static struct otus_data *otus_getbuf(struct otus_softc *);
149 static void otus_freebuf(struct otus_softc *, struct otus_data *);
173 struct mbuf *, struct otus_data *,
491 struct otus_data *bf; in _otus_start()
537 struct otus_data *bf = NULL; in otus_raw_xmit()
981 otus_alloc_list(struct otus_softc *sc, struct otus_data data[], in otus_alloc_list()
987 struct otus_data *dp = &data[i]; in otus_alloc_list()
1076 otus_free_list(struct otus_softc *sc, struct otus_data data[], int ndata) in otus_free_list()
1081 struct otus_data *dp = &data[i]; in otus_free_list()
1094 static struct otus_data *
1097 struct otus_data *bf; in _otus_getbuf()
1108 static struct otus_data *
1111 struct otus_data *bf; in otus_getbuf()
1120 otus_freebuf(struct otus_softc *sc, struct otus_data *bf) in otus_freebuf()
1754 otus_rxeof(struct usb_xfer *xfer, struct otus_data *data, struct mbufq *rxq) in otus_rxeof()
1811 struct otus_data *data; in otus_bulk_rx_callback()
1889 otus_txeof(struct usb_xfer *xfer, struct otus_data *data) in otus_txeof()
1945 struct otus_data *data; in otus_bulk_tx_callback()
2222 struct otus_data *data, const struct ieee80211_bpf_params *params) in otus_tx()