Home
last modified time | relevance | path

Searched refs:m_devget (Results 1 – 20 of 20) sorted by relevance

/freebsd-12.1/sys/netgraph/
H A Dng_async.c478 if (!(m = m_devget(sc->abuf, alen, 0, rcvif, NULL))) { in nga_rcv_sync()
542 if ((n = m_devget(sc->sbuf + skip, in nga_rcv_async()
H A Dng_socket.c959 m = m_devget((caddr_t)msg, sizeof(struct ng_mesg) + msg->header.arglen, in ngs_rcvmsg()
/freebsd-12.1/sys/dev/dpaa/
H A Dif_dtsec_im.c78 m = m_devget(data, length, 0, sc->sc_ifnet, NULL); in dtsec_im_fm_port_rx_callback()
/freebsd-12.1/sys/dev/ppbus/
H A Dif_plip.c583 top = m_devget(sc->sc_ifbuf + CLPIPHDRLEN, len, 0, sc->sc_ifp, in lp_intr()
637 top = m_devget(sc->sc_ifbuf + LPIPHDRLEN, len, 0, sc->sc_ifp, in lp_intr()
/freebsd-12.1/sys/dev/iicbus/
H A Dif_ic.c310 top = m_devget(sc->ic_ifbuf + ICHDRLEN, len, 0, sc->ic_ifp, 0); in icintr()
/freebsd-12.1/sys/dev/rl/
H A Dif_rl.c1203 m = m_devget(rxbufpos, total_len, RL_ETHER_ALIGN, ifp, in rl_rxeof()
1210 m = m_devget(rxbufpos, total_len, RL_ETHER_ALIGN, ifp, in rl_rxeof()
/freebsd-12.1/sys/dev/vx/
H A Dif_vx.c745 m0 = m_devget(mtod(m, char *), m->m_pkthdr.len, ETHER_ALIGN, in vx_read()
/freebsd-12.1/sys/sys/
H A Dmbuf.h637 struct mbuf *m_devget(char *, int, int, struct ifnet *,
/freebsd-12.1/sys/dev/lge/
H A Dif_lge.c926 m0 = m_devget(mtod(m, char *), total_len, ETHER_ALIGN,
/freebsd-12.1/sys/dev/wb/
H A Dif_wb.c930 m0 = m_devget(mtod(m, char *), total_len, ETHER_ALIGN, ifp,
/freebsd-12.1/sys/dev/my/
H A Dif_my.c1136 m = m_devget(mtod(cur_rx->my_mbuf, char *), in my_rxeof()
/freebsd-12.1/sys/dev/ntb/
H A Dntb_transport.c988 entry->buf = (void *)m_devget(offset, len, 0, ifp, NULL); in ntb_memcpy_rx()
/freebsd-12.1/sys/kern/
H A Duipc_mbuf.c979 m_devget(char *buf, int totlen, int off, struct ifnet *ifp, in m_devget() function
/freebsd-12.1/sys/dev/mge/
H A Dif_mge.c1355 mb = m_devget(dw->buffer->m_data, in mge_intr_rx_locked()
/freebsd-12.1/sys/dev/ae/
H A Dif_ae.c1908 m = m_devget(&rxd->data[0], size, ETHER_ALIGN, ifp, NULL); in ae_rxeof()
/freebsd-12.1/share/man/man9/
H A DMakefile1342 mbuf.9 m_devget.9 \
/freebsd-12.1/sys/dev/ale/
H A Dif_ale.c2544 m = m_devget((char *)(rs + 1), length - ETHER_CRC_LEN, in ale_rxeof()
/freebsd-12.1/sys/dev/netmap/
H A Dnetmap.c1193 m = m_devget(NMB(na, slot), slot->len, 0, na->ifp, NULL); in netmap_grab_packets()
/freebsd-12.1/sys/dev/dc/
H A Dif_dc.c2954 m0 = m_devget(mtod(m, char *), total_len, in dc_rxeof()
/freebsd-12.1/sys/dev/de/
H A Dif_de.c3504 m0 = m_devget(mtod(ms, caddr_t), total_len, ETHER_ALIGN, ifp, NULL); in tulip_rx_intr()