Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_main.h313 u16 *vector_status; member
Dhclgevf_main.c553 if (hdev->vector_status[vector_id] == HCLGEVF_INVALID_VPORT) { in hclgevf_free_vector()
559 hdev->vector_status[vector_id] = HCLGEVF_INVALID_VPORT; in hclgevf_free_vector()
577 if (hdev->vector_status[i] == HCLGEVF_INVALID_VPORT) { in hclgevf_get_vector()
582 hdev->vector_status[i] = 0; in hclgevf_get_vector()
2225 hdev->vector_status[HCLGEVF_MISC_VECTOR_NUM] = 0; in hclgevf_get_misc_vector()
2829 hdev->vector_status = devm_kcalloc(&pdev->dev, hdev->num_msi, in hclgevf_init_msi()
2831 if (!hdev->vector_status) { in hclgevf_init_msi()
2837 hdev->vector_status[i] = HCLGEVF_INVALID_VPORT; in hclgevf_init_msi()
2842 devm_kfree(&pdev->dev, hdev->vector_status); in hclgevf_init_msi()
2854 devm_kfree(&pdev->dev, hdev->vector_status); in hclgevf_uninit_msi()
/Linux-v5.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.h880 u16 *vector_status; member
Dhclge_main.c2541 hdev->vector_status = devm_kcalloc(&pdev->dev, hdev->num_msi, in hclge_init_msi()
2543 if (!hdev->vector_status) { in hclge_init_msi()
2549 hdev->vector_status[i] = HCLGE_INVALID_VPORT; in hclge_init_msi()
3466 if (hdev->vector_status[vector_id] == HCLGE_INVALID_VPORT) { in hclge_free_vector()
3472 hdev->vector_status[vector_id] = HCLGE_INVALID_VPORT; in hclge_free_vector()
3484 hdev->vector_status[0] = 0; in hclge_get_misc_vector()
4465 hdev->vector_status[idx] = hdev->vport[0].vport_id; in hclge_get_vector_info()
4484 if (hdev->vector_status[i] == HCLGE_INVALID_VPORT) { in hclge_get_vector()