Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_dev.c1857 (u16)OSAL_MIN_T(u32, RESC_NUM(p_hwfn, ECORE_VPORT), in ecore_init_qm_get_num_pf_rls()
1905 qm_info->start_vport = (u8)RESC_START(p_hwfn, ECORE_VPORT); in ecore_init_qm_params()
2241 if (ecore_init_qm_get_num_vports(p_hwfn) > RESC_NUM(p_hwfn, ECORE_VPORT)) { in ecore_init_qm_sanity()
4621 case ECORE_VPORT: in ecore_hw_get_resc_name()
4740 case ECORE_VPORT: in ecore_hw_get_dflt_resc()
6392 if (src_id >= RESC_NUM(p_hwfn, ECORE_VPORT)) { in ecore_fw_vport()
6395 min = (u8)RESC_START(p_hwfn, ECORE_VPORT); in ecore_fw_vport()
6396 max = min + RESC_NUM(p_hwfn, ECORE_VPORT); in ecore_fw_vport()
6403 *dst_id = RESC_START(p_hwfn, ECORE_VPORT) + src_id; in ecore_fw_vport()
H A Decore.h354 ECORE_VPORT, enumerator
H A Dqlnx_os.c8006 max_vfs = RESC_NUM(&cdev->hwfns[0], ECORE_VPORT); in qlnx_iov_init()
8013 (RESC_NUM(&cdev->hwfns[0], ECORE_VPORT) - 1)); in qlnx_iov_init()
H A Decore_sriov.c1126 if (p_params->vport_id >= RESC_NUM(p_hwfn, ECORE_VPORT)) { in ecore_iov_init_hw_for_vf()
H A Decore_mcp.c4019 case ECORE_VPORT: in ecore_mcp_get_mfw_res_id()