Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/huawei/hinic/
H A 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()
H A 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()
H A Dhinic_hw_dev.h29 #define HINIC_MGMT_CMD_UNSUPPORTED 0xFF macro
H A Dhinic_ethtool.c487 if (err != HINIC_MGMT_CMD_UNSUPPORTED) { in hinic_set_settings_to_hw()