Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.c464 if (hdev->vector_status[vector_id] == HCLGEVF_INVALID_VPORT) { in hclgevf_free_vector()
470 hdev->vector_status[vector_id] = HCLGEVF_INVALID_VPORT; in hclgevf_free_vector()
488 if (hdev->vector_status[i] == HCLGEVF_INVALID_VPORT) { in hclgevf_get_vector()
493 hdev->vector_status[i] = 0; in hclgevf_get_vector()
1805 hdev->vector_status[HCLGEVF_MISC_VECTOR_NUM] = 0; in hclgevf_get_misc_vector()
2384 hdev->vector_status = devm_kcalloc(&pdev->dev, hdev->num_msi, in hclgevf_init_msi()
2386 if (!hdev->vector_status) { in hclgevf_init_msi()
2392 hdev->vector_status[i] = HCLGEVF_INVALID_VPORT; in hclgevf_init_msi()
2397 devm_kfree(&pdev->dev, hdev->vector_status); in hclgevf_init_msi()
2409 devm_kfree(&pdev->dev, hdev->vector_status); in hclgevf_uninit_msi()
H A Dhclgevf_main.h252 u16 *vector_status; member
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.h920 u16 *vector_status; member
H A Dhclge_main.c2530 hdev->vector_status = devm_kcalloc(&pdev->dev, hdev->num_msi, in hclge_init_msi()
2532 if (!hdev->vector_status) { in hclge_init_msi()
2538 hdev->vector_status[i] = HCLGE_INVALID_VPORT; in hclge_init_msi()
3740 if (hdev->vector_status[vector_id] == HCLGE_INVALID_VPORT) { in hclge_free_vector()
3746 hdev->vector_status[vector_id] = HCLGE_INVALID_VPORT; in hclge_free_vector()
3758 hdev->vector_status[0] = 0; in hclge_get_misc_vector()
4772 hdev->vector_status[idx] = hdev->vport[0].vport_id; in hclge_get_vector_info()
4791 if (hdev->vector_status[i] == HCLGE_INVALID_VPORT) { in hclge_get_vector()