Home
last modified time | relevance | path

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

/freebsd/sys/dev/netmap/
H A Dnetmap_offloadings.c169 u_int dst_slots = 0; in bdg_mismatch_datapath() local
265 if (dst_slots >= *howmany) { in bdg_mismatch_datapath()
391 dst_slots++; in bdg_mismatch_datapath()
434 if (!dst_slots) in bdg_mismatch_datapath()
453 dst_slots++; in bdg_mismatch_datapath()
470 nm_prdis(3, "using %u dst_slots", dst_slots); in bdg_mismatch_datapath()
477 dst_slot->flags = (dst_slots << 8)| NS_MOREFRAG; in bdg_mismatch_datapath()
481 dst_slot->flags = (dst_slots << 8); in bdg_mismatch_datapath()
486 if (unlikely(dst_slots > *howmany)) { in bdg_mismatch_datapath()
490 *howmany -= dst_slots; in bdg_mismatch_datapath()