Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_dev.c1692 flags |= PQ_FLAGS_MCOS; in ecore_get_pq_flags()
1703 flags |= PQ_FLAGS_MCOS; in ecore_get_pq_flags()
1708 flags |= PQ_FLAGS_MCOS; in ecore_get_pq_flags()
1778 (!!(PQ_FLAGS_MCOS & pq_flags)) * in ecore_init_qm_get_num_pqs()
1964 case PQ_FLAGS_MCOS: in ecore_init_qm_get_idx_from_flags()
2009 return ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_MCOS) + (tc % max_tc); in ecore_get_cm_pq_idx_mcos()
2099 if (!(ecore_get_pq_flags(p_hwfn) & PQ_FLAGS_MCOS)) in ecore_init_qm_mcos_pqs()
2102 ecore_init_qm_set_idx(p_hwfn, PQ_FLAGS_MCOS, qm_info->num_pqs); in ecore_init_qm_mcos_pqs()
H A Decore.h1038 #define PQ_FLAGS_MCOS (1 << 1) macro