Searched refs:pq_flags (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/lib/libkse/thread/
H A Dthr_priority_queue.c50 #define PQ_SET_ACTIVE(pq) (pq)->pq_flags |= PQF_ACTIVE
51 #define PQ_CLEAR_ACTIVE(pq) (pq)->pq_flags &= ~PQF_ACTIVE
53 if (((pq)->pq_flags & PQF_ACTIVE) == 0) \
57 if (((pq)->pq_flags & PQF_ACTIVE) != 0) \
131 pq->pq_flags = 0;
H A Dthr_private.h145 int pq_flags; member in struct:pq_queue
/freebsd-10-stable/sys/dev/qlnx/qlnxe/
H A Decore_dev.c1879 u32 pq_flags = ecore_get_pq_flags(p_hwfn); local
1882 return (!!(PQ_FLAGS_RLS & pq_flags)) * ecore_init_qm_get_num_pf_rls(p_hwfn) +
1883 (!!(PQ_FLAGS_VFS & pq_flags)) * ecore_init_qm_get_num_vfs(p_hwfn) + 1;
1889 u32 pq_flags = ecore_get_pq_flags(p_hwfn); local
1891 return (!!(PQ_FLAGS_RLS & pq_flags)) * ecore_init_qm_get_num_pf_rls(p_hwfn) +
1892 (!!(PQ_FLAGS_MCOS & pq_flags)) * ecore_init_qm_get_num_tcs(p_hwfn) +
1893 (!!(PQ_FLAGS_LB & pq_flags)) +
1894 (!!(PQ_FLAGS_OOO & pq_flags)) +
1895 (!!(PQ_FLAGS_ACK & pq_flags)) +
1896 (!!(PQ_FLAGS_OFLD & pq_flags))
2034 ecore_init_qm_get_idx_from_flags(struct ecore_hwfn *p_hwfn, u32 pq_flags) argument
2070 ecore_init_qm_set_idx(struct ecore_hwfn *p_hwfn, u32 pq_flags, u16 pq_val) argument
2079 ecore_get_cm_pq_idx(struct ecore_hwfn *p_hwfn, u32 pq_flags) argument
[all...]
H A Decore.h1031 u16 ecore_get_cm_pq_idx(struct ecore_hwfn *p_hwfn, u32 pq_flags);

Completed in 70 milliseconds