Searched refs:ixl_pf_qmgr_is_queue_enabled (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/ixl/ |
H A D | ixl_pf_qmgr.h | 104 bool ixl_pf_qmgr_is_queue_enabled(struct ixl_pf_qtag *qtag, u16 vsi_qidx, bool tx);
|
H A D | ixl_pf_qmgr.c | 243 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 D | ixl_pf_iov.c | 890 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()
|