Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/
Dhinic_sriov.c146 if ((rate_cfg.status != HINIC_MGMT_CMD_UNSUPPORTED && in hinic_set_vf_tx_rate_max_min()
197 if (err != HINIC_MGMT_CMD_UNSUPPORTED) in hinic_set_vf_tx_rate()
918 if (spoofchk_cfg.status == HINIC_MGMT_CMD_UNSUPPORTED) { in hinic_set_vf_spoofchk()
919 err = HINIC_MGMT_CMD_UNSUPPORTED; in hinic_set_vf_spoofchk()
954 } else if (err == HINIC_MGMT_CMD_UNSUPPORTED) { in hinic_ndo_set_vf_spoofchk()
Dhinic_hw_mbox.c540 if ((rand_info.status != HINIC_MGMT_CMD_UNSUPPORTED && in set_vf_mbox_random_id()
547 if (rand_info.status == HINIC_MGMT_CMD_UNSUPPORTED) in set_vf_mbox_random_id()
1510 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_port.c1159 if ((info->status != HINIC_MGMT_CMD_UNSUPPORTED && in hinic_set_link_settings()
Dhinic_ethtool.c495 if (err != HINIC_MGMT_CMD_UNSUPPORTED) { in hinic_set_settings_to_hw()