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

/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200.c172 static int ipw2200_send(struct ieee80211com *ic, mblk_t *mp, uint8_t type);
530 ic->ic_xmit = ipw2200_send;
2160 if (ipw2200_send(ic, mp, IEEE80211_FC0_TYPE_DATA) ==
2171 * ipw2200_send(): send data. softway to handle crypto_encap.
2174 ipw2200_send(ieee80211com_t *ic, mblk_t *mp, uint8_t type) function
2191 "ipw2200_send(): enter\n"));
2219 "ipw2200_send(): no enough descriptors(%d)\n",
2228 "ipw2200_send(): tx-free=%d,tx-curr=%d\n",
2238 "ipw2200_send(): msg allocation failed\n"));
2273 "ipw2200_send()
[all...]

Completed in 49 milliseconds