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

/illumos-gate/usr/src/uts/common/io/ipw/
H A Dipw2100.c151 static int ipw2100_send(struct ieee80211com *ic, mblk_t *mp, uint8_t type);
398 ic->ic_xmit = ipw2100_send;
2008 if (ipw2100_send(ic, mp, IEEE80211_FC0_TYPE_DATA) !=
2020 ipw2100_send(ieee80211com_t *ic, mblk_t *mp, uint8_t type) function
2043 "ipw2100_send(): enter\n"));
2065 "ipw2100_send(): no enough descriptors(%d)\n",
2074 "ipw2100_send(): tx-free=%d,tx-curr=%d\n",
2100 "ipw2100_send(): msg allocation failed\n"));
2119 "ipw2100_send(): "
2125 "ipw2100_send()
[all...]

Completed in 52 milliseconds