Home
last modified time | relevance | path

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

/f-stack/freebsd/libkern/
H A Dstrtouq.c55 u_quad_t qbase, cutoff; in strtouq() local
80 qbase = (unsigned)base; in strtouq()
81 cutoff = (u_quad_t)UQUAD_MAX / qbase; in strtouq()
82 cutlim = (u_quad_t)UQUAD_MAX % qbase; in strtouq()
98 acc *= qbase; in strtouq()
H A Dstrtoq.c55 u_quad_t qbase, cutoff; in strtoq() local
102 qbase = (unsigned)base; in strtoq()
104 cutlim = cutoff % qbase; in strtoq()
105 cutoff /= qbase; in strtoq()
121 acc *= qbase; in strtoq()
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-helper-cfg.c634 int qbase; in __cvmx_helper_cfg_init() local
695 qbase = 0; in __cvmx_helper_cfg_init()
703 cvmx_cfg_pko_port[i] = (struct cvmx_cfg_pko_port_param) {qbase, n}; in __cvmx_helper_cfg_init()
704 qbase += n; in __cvmx_helper_cfg_init()
705 cvmx_helper_cfg_assert(qbase <= CVMX_HELPER_CFG_MAX_PKO_QUEUES); in __cvmx_helper_cfg_init()
/f-stack/dpdk/lib/librte_sched/
H A Drte_sched.c1898 struct rte_mbuf **qbase) in rte_sched_port_enqueue_qwa_prefetch0() argument
1916 struct rte_mbuf **qbase, in rte_sched_port_enqueue_qwa() argument
2553 struct rte_mbuf **qbase; in grinder_next_tc() local
2570 grinder->qbase[0] = qbase; in grinder_next_tc()
2582 grinder->qbase[0] = qbase; in grinder_next_tc()
2583 grinder->qbase[1] = qbase + qsize; in grinder_next_tc()
2584 grinder->qbase[2] = qbase + 2 * qsize; in grinder_next_tc()
2585 grinder->qbase[3] = qbase + 3 * qsize; in grinder_next_tc()
2771 struct rte_mbuf **qbase = grinder->qbase[qpos]; in grinder_prefetch_mbuf() local
2775 grinder->pkt = qbase[qr]; in grinder_prefetch_mbuf()
[all …]
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_pf.c48 uint16_t qbase = vf->vsi->base_queue; in i40e_pf_vf_queues_mapping() local
65 val = ((qbase + i) & I40E_VPLAN_QTABLE_QINDEX_MASK); in i40e_pf_vf_queues_mapping()
74 q1 = qbase + 2 * i; in i40e_pf_vf_queues_mapping()
79 q2 = qbase + 2 * i + 1; in i40e_pf_vf_queues_mapping()