Home
last modified time | relevance | path

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

/freebsd/sys/dev/netmap/
H A Dnetmap_kloop.c204 if (nm_kr_txspace(kring) <= (num_slots >> 1)) { in netmap_sync_kloop_tx_ring()
H A Dnetmap_kern.h1202 #define nm_kr_txspace(_k) nm_kr_rxspace(_k) macro