Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_mbx.c559 vport->vport_id - HCLGE_VF_VPORT_START_NUM, ret); in hclge_mbx_reset_vf_queue()
569 vport->vport_id - HCLGE_VF_VPORT_START_NUM); in hclge_reset_vf()
Dhclge_main.h22 #define HCLGE_VF_VPORT_START_NUM 1 macro
Dhclge_main.c2918 vport = &hdev->vport[i + HCLGE_VF_VPORT_START_NUM]; in hclge_push_link_status()
3267 vf += HCLGE_VF_VPORT_START_NUM; in hclge_get_vf_vport()
3632 for (i = HCLGE_VF_VPORT_START_NUM; i < hdev->num_alloc_vport; i++) { in hclge_set_all_vf_rst()
3641 vport->vport_id - HCLGE_VF_VPORT_START_NUM, in hclge_set_all_vf_rst()
3657 vport->vport_id - HCLGE_VF_VPORT_START_NUM, in hclge_set_all_vf_rst()
9253 vf_idx += HCLGE_VF_VPORT_START_NUM; in hclge_check_vf_mac_exist()
9254 for (i = HCLGE_VF_VPORT_START_NUM; i < hdev->num_alloc_vport; i++) in hclge_check_vf_mac_exist()
10483 for (vf = HCLGE_VF_VPORT_START_NUM; vf < hdev->num_alloc_vport; vf++) { in hclge_clear_vf_vlan()
10493 vf - HCLGE_VF_VPORT_START_NUM, ret); in hclge_clear_vf_vlan()
11846 for (vf = HCLGE_VF_VPORT_START_NUM; vf < hdev->num_alloc_vport; vf++) { in hclge_reset_vf_rate()
[all …]
Dhclge_tm.c647 vport->vport_id - HCLGE_VF_VPORT_START_NUM; in hclge_tm_update_kinfo_rss_size()