Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_dev.c237 static u32 ecore_get_pq_flags(struct ecore_hwfn *p_hwfn) in ecore_get_pq_flags() function
313 u32 pq_flags = ecore_get_pq_flags(p_hwfn); in ecore_init_qm_get_num_vports()
323 u32 pq_flags = ecore_get_pq_flags(p_hwfn); in ecore_init_qm_get_num_pqs()
555 if (!(ecore_get_pq_flags(p_hwfn) & PQ_FLAGS_LB)) in ecore_init_qm_lb_pq()
566 if (!(ecore_get_pq_flags(p_hwfn) & PQ_FLAGS_OOO)) in ecore_init_qm_ooo_pq()
577 if (!(ecore_get_pq_flags(p_hwfn) & PQ_FLAGS_ACK)) in ecore_init_qm_pure_ack_pq()
588 if (!(ecore_get_pq_flags(p_hwfn) & PQ_FLAGS_OFLD)) in ecore_init_qm_offload_pq()
599 if (!(ecore_get_pq_flags(p_hwfn) & PQ_FLAGS_LLT)) in ecore_init_qm_low_latency_pq()
611 if (!(ecore_get_pq_flags(p_hwfn) & PQ_FLAGS_MCOS)) in ecore_init_qm_mcos_pqs()
624 if (!(ecore_get_pq_flags(p_hwfn) & PQ_FLAGS_VFS)) in ecore_init_qm_vf_pqs()
[all …]