Home
last modified time | relevance | path

Searched refs:QED_VPORT (Results 1 – 4 of 4) sorted by relevance

/drivers/net/ethernet/qlogic/qed/
A Dqed_dev.c1470 RESC_NUM(p_hwfn, QED_VPORT)); in qed_init_qm_get_num_pf_rls()
1519 qm_info->start_vport = (u8)RESC_START(p_hwfn, QED_VPORT); in qed_init_qm_params()
1939 if (qed_init_qm_get_num_vports(p_hwfn) > RESC_NUM(p_hwfn, QED_VPORT)) { in qed_init_qm_sanity()
3628 case QED_VPORT: in qed_hw_get_resc_name()
3776 case QED_VPORT: in qed_hw_get_dflt_resc()
4836 if (src_id >= RESC_NUM(p_hwfn, QED_VPORT)) { in qed_fw_vport()
4839 min = (u8)RESC_START(p_hwfn, QED_VPORT); in qed_fw_vport()
4840 max = min + RESC_NUM(p_hwfn, QED_VPORT); in qed_fw_vport()
4848 *dst_id = RESC_START(p_hwfn, QED_VPORT) + src_id; in qed_fw_vport()
A Dqed.h218 QED_VPORT, enumerator
A Dqed_sriov.c4549 if (num >= RESC_NUM(&cdev->hwfns[0], QED_VPORT)) { in qed_sriov_enable()
4551 RESC_NUM(&cdev->hwfns[0], QED_VPORT) - 1); in qed_sriov_enable()
A Dqed_mcp.c3514 case QED_VPORT: in qed_mcp_get_mfw_res_id()

Completed in 37 milliseconds