Searched refs:iwk_send (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2.c347 static int iwk_send(ieee80211com_t *ic, mblk_t *mp, uint8_t type);
700 ic->ic_xmit = iwk_send;
2624 if (iwk_send(ic, mp, IEEE80211_FC0_TYPE_DATA) != 0) {
2635 iwk_send(ieee80211com_t *ic, mblk_t *mp, uint8_t type) function
2670 IWK_DBG((IWK_DEBUG_TX, "iwk_send(): no txbuf\n"));
2688 "iwk_send(): failed to allocate msgbuf\n");
2728 cmn_err(CE_WARN, "iwk_send(): "
2748 cmn_err(CE_WARN, "iwk_send(): failed to find tx node\n");

Completed in 72 milliseconds