Searched refs:ft_p (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/netmap/ |
H A D | netmap_offloadings.c | 154 const struct nm_bdg_fwd *ft_p, in bdg_mismatch_datapath() argument 160 const struct nm_bdg_fwd *ft_end = ft_p + ft_p->ft_frags; in bdg_mismatch_datapath() 171 if (unlikely(ft_p == ft_end)) { in bdg_mismatch_datapath() 177 src = ft_p->ft_buf; in bdg_mismatch_datapath() 178 src_len = ft_p->ft_len; in bdg_mismatch_datapath() 235 ft_p++; in bdg_mismatch_datapath() 236 src = ft_p->ft_buf; in bdg_mismatch_datapath() 237 src_len = ft_p->ft_len; in bdg_mismatch_datapath() 353 ft_p++; in bdg_mismatch_datapath() 354 if (ft_p == ft_end) in bdg_mismatch_datapath() [all …]
|
H A D | netmap_vale.c | 947 struct nm_bdg_fwd *ft_p, *ft_end; in nm_vale_flush() local 957 ft_p = ft + next; in nm_vale_flush() 958 next = ft_p->ft_next; in nm_vale_flush() 960 ft_p = ft + brd_next; in nm_vale_flush() 961 brd_next = ft_p->ft_next; in nm_vale_flush() 963 cnt = ft_p->ft_frags; // cnt > 0 in nm_vale_flush() 968 ft_end = ft_p + cnt; in nm_vale_flush() 970 bdg_mismatch_datapath(na, dst_na, ft_p, ring, &j, lim, &howmany); in nm_vale_flush() 974 char *dst, *src = ft_p->ft_buf; in nm_vale_flush() 975 size_t copy_len = ft_p->ft_len, dst_len = copy_len; in nm_vale_flush() [all …]
|
H A D | netmap_kern.h | 2309 const struct nm_bdg_fwd *ft_p,
|