Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixl/
H A Dixl_pf_qmgr.h104 bool ixl_pf_qmgr_is_queue_enabled(struct ixl_pf_qtag *qtag, u16 vsi_qidx, bool tx);
H A Dixl_pf_qmgr.c243 ixl_pf_qmgr_is_queue_enabled(struct ixl_pf_qtag *qtag, u16 vsi_qidx, bool tx) in ixl_pf_qmgr_is_queue_enabled() function
H A Dixl_pf_iov.c890 if (ixl_pf_qmgr_is_queue_enabled(&vf->qtag, i, true)) in ixl_vf_enable_queues_msg()
915 if (ixl_pf_qmgr_is_queue_enabled(&vf->qtag, i, false)) in ixl_vf_enable_queues_msg()
964 if (!ixl_pf_qmgr_is_queue_enabled(&vf->qtag, i, true)) { in ixl_vf_disable_queues_msg()
990 if (!ixl_pf_qmgr_is_queue_enabled(&vf->qtag, i, false)) { in ixl_vf_disable_queues_msg()