Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/qlogic/qed/
A Dqed_dev.c1489 RESC_NUM(p_hwfn, QED_VPORT)); in qed_init_qm_get_num_pf_rls()
1538 qm_info->start_vport = (u8)RESC_START(p_hwfn, QED_VPORT); in qed_init_qm_params()
1958 if (qed_init_qm_get_num_vports(p_hwfn) > RESC_NUM(p_hwfn, QED_VPORT)) { in qed_init_qm_sanity()
3644 case QED_VPORT: in qed_hw_get_resc_name()
3792 case QED_VPORT: in qed_hw_get_dflt_resc()
4852 if (src_id >= RESC_NUM(p_hwfn, QED_VPORT)) { in qed_fw_vport()
4855 min = (u8)RESC_START(p_hwfn, QED_VPORT); in qed_fw_vport()
4856 max = min + RESC_NUM(p_hwfn, QED_VPORT); in qed_fw_vport()
4864 *dst_id = RESC_START(p_hwfn, QED_VPORT) + src_id; in qed_fw_vport()
A Dqed.h218 QED_VPORT, enumerator
A Dqed_sriov.c4534 if (num >= RESC_NUM(&cdev->hwfns[0], QED_VPORT)) { in qed_sriov_enable()
4536 RESC_NUM(&cdev->hwfns[0], QED_VPORT) - 1); in qed_sriov_enable()
A Dqed_mcp.c3462 case QED_VPORT: in qed_mcp_get_mfw_res_id()

Completed in 33 milliseconds