Searched refs:MEXTADD (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/gve/ |
H A D | gve_rx.c | 486 MEXTADD(mbuf, va, len, gve_mextadd_free, in gve_rx_create_mbuf()
|
H A D | gve_rx_dqo.c | 815 MEXTADD(mbuf, va, frag_len, in gve_rx_add_extmbuf_to_ctx()
|
/freebsd/sys/net/ |
H A D | debugnet.c | 327 MEXTADD(m2, __DECONST(char *, data) + sent_so_far, in debugnet_send()
|
/freebsd/sys/sys/ |
H A D | mbuf.h | 1126 #define MEXTADD(m, buf, size, free, arg1, arg2, flags, type) \ macro
|
/freebsd/share/man/man9/ |
H A D | Makefile | 1538 mbuf.9 MEXTADD.9 \
|
/freebsd/sys/dev/ti/ |
H A D | if_ti.c | 1640 MEXTADD(m[i], sf_buf_kva(sf[i]), PAGE_SIZE, in ti_newbuf_jumbo()
|
/freebsd/sys/dev/mwl/ |
H A D | if_mwl.c | 2329 MEXTADD(m, cl, MCLBYTES, 0, NULL, &mclpool_cache); in mwl_ampdu_rxdma_reclaim()
|