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

/freebsd-13-stable/sys/dev/netmap/
H A Dnetmap_vale.c108 /* NM_FT_NULL terminates a list of slots in the ft */
109 #define NM_FT_NULL NM_BDG_BATCH_MAX macro
232 dstq[j].bq_head = dstq[j].bq_tail = NM_FT_NULL;
652 ft[ft_i].ft_next = NM_FT_NULL;
927 if (d->bq_head == NM_FT_NULL) { /* new destination */
947 if (brddst->bq_head != NM_FT_NULL) {
955 if (dst_ents[d_i].bq_head == NM_FT_NULL)
1086 * NM_FT_NULL is always higher than valid indexes
1144 if (next == NM_FT_NULL && brd_next == NM_FT_NULL)
[all...]

Completed in 47 milliseconds