Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/netmap/
H A Dnetmap.c1921 priv->np_flags = nr_flags; in netmap_interp_ringid()
1985 priv->np_flags = 0; in netmap_unset_ringid()
2014 int excl = (priv->np_flags & NR_EXCLUSIVE); in netmap_krings_get()
2060 int excl = (priv->np_flags & NR_EXCLUSIVE); in netmap_krings_put()
2113 if (!(priv->np_flags & NR_EXCLUSIVE)) { in netmap_csb_validate()
H A Dnetmap_kern.h1943 uint32_t np_flags; /* from the ioctl */ member