Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_dev.c4587 RESC_NUM(p_hwfn, ECORE_L2_QUEUE), in ecore_hw_set_feat()
4592 RESC_NUM(p_hwfn, ECORE_L2_QUEUE) - in ecore_hw_set_feat()
4619 case ECORE_L2_QUEUE: in ecore_hw_get_resc_name()
4736 case ECORE_L2_QUEUE: in ecore_hw_get_dflt_resc()
6373 if (src_id >= RESC_NUM(p_hwfn, ECORE_L2_QUEUE)) { in ecore_fw_l2_queue()
6376 min = (u16)RESC_START(p_hwfn, ECORE_L2_QUEUE); in ecore_fw_l2_queue()
6377 max = min + RESC_NUM(p_hwfn, ECORE_L2_QUEUE); in ecore_fw_l2_queue()
6384 *dst_id = RESC_START(p_hwfn, ECORE_L2_QUEUE) + src_id; in ecore_fw_l2_queue()
H A Decore.h353 ECORE_L2_QUEUE, enumerator
H A Decore_sriov.c1159 if (qid > (u16)RESC_NUM(p_hwfn, ECORE_L2_QUEUE)) { in ecore_iov_init_hw_for_vf()
1163 (u16)RESC_NUM(p_hwfn, ECORE_L2_QUEUE)); in ecore_iov_init_hw_for_vf()
1168 if (qid > (u16)RESC_NUM(p_hwfn, ECORE_L2_QUEUE)) { in ecore_iov_init_hw_for_vf()
1172 (u16)RESC_NUM(p_hwfn, ECORE_L2_QUEUE)); in ecore_iov_init_hw_for_vf()
H A Decore_rdma.c303 p_rdma_info->queue_zone_base = (u16) RESC_START(p_hwfn, ECORE_L2_QUEUE); in ecore_rdma_alloc()
304 p_rdma_info->max_queue_zones = (u16) RESC_NUM(p_hwfn, ECORE_L2_QUEUE); in ecore_rdma_alloc()
H A Decore_l2.c85 p_l2_info->queues = RESC_NUM(p_hwfn, ECORE_L2_QUEUE); in ecore_l2_alloc()
H A Decore_mcp.c4016 case ECORE_L2_QUEUE: in ecore_mcp_get_mfw_res_id()