Home
last modified time | relevance | path

Searched refs:I40E_ERR_PARAM (Results 1 – 9 of 9) sorted by relevance

/f-stack/dpdk/drivers/net/i40e/
H A Di40e_pf.c499 ret = I40E_ERR_PARAM; in i40e_pf_host_process_cmd_config_vsi_queues()
663 ret = I40E_ERR_PARAM; in i40e_pf_host_process_cmd_config_irq_map()
771 ret = I40E_ERR_PARAM; in i40e_pf_host_process_cmd_enable_queues()
802 ret = I40E_ERR_PARAM; in i40e_pf_host_process_cmd_disable_queues()
840 ret = I40E_ERR_PARAM; in i40e_pf_host_process_cmd_add_ether_address()
884 ret = I40E_ERR_PARAM; in i40e_pf_host_process_cmd_del_ether_address()
925 ret = I40E_ERR_PARAM; in i40e_pf_host_process_cmd_add_vlan()
966 ret = I40E_ERR_PARAM; in i40e_pf_host_process_cmd_del_vlan()
1006 ret = I40E_ERR_PARAM; in i40e_pf_host_process_cmd_config_promisc_mode()
1114 ret = I40E_ERR_PARAM; in i40e_pf_host_process_cmd_set_rss_lut()
[all …]
H A Di40e_ethdev.c4567 return I40E_ERR_PARAM; in i40e_allocate_dma_mem_d()
4596 return I40E_ERR_PARAM; in i40e_free_dma_mem_d()
4621 return I40E_ERR_PARAM; in i40e_allocate_virt_mem_d()
4642 return I40E_ERR_PARAM; in i40e_free_virt_mem_d()
5195 return I40E_ERR_PARAM; in i40e_vsi_vlan_pvid_set()
6276 return I40E_ERR_PARAM; in i40e_pf_setup()
6968 return I40E_ERR_PARAM; in i40e_add_macvlan_filters()
7042 return I40E_ERR_PARAM; in i40e_remove_macvlan_filters()
7198 return I40E_ERR_PARAM; in i40e_find_all_vlan_for_mac()
7232 return I40E_ERR_PARAM; in i40e_find_all_mac_for_vlan()
[all …]
H A Di40e_rxtx.c2249 return I40E_ERR_PARAM; in i40e_dev_tx_queue_setup()
2258 return I40E_ERR_PARAM; in i40e_dev_tx_queue_setup()
2267 return I40E_ERR_PARAM; in i40e_dev_tx_queue_setup()
2277 return I40E_ERR_PARAM; in i40e_dev_tx_queue_setup()
2286 return I40E_ERR_PARAM; in i40e_dev_tx_queue_setup()
2295 return I40E_ERR_PARAM; in i40e_dev_tx_queue_setup()
H A Drte_pmd_i40e.c226 return I40E_ERR_PARAM; in i40e_vsi_rm_mac_filter()
777 if (ret != I40E_SUCCESS && ret != I40E_ERR_PARAM) { in rte_pmd_i40e_set_vf_broadcast()
/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_common.c165 case I40E_ERR_PARAM: in i40e_stat_str()
1244 return I40E_ERR_PARAM; in i40e_read_pba_string()
1721 return I40E_ERR_PARAM; in i40e_aq_get_phy_capabilities()
1799 return I40E_ERR_PARAM; in i40e_aq_set_phy_config()
1918 return I40E_ERR_PARAM; in i40e_aq_set_mac_config()
2889 return I40E_ERR_PARAM; in i40e_aq_send_driver_version()
3031 return I40E_ERR_PARAM; in i40e_aq_add_veb()
3086 return I40E_ERR_PARAM; in i40e_aq_get_veb_parameters()
3139 return I40E_ERR_PARAM; in i40e_aq_add_macvlan()
3186 return I40E_ERR_PARAM; in i40e_aq_remove_macvlan()
[all …]
H A Di40e_status.h15 I40E_ERR_PARAM = -5, enumerator
H A Di40e_dcb.c21 return I40E_ERR_PARAM; in i40e_get_dcbx_status()
511 return I40E_ERR_PARAM; in i40e_lldp_to_dcb_config()
952 return I40E_ERR_PARAM; in i40e_get_fw_lldp_status()
1384 return I40E_ERR_PARAM; in i40e_read_lldp_cfg()
H A Di40e_nvm.c191 ret_code = I40E_ERR_PARAM; in i40e_read_nvm_word_srctl()
385 return I40E_ERR_PARAM; in i40e_read_nvm_module_data()
1522 return I40E_ERR_PARAM; in i40e_nvmupd_exec_aq()
1598 return I40E_ERR_PARAM; in i40e_nvmupd_get_aq_result()
H A Di40e_adminq.c920 status = I40E_ERR_PARAM;