Home
last modified time | relevance | path

Searched refs:buf_end (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/lib/librte_mbuf/
H A Drte_mbuf.h993 void *buf_end = RTE_PTR_ADD(buf_addr, *buf_len); in rte_pktmbuf_ext_shinfo_init_helper() local
996 addr = RTE_PTR_ALIGN_FLOOR(RTE_PTR_SUB(buf_end, sizeof(*shinfo)), in rte_pktmbuf_ext_shinfo_init_helper()
/f-stack/freebsd/net/
H A Dnetmap_user.h273 void * const buf_end; member
1006 *(void **)(uintptr_t)&d->buf_end = in nm_mmap()
/f-stack/freebsd/contrib/openzfs/module/nvpair/
H A Dnvpair.c3225 char *buf_end = (char *)nvp + nvp->nvp_size; in nvs_xdr_nvp_op() local
3234 if ((buf = NVP_NAME(nvp)) >= buf_end) in nvs_xdr_nvp_op()
3236 buflen = buf_end - buf; in nvs_xdr_nvp_op()
3263 if ((buf = NVP_VALUE(nvp)) >= buf_end) in nvs_xdr_nvp_op()
3265 buflen = buf_end - buf; in nvs_xdr_nvp_op()
/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dt4_hw.c1915 u32 *buf_end = (u32 *)((char *)buf + buf_size); in t4_get_regs() local
1952 while (reg <= last_reg && bufp < buf_end) { in t4_get_regs()