Searched refs:ECORE_L2_QUEUE (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_dev.c | 4332 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 D | ecore.h | 288 ECORE_L2_QUEUE, enumerator
|
| H A D | ecore_sriov.c | 1175 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 D | ecore_l2.c | 53 p_l2_info->queues = RESC_NUM(p_hwfn, ECORE_L2_QUEUE); in ecore_l2_alloc()
|
| H A D | ecore_mcp.c | 3917 case ECORE_L2_QUEUE: in ecore_mcp_get_mfw_res_id()
|