Home
last modified time | relevance | path

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

/src/sys/dev/iavf/
H A Diavf_vc_common.c902 return (&sc->enable_queues_chan); in iavf_vc_get_op_chan()
1217 sc->enable_queues_chan = 1; in iavf_vc_completion()
1218 wakeup_one(&sc->enable_queues_chan); in iavf_vc_completion()
1257 sc->enable_queues_chan = 1; in iavf_vc_completion()
1258 wakeup_one(&sc->enable_queues_chan); in iavf_vc_completion()
H A Diavf_iflib.h376 u8 enable_queues_chan; member