Searched refs:nm_kr_txspace (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/netmap/ | ||
H A D | netmap_kloop.c | 204 if (nm_kr_txspace(kring) <= (num_slots >> 1)) { in netmap_sync_kloop_tx_ring() |
H A D | netmap_kern.h | 1202 #define nm_kr_txspace(_k) nm_kr_rxspace(_k) macro |