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

/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_vale.c891 uint16_t dst_port, d_i; local
921 d_i = dst_port * NM_BDG_MAXRINGS + dst_ring;
922 d = dst_ents + d_i;
929 dsts[num_dsts++] = d_i;
948 uint16_t d_i; local
952 d_i = i * NM_BDG_MAXRINGS;
953 if (dst_ents[d_i].bq_head == NM_FT_NULL)
954 dsts[num_dsts++] = d_i;
964 u_int dst_nr, lim, j, d_i, next, brd_next; local
972 d_i
[all...]

Completed in 54 milliseconds