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

/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.h252 u16 *vector_status; member in struct:hclgevf_dev
H A Dhclgevf_main.c428 if (hdev->vector_status[vector_id] == HCLGEVF_INVALID_VPORT) {
434 hdev->vector_status[vector_id] = HCLGEVF_INVALID_VPORT;
452 if (hdev->vector_status[i] == HCLGEVF_INVALID_VPORT) {
457 hdev->vector_status[i] = 0;
1731 hdev->vector_status[HCLGEVF_MISC_VECTOR_NUM] = 0;
2308 hdev->vector_status = devm_kcalloc(&pdev->dev, hdev->num_msi,
2310 if (!hdev->vector_status) {
2316 hdev->vector_status[i] = HCLGEVF_INVALID_VPORT;
2321 devm_kfree(&pdev->dev, hdev->vector_status);
2333 devm_kfree(&pdev->dev, hdev->vector_status);
[all...]
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.h915 u16 *vector_status; member in struct:hclge_dev
H A Dhclge_main.c2489 hdev->vector_status = devm_kcalloc(&pdev->dev, hdev->num_msi,
2491 if (!hdev->vector_status) {
2497 hdev->vector_status[i] = HCLGE_INVALID_VPORT;
3671 if (hdev->vector_status[vector_id] == HCLGE_INVALID_VPORT) {
3677 hdev->vector_status[vector_id] = HCLGE_INVALID_VPORT;
3689 hdev->vector_status[0] = 0;
4689 hdev->vector_status[idx] = hdev->vport[0].vport_id;
4708 if (hdev->vector_status[i] == HCLGE_INVALID_VPORT) {

Completed in 255 milliseconds