Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_dev.c1675 static u32 ecore_get_pq_flags(struct ecore_hwfn *p_hwfn) in ecore_get_pq_flags() function
1760 u32 pq_flags = ecore_get_pq_flags(p_hwfn); in ecore_init_qm_get_num_vports()
1774 u32 pq_flags = ecore_get_pq_flags(p_hwfn); in ecore_init_qm_get_num_pqs()
2054 if (!(ecore_get_pq_flags(p_hwfn) & PQ_FLAGS_LB)) in ecore_init_qm_lb_pq()
2065 if (!(ecore_get_pq_flags(p_hwfn) & PQ_FLAGS_OOO)) in ecore_init_qm_ooo_pq()
2076 if (!(ecore_get_pq_flags(p_hwfn) & PQ_FLAGS_ACK)) in ecore_init_qm_pure_ack_pq()
2087 if (!(ecore_get_pq_flags(p_hwfn) & PQ_FLAGS_OFLD)) in ecore_init_qm_offload_pq()
2099 if (!(ecore_get_pq_flags(p_hwfn) & PQ_FLAGS_MCOS)) in ecore_init_qm_mcos_pqs()
2112 if (!(ecore_get_pq_flags(p_hwfn) & PQ_FLAGS_VFS)) in ecore_init_qm_vf_pqs()
2128 if (!(ecore_get_pq_flags(p_hwfn) & PQ_FLAGS_RLS)) in ecore_init_qm_rl_pqs()
[all …]