Home
last modified time | relevance | path

Searched refs:ft_buf (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/netmap/
H A Dnetmap_offloadings.c177 src = ft_p->ft_buf; in bdg_mismatch_datapath()
236 src = ft_p->ft_buf; in bdg_mismatch_datapath()
356 src = ft_p->ft_buf; in bdg_mismatch_datapath()
408 src = ft_p->ft_buf; in bdg_mismatch_datapath()
462 src = ft_p->ft_buf; in bdg_mismatch_datapath()
H A Dnetmap_vale.c520 buf = ft[ft_i].ft_buf = (slot->flags & NS_INDIRECT) ? in nm_vale_preflush()
527 buf = ft[ft_i].ft_buf = NETMAP_BUF_BASE(&na->up); in nm_vale_preflush()
611 uint8_t *buf = ((uint8_t *)ft->ft_buf) + ft->ft_offset; in netmap_vale_learning()
974 char *dst, *src = ft_p->ft_buf; in nm_vale_flush()
H A Dnetmap_kern.h2220 void *ft_buf; /* netmap or indirect buffer */ member