Home
last modified time | relevance | path

Searched refs:HINIC_MGMT_CMD_UNSUPPORTED (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/huawei/hinic/
Dhinic_sriov.c148 if ((rate_cfg.status != HINIC_MGMT_CMD_UNSUPPORTED && in hinic_set_vf_tx_rate_max_min()
199 if (err != HINIC_MGMT_CMD_UNSUPPORTED) in hinic_set_vf_tx_rate()
934 if (spoofchk_cfg.status == HINIC_MGMT_CMD_UNSUPPORTED) { in hinic_set_vf_spoofchk()
935 err = HINIC_MGMT_CMD_UNSUPPORTED; in hinic_set_vf_spoofchk()
970 } else if (err == HINIC_MGMT_CMD_UNSUPPORTED) { in hinic_ndo_set_vf_spoofchk()
Dhinic_port.c465 if (vlan_filter.status == HINIC_MGMT_CMD_UNSUPPORTED) { in hinic_set_vlan_fliter()
466 err = HINIC_MGMT_CMD_UNSUPPORTED; in hinic_set_vlan_fliter()
469 err = HINIC_MGMT_CMD_UNSUPPORTED; in hinic_set_vlan_fliter()
1174 if ((info->status != HINIC_MGMT_CMD_UNSUPPORTED && in hinic_set_link_settings()
Dhinic_hw_mbox.c535 if ((rand_info.status != HINIC_MGMT_CMD_UNSUPPORTED && in set_vf_mbox_random_id()
542 if (rand_info.status == HINIC_MGMT_CMD_UNSUPPORTED) in set_vf_mbox_random_id()
1505 if (err == HINIC_MGMT_CMD_UNSUPPORTED) { in hinic_vf_mbox_random_id_init()
Dhinic_hw_dev.h29 #define HINIC_MGMT_CMD_UNSUPPORTED 0xFF macro
Dhinic_ethtool.c487 if (err != HINIC_MGMT_CMD_UNSUPPORTED) { in hinic_set_settings_to_hw()