Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.h252 u16 *vector_status; member
H A Dhclgevf_main.c429 if (hdev->vector_status[vector_id] == HCLGEVF_INVALID_VPORT) { in hclgevf_free_vector()
435 hdev->vector_status[vector_id] = HCLGEVF_INVALID_VPORT; in hclgevf_free_vector()
453 if (hdev->vector_status[i] == HCLGEVF_INVALID_VPORT) { in hclgevf_get_vector()
458 hdev->vector_status[i] = 0; in hclgevf_get_vector()
1732 hdev->vector_status[HCLGEVF_MISC_VECTOR_NUM] = 0; in hclgevf_get_misc_vector()
2308 hdev->vector_status = devm_kcalloc(&pdev->dev, hdev->num_msi, in hclgevf_init_msi()
2310 if (!hdev->vector_status) { in hclgevf_init_msi()
2316 hdev->vector_status[i] = HCLGEVF_INVALID_VPORT; in hclgevf_init_msi()
2321 devm_kfree(&pdev->dev, hdev->vector_status); in hclgevf_init_msi()
2333 devm_kfree(&pdev->dev, hdev->vector_status); in hclgevf_uninit_msi()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.h902 u16 *vector_status; member
H A Dhclge_main.c2483 hdev->vector_status = devm_kcalloc(&pdev->dev, hdev->num_msi, in hclge_init_msi()
2485 if (!hdev->vector_status) { in hclge_init_msi()
2491 hdev->vector_status[i] = HCLGE_INVALID_VPORT; in hclge_init_msi()
3682 if (hdev->vector_status[vector_id] == HCLGE_INVALID_VPORT) { in hclge_free_vector()
3688 hdev->vector_status[vector_id] = HCLGE_INVALID_VPORT; in hclge_free_vector()
3700 hdev->vector_status[0] = 0; in hclge_get_misc_vector()
4699 hdev->vector_status[idx] = hdev->vport[0].vport_id; in hclge_get_vector_info()
4718 if (hdev->vector_status[i] == HCLGE_INVALID_VPORT) { in hclge_get_vector()