HomeSort by: relevance | last modified time | path
    Searched defs:ural_tx_data (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
if_uralvar.h 58 struct ural_tx_data { struct
109 struct ural_tx_data tx_data[RAL_TX_LIST_COUNT];
if_ural.c 135 Static int ural_tx_data(struct ural_softc *, struct mbuf *,
565 struct ural_tx_data *data;
595 struct ural_tx_data *data;
856 struct ural_tx_data *data = priv;
1179 struct ural_tx_data *data;
1264 ural_tx_data(struct ural_softc *sc, struct mbuf *m0, struct ieee80211_node *ni) function in typeref:typename:Static int
1268 struct ural_tx_data *data;
1403 if (ural_tx_data(sc, m0, ni) != 0) {

Completed in 14 milliseconds