Searched refs:ft_p (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/netmap/
H A Dnetmap_offloadings.c155 const struct nm_bdg_fwd *ft_p,
161 const struct nm_bdg_fwd *ft_end = ft_p + ft_p->ft_frags;
172 if (unlikely(ft_p == ft_end)) {
178 src = ft_p->ft_buf;
179 src_len = ft_p->ft_len;
236 ft_p++;
237 src = ft_p->ft_buf;
238 src_len = ft_p->ft_len;
354 ft_p
153 bdg_mismatch_datapath(struct netmap_vp_adapter *na, struct netmap_vp_adapter *dst_na, const struct nm_bdg_fwd *ft_p, struct netmap_ring *dst_ring, u_int *j, u_int lim, u_int *howmany) argument
[all...]
H A Dnetmap_vale.c1082 struct nm_bdg_fwd *ft_p, *ft_end; local
1092 ft_p = ft + next;
1093 next = ft_p->ft_next;
1095 ft_p = ft + brd_next;
1096 brd_next = ft_p->ft_next;
1098 cnt = ft_p->ft_frags; // cnt > 0
1103 ft_end = ft_p + cnt;
1105 bdg_mismatch_datapath(na, dst_na, ft_p, ring, &j, lim, &howmany);
1109 char *dst, *src = ft_p->ft_buf;
1110 size_t copy_len = ft_p
[all...]
H A Dnetmap_kern.h2201 const struct nm_bdg_fwd *ft_p,

Completed in 105 milliseconds