Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_dev.c4332 RESC_NUM(p_hwfn, ECORE_L2_QUEUE), in ecore_hw_set_feat()
4337 RESC_NUM(p_hwfn, ECORE_L2_QUEUE) - in ecore_hw_set_feat()
4379 case ECORE_L2_QUEUE: in ecore_hw_get_resc_name()
4517 case ECORE_L2_QUEUE: in ecore_hw_get_dflt_resc()
6165 if (src_id >= RESC_NUM(p_hwfn, ECORE_L2_QUEUE)) { in ecore_fw_l2_queue()
6168 min = (u16)RESC_START(p_hwfn, ECORE_L2_QUEUE); in ecore_fw_l2_queue()
6169 max = min + RESC_NUM(p_hwfn, ECORE_L2_QUEUE); in ecore_fw_l2_queue()
6177 *dst_id = RESC_START(p_hwfn, ECORE_L2_QUEUE) + src_id; in ecore_fw_l2_queue()
H A Decore.h288 ECORE_L2_QUEUE, enumerator
H A Decore_sriov.c1175 if (qid > (u16)RESC_NUM(p_hwfn, ECORE_L2_QUEUE)) { in ecore_iov_init_hw_for_vf()
1179 (u16)RESC_NUM(p_hwfn, ECORE_L2_QUEUE)); in ecore_iov_init_hw_for_vf()
1184 if (qid > (u16)RESC_NUM(p_hwfn, ECORE_L2_QUEUE)) { in ecore_iov_init_hw_for_vf()
1188 (u16)RESC_NUM(p_hwfn, ECORE_L2_QUEUE)); in ecore_iov_init_hw_for_vf()
H A Decore_l2.c53 p_l2_info->queues = RESC_NUM(p_hwfn, ECORE_L2_QUEUE); in ecore_l2_alloc()
H A Decore_mcp.c3917 case ECORE_L2_QUEUE: in ecore_mcp_get_mfw_res_id()