Searched defs:uath_send (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/uath/
H A Duath.c279 static int uath_send(ieee80211com_t *, mblk_t *, uint8_t);
1986 uath_send(ieee80211com_t *ic, mblk_t *mp, uint8_t type) function
2009 UATH_DEBUG(UATH_DBG_TX, "uath: uath_send(): "
2022 UATH_DEBUG(UATH_DBG_TX, "uath: uath_send(): "
2098 UATH_DEBUG(UATH_DBG_TX, "uath: uath_send(): "
2990 if (uath_send(ic, mp, IEEE80211_FC0_TYPE_DATA) != DDI_SUCCESS) {
3162 ic->ic_xmit = uath_send;

Completed in 63 milliseconds