Home
last modified time | relevance | path

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

/freebsd/sys/dev/netmap/
H A Dnetmap_monitor.c730 netmap_monitor_parent_sync(struct netmap_kring *kring, u_int first_new, int new_slots) in netmap_monitor_parent_sync() argument
760 m = new_slots; in netmap_monitor_parent_sync()
808 int new_slots; in netmap_monitor_parent_txsync() local
813 new_slots = kring->rhead - first_new; in netmap_monitor_parent_txsync()
814 if (new_slots < 0) in netmap_monitor_parent_txsync()
815 new_slots += kring->nkr_num_slots; in netmap_monitor_parent_txsync()
816 if (new_slots) in netmap_monitor_parent_txsync()
817 netmap_monitor_parent_sync(kring, first_new, new_slots); in netmap_monitor_parent_txsync()
830 int new_slots, error; in netmap_monitor_parent_rxsync() local
842 new_slots = kring->nr_hwtail - first_new; in netmap_monitor_parent_rxsync()
[all …]