Searched refs:mbuf (Results 926 - 950 of 1277) sorted by relevance

<<31323334353637383940>>

/freebsd-13-stable/sys/dev/usb/net/
H A Duhso.c34 #include <sys/mbuf.h>
99 struct mbuf *sc_mwait; /* Partial packet */
476 static int uhso_if_output(struct ifnet *, struct mbuf *,
1617 struct mbuf *m;
1670 struct mbuf *m, *m0, *mwait;
1705 UHSO_DPRINTF(3, "Constructed mbuf=%p, len=%d\n",
1752 /* More IP packets in this mbuf */
1757 * Allocate a new mbuf for this IP packet and
1764 /* Adjust the size of the original mbuf */
1768 UHSO_DPRINTF(3, "New mbuf
[all...]
/freebsd-13-stable/sys/dev/sge/
H A Dif_sge.c61 #include <sys/mbuf.h>
122 static int sge_encap(struct sge_softc *, struct mbuf **);
857 "could not create Tx mbuf DMA tag.\n");
867 "could not create Rx mbuf DMA tag.\n");
1079 struct mbuf *m;
1139 * A frame has been uploaded: pass the resulting mbuf chain up to
1146 struct mbuf *m;
1283 /* Reclaim transmitted mbuf. */
1285 ("%s: freeing NULL mbuf\n", __func__));
1389 * Encapsulate an mbuf chai
[all...]
/freebsd-13-stable/sys/nfs/
H A Dbootp_subr.c60 #include <sys/mbuf.h>
250 static int xdr_opaque_decode(struct mbuf **ptr, u_char *buf, int len);
251 static int xdr_int_decode(struct mbuf **ptr, int *iptr);
1120 xdr_opaque_decode(struct mbuf **mptr, u_char *buf, int len)
1122 struct mbuf *m;
1142 xdr_int_decode(struct mbuf **mptr, int *iptr)
1726 struct mbuf *m;
/freebsd-13-stable/sys/mips/atheros/
H A Dif_arge.c47 #include <sys/mbuf.h>
182 static __inline void arge_fixup_rx(struct mbuf *);
337 0, "number of TX unaligned packets (mbuf length < 4 bytes)");
1512 * Return whether the mbuf chain is correctly aligned
1523 arge_mbuf_chain_is_tx_aligned(struct arge_softc *sc, struct mbuf *m0)
1525 struct mbuf *m;
1558 * Encapsulate an mbuf chain in a descriptor by coupling the mbuf data
1562 arge_encap(struct arge_softc *sc, struct mbuf **m_head)
1568 struct mbuf *
[all...]
/freebsd-13-stable/sys/dev/cas/
H A Dif_cas.c51 #include <sys/mbuf.h>
138 static void cas_free(struct mbuf *m);
145 static int cas_load_txmbuf(struct cas_softc *sc, struct mbuf **m_head);
160 static inline void cas_rxcksum(struct mbuf *m, uint16_t cksum);
550 cas_rxcksum(struct mbuf *m, uint16_t cksum)
1186 cas_load_txmbuf(struct cas_softc *sc, struct mbuf **m_head)
1191 struct mbuf *m;
1441 struct mbuf *m;
1626 struct mbuf *m, *m2;
1873 cas_free(struct mbuf *
[all...]
/freebsd-13-stable/sys/dev/oce/
H A Doce_if.h50 #include <sys/mbuf.h>
310 struct mbuf *mbuf; member in struct:oce_packet_desc
750 struct mbuf *head;
751 struct mbuf *tail;
/freebsd-13-stable/sys/dev/mxge/
H A Dif_mxge.c40 #include <sys/mbuf.h>
1731 mxge_parse_tx(struct mxge_slice_state *ss, struct mbuf *m,
1753 * ensure ip header is in first mbuf, copy it to a
1813 mxge_encap_tso(struct mxge_slice_state *ss, struct mbuf *m,
2004 static struct mbuf *
2005 mxge_vlan_tag_insert(struct mbuf *m)
2032 mxge_encap(struct mxge_slice_state *ss, struct mbuf *m)
2038 struct mbuf *m_tmp;
2106 /* ensure ip header is in first mbuf, copy
2202 struct mbuf *
[all...]
/freebsd-13-stable/sys/dev/altera/atse/
H A Dif_atse.c203 struct mbuf *m;
210 "%s: Can't alloc rx mbuf\n", __func__);
227 struct mbuf *m;
263 struct mbuf *m;
306 struct mbuf *m;
340 atse_transmit(struct ifnet *ifp, struct mbuf *m)
1282 * so we have to defrag mbuf chain.
/freebsd-13-stable/sys/rpc/rpcsec_gss/
H A Dsvc_rpcsec_gss.c76 #include <sys/mbuf.h>
87 static bool_t svc_rpc_gss_wrap(SVCAUTH *, struct mbuf **);
88 static bool_t svc_rpc_gss_unwrap(SVCAUTH *, struct mbuf **);
1529 svc_rpc_gss_wrap(SVCAUTH *auth, struct mbuf **mp)
1549 svc_rpc_gss_unwrap(SVCAUTH *auth, struct mbuf **mp)
/freebsd-13-stable/sys/dev/iwm/
H A Dif_iwm.c118 #include <sys/mbuf.h>
331 static bool iwm_rx_mpdu(struct iwm_softc *, struct mbuf *,
344 struct mbuf *, struct iwm_tx_cmd *);
345 static int iwm_tx(struct iwm_softc *, struct mbuf *,
347 static int iwm_raw_xmit(struct ieee80211_node *, struct mbuf *,
376 static void iwm_handle_rxb(struct iwm_softc *, struct mbuf *);
3095 struct mbuf *m;
3109 "%s: can't map mbuf, error %d\n", __func__, error);
3243 iwm_rx_rx_mpdu(struct iwm_softc *sc, struct mbuf *m, uint32_t offset,
3356 iwm_rx_mpdu_mq(struct iwm_softc *sc, struct mbuf *
[all...]
/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c513 struct mbuf *mb;
666 ipoib_unicast_send(struct mbuf *mb, struct ipoib_dev_priv *priv, struct ipoib_header *eh)
714 ipoib_send_one(struct ipoib_dev_priv *priv, struct mbuf *mb)
734 struct mbuf *mb;
771 struct mbuf *mb;
/freebsd-13-stable/sys/dev/bwi/
H A Dif_bwi.c109 static int bwi_transmit(struct ieee80211com *, struct mbuf *);
111 static int bwi_raw_xmit(struct ieee80211_node *, struct mbuf *,
127 static void bwi_rx_radiotap(struct bwi_softc *, struct mbuf *,
135 static int bwi_encap(struct bwi_softc *, int, struct mbuf *,
137 static int bwi_encap_raw(struct bwi_softc *, int, struct mbuf *,
1327 bwi_transmit(struct ieee80211com *ic, struct mbuf *m)
1353 struct mbuf *m;
1395 bwi_raw_xmit(struct ieee80211_node *ni, struct mbuf *m,
2187 * Create TX/RX mbuf DMA tag
2202 device_printf(sc->sc_dev, "can't create mbuf DM
[all...]
/freebsd-13-stable/sys/dev/sk/
H A Dif_sk.c94 #include <sys/mbuf.h>
204 static __inline void sk_rxcksum(struct ifnet *, struct mbuf *, u_int32_t);
209 static void sk_txcksum(struct ifnet *, struct mbuf *, struct sk_tx_desc *);
210 static int sk_encap(struct sk_if_softc *, struct mbuf **);
935 struct mbuf *m;
950 struct mbuf *m;
965 struct mbuf *m;
1010 struct mbuf *m;
1921 * large 9K receive buffers, however standard mbuf clusters are only
2336 struct mbuf *
[all...]
/freebsd-13-stable/sys/dev/wpi/
H A Dif_wpi.c67 #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 *
[all...]
/freebsd-13-stable/contrib/sendmail/src/
H A Dmain.c1262 char mbuf[MAXLINE]; local
1264 mbuf[0] = '\0';
1266 (void) sm_strlcat(mbuf, ", stdin", sizeof(mbuf));
1268 (void) sm_strlcat(mbuf, ", stdout", sizeof(mbuf));
1270 (void) sm_strlcat(mbuf, ", stderr", sizeof(mbuf));
1275 &mbuf[2], sm_errstring(fill_errno));
/freebsd-13-stable/sys/dev/nge/
H A Dif_nge.c104 #include <sys/mbuf.h>
160 static int nge_encap(struct nge_softc *, struct mbuf **);
162 static __inline void nge_fixup_rx(struct mbuf *);
1381 struct mbuf *m;
1421 nge_fixup_rx(struct mbuf *m)
1437 * A frame has been uploaded: pass the resulting mbuf chain up to
1443 struct mbuf *m;
1505 * status word and leave the mbuf cluster in place:
1529 /* Try conjure up a replacement mbuf. */
1665 KASSERT(txd->tx_m != NULL, ("%s: freeing NULL mbuf!\
[all...]
/freebsd-13-stable/sys/dev/gem/
H A Dif_gem.c53 #include <sys/mbuf.h>
113 static int gem_load_txmbuf(struct gem_softc *sc, struct mbuf **m_head);
125 static inline void gem_rxcksum(struct mbuf *m, uint64_t flags);
487 gem_rxcksum(struct mbuf *m, uint64_t flags)
1106 gem_load_txmbuf(struct gem_softc *sc, struct mbuf **m_head)
1111 struct mbuf *m;
1356 struct mbuf *m;
1539 struct mbuf *m;
1606 * Allocate a new mbuf cluster. If that fails, we are
1663 struct mbuf *
[all...]
/freebsd-13-stable/sys/dev/vge/
H A Dif_vge.c93 #include <sys/mbuf.h>
171 static int vge_encap(struct vge_softc *, struct mbuf **);
174 vge_fixup_rx(struct mbuf *);
1245 struct mbuf *m;
1419 vge_fixup_rx(struct mbuf *m)
1436 * been fragmented across multiple 2K mbuf cluster buffers.
1441 struct mbuf *m;
1532 * in this buffer, the mbuf can be discarded:
1649 KASSERT(txd->tx_m != NULL, ("%s: freeing NULL mbuf!\n",
1819 vge_encap(struct vge_softc *sc, struct mbuf **m_hea
[all...]
/freebsd-13-stable/sys/dev/vr/
H A Dif_vr.c75 #include <sys/mbuf.h>
164 static __inline void vr_fixup_rx(struct mbuf *);
175 static int vr_encap(struct vr_softc *, struct mbuf **);
1236 struct mbuf *m;
1276 vr_fixup_rx(struct mbuf *m)
1292 * A frame has been uploaded: pass the resulting mbuf chain up to
1299 struct mbuf *m;
1334 * status word and leave the mbuf cluster in place:
1480 KASSERT(txd->tx_m != NULL, ("%s: accessing NULL mbuf!\n",
1792 * Encapsulate an mbuf chai
[all...]
/freebsd-13-stable/sys/dev/usb/wlan/
H A Dif_run.c36 #include <sys/mbuf.h>
430 static void run_recv_mgmt(struct ieee80211_node *, struct mbuf *, int,
432 static void run_rx_frame(struct run_softc *, struct mbuf *, uint32_t);
436 static int run_tx(struct run_softc *, struct mbuf *,
438 static int run_tx_mgt(struct run_softc *, struct mbuf *,
440 static int run_sendprot(struct run_softc *, const struct mbuf *,
442 static int run_tx_param(struct run_softc *, struct mbuf *,
445 static int run_raw_xmit(struct ieee80211_node *, struct mbuf *,
447 static int run_transmit(struct ieee80211com *, struct mbuf *);
934 struct mbuf *
[all...]
/freebsd-13-stable/sys/dev/ce/
H A Dif_ce.c35 #include <sys/mbuf.h>
108 struct mbuf *m; \
296 * Make an mbuf from data.
298 static struct mbuf *makembuf (void *buf, unsigned len)
300 struct mbuf *m;
405 struct mbuf *m;
983 struct mbuf *m;
1107 struct mbuf *m;
2350 struct mbuf *m;
2357 static int ng_ce_rcvdata (hook_p hook, struct mbuf *
[all...]
/freebsd-13-stable/sys/dev/mwl/
H A Dif_mwl.c47 #include <sys/mbuf.h>
98 static int mwl_transmit(struct ieee80211com *, struct mbuf *);
99 static int mwl_raw_xmit(struct ieee80211_node *, struct mbuf *,
146 struct mwl_txbuf *, struct mbuf *);
1316 mwl_transmit(struct ieee80211com *ic, struct mbuf *m)
1341 struct mbuf *m;
1415 mwl_raw_xmit(struct ieee80211_node *ni, struct mbuf *m,
1836 struct mbuf *m;
2071 KASSERT(bf->bf_m == NULL, ("mbuf on free list"));
2103 * This allows us to attach to mbuf'
[all...]
/freebsd-13-stable/sys/dev/ral/
H A Drt2860.c31 #include <sys/mbuf.h>
118 static int rt2860_tx(struct rt2860_softc *, struct mbuf *,
120 static int rt2860_raw_xmit(struct ieee80211_node *, struct mbuf *,
122 static int rt2860_tx_raw(struct rt2860_softc *, struct mbuf *,
125 static int rt2860_transmit(struct ieee80211com *, struct mbuf *);
739 "could not allocate rx mbuf\n");
1186 struct mbuf *m, *m1;
1240 /* try to reload the old mbuf */
1245 panic("%s: could not load old rx mbuf",
1255 * New mbuf successfull
[all...]
/freebsd-13-stable/sys/dev/bge/
H A Dif_bge.c79 #include <sys/mbuf.h>
402 static void bge_rxcsum(struct bge_softc *, struct bge_rx_bd *, struct mbuf *);
410 static struct mbuf *bge_check_short_dma(struct mbuf *);
411 static struct mbuf *bge_setup_tso(struct bge_softc *, struct mbuf *,
413 static int bge_encap(struct bge_softc *, struct mbuf **, uint32_t *);
1278 struct mbuf *m;
1340 struct mbuf *m;
1939 /* Note: the BCM5704 has a smaller mbuf spac
[all...]
/freebsd-13-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_ulpi.c41 #include <sys/mbuf.h>
477 struct mbuf *opt = NULL;
649 struct mbuf *opt = NULL;
834 ng_l2cap_l2ca_write_req(ng_l2cap_p l2cap, struct mbuf *m)
1558 struct mbuf *data)
1679 u_int16_t result, struct mbuf *data)

Completed in 336 milliseconds

<<31323334353637383940>>