Lines Matching refs:mbuf

67 #include <sys/mbuf.h>
183 static void wpi_ibss_recv_mgmt(struct ieee80211_node *, struct mbuf *, int,
205 static int wpi_tx_data(struct wpi_softc *, struct mbuf *,
207 static int wpi_tx_data_raw(struct wpi_softc *, struct mbuf *,
210 static int wpi_raw_xmit(struct ieee80211_node *, struct mbuf *,
212 static int wpi_transmit(struct ieee80211com *, struct mbuf *);
1044 "%s: could not allocate RX mbuf\n", __func__);
1054 "%s: can't map mbuf (error %d)\n", __func__,
1663 wpi_ibss_recv_mgmt(struct ieee80211_node *ni, struct mbuf *m, int subtype,
1920 struct mbuf *m, *m1;
1959 DPRINTF(sc, WPI_DEBUG_ANY, "%s: no mbuf to restock ring\n",
1972 /* Try to reload the old mbuf. */
1977 panic("%s: could not load old RX mbuf", __func__);
1993 /* Finalize mbuf. */
2066 struct mbuf *m;
2071 KASSERT(data->m != NULL, ("no mbuf"));
2080 /* Unmap and free mbuf. */
2153 /* If the command was mapped in an mbuf, free it. */
2635 struct mbuf *m1;
2691 "%s: can't map mbuf (error %d)\n", __func__, error);
2695 /* Too many DMA segments, linearize mbuf. */
2699 "%s: could not defrag mbuf\n", __func__);
2711 * original mbuf does not exist anymore.
2714 "%s: can't map mbuf (error %d)\n", __func__,
2788 wpi_tx_data(struct wpi_softc *sc, struct mbuf *m, struct ieee80211_node *ni)
2930 struct mbuf *next = m->m_nextpkt;
2958 wpi_tx_data_raw(struct wpi_softc *sc, struct mbuf *m,
3074 wpi_raw_xmit(struct ieee80211_node *ni, struct mbuf *m,
3123 wpi_transmit(struct ieee80211com *ic, struct mbuf *m)
3127 struct mbuf *mnext;
3240 struct mbuf *m;
4352 struct mbuf *m;
4390 /* Restore mbuf. */
4402 struct mbuf *m;