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

/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpi.c280 static int wpi_send(ieee80211com_t *ic, mblk_t *mp, uint8_t type);
568 ic->ic_xmit = wpi_send;
2060 if (wpi_send(ic, mp, IEEE80211_FC0_TYPE_DATA) != 0) {
2071 wpi_send(ieee80211com_t *ic, mblk_t *mp, uint8_t type) function
2105 WPI_DBG((WPI_DEBUG_TX, "wpi_send(): no txbuf\n"));
2123 "wpi_send(): failed to allocate msgbuf\n");
2140 cmn_err(CE_WARN, "wpi_send(): failed to find tx node\n");

Completed in 56 milliseconds