Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_debug.c45 struct rlimit rl; in test_panic() local
48 rl.rlim_cur = rl.rlim_max = 0; in test_panic()
49 setrlimit(RLIMIT_CORE, &rl); in test_panic()
H A Dtest_mbuf.c1186 struct rlimit rl; in verify_mbuf_check_panics() local
1189 rl.rlim_cur = rl.rlim_max = 0; in verify_mbuf_check_panics()
1190 setrlimit(RLIMIT_CORE, &rl); in verify_mbuf_check_panics()
/dpdk/lib/eal/include/
H A Drte_reciprocal.h58 __uint128_t rl = xl * y; in mullhi_u64() local
60 return (rl >> 64); in mullhi_u64()
/dpdk/drivers/net/qede/base/
H A Decore.h1050 u16 ecore_get_cm_pq_idx_rl(struct ecore_hwfn *p_hwfn, u16 rl);
1053 u16 ecore_get_qm_vport_idx_rl(struct ecore_hwfn *p_hwfn, u16 rl);
H A Decore_dev.c2022 u16 ecore_get_cm_pq_idx_rl(struct ecore_hwfn *p_hwfn, u16 rl) in ecore_get_cm_pq_idx_rl() argument
2029 return ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_RLS) + (rl % max_rl); in ecore_get_cm_pq_idx_rl()
2032 u16 ecore_get_qm_vport_idx_rl(struct ecore_hwfn *p_hwfn, u16 rl) in ecore_get_qm_vport_idx_rl() argument
2036 pq = ecore_get_cm_pq_idx_rl(p_hwfn, rl); in ecore_get_qm_vport_idx_rl()