Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ral/
H A Drt2860.c121 static int rt2860_tx(struct rt2860_softc *, struct mbuf *,
1513 rt2860_tx(struct rt2860_softc *sc, struct mbuf *m, struct ieee80211_node *ni) in rt2860_tx() function
1788 error = rt2860_tx(sc, m, ni); in rt2860_raw_xmit()
2061 if (rt2860_tx(sc, m, ni) != 0) { in rt2860_start()