Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixl/
H A Dixl_pf_iov.c680 I40E_ERR_PARAM); in ixl_vf_config_vsi_msg()
688 I40E_ERR_PARAM); in ixl_vf_config_vsi_msg()
873 I40E_ERR_PARAM); in ixl_vf_enable_queues_msg()
947 I40E_ERR_PARAM); in ixl_vf_disable_queues_msg()
1045 I40E_ERR_PARAM); in ixl_vf_add_mac_msg()
1079 I40E_ERR_PARAM); in ixl_vf_del_mac_msg()
1126 I40E_ERR_PARAM); in ixl_vf_add_vlan_msg()
1132 I40E_ERR_PARAM); in ixl_vf_add_vlan_msg()
1147 I40E_ERR_PARAM); in ixl_vf_add_vlan_msg()
1167 I40E_ERR_PARAM); in ixl_vf_del_vlan_msg()
[all …]
H A Di40e_common.c184 case I40E_ERR_PARAM: in i40e_stat_str()
1219 return I40E_ERR_PARAM; in i40e_read_pba_string()
1666 return I40E_ERR_PARAM; in i40e_aq_get_phy_capabilities()
1744 return I40E_ERR_PARAM; in i40e_aq_set_phy_config()
1863 return I40E_ERR_PARAM; in i40e_aq_set_mac_config()
2840 return I40E_ERR_PARAM; in i40e_aq_send_driver_version()
2985 return I40E_ERR_PARAM; in i40e_aq_add_veb()
3040 return I40E_ERR_PARAM; in i40e_aq_get_veb_parameters()
3093 return I40E_ERR_PARAM; in i40e_aq_add_macvlan()
3140 return I40E_ERR_PARAM; in i40e_aq_remove_macvlan()
[all …]
H A Di40e_status.h44 I40E_ERR_PARAM = -5, enumerator
H A Di40e_dcb.c50 return I40E_ERR_PARAM; in i40e_get_dcbx_status()
546 return I40E_ERR_PARAM; in i40e_lldp_to_dcb_config()
987 return I40E_ERR_PARAM; in i40e_get_fw_lldp_status()
1420 return I40E_ERR_PARAM; in i40e_read_lldp_cfg()
H A Di40e_nvm.c219 ret_code = I40E_ERR_PARAM; in i40e_read_nvm_word_srctl()
413 return I40E_ERR_PARAM; in i40e_read_nvm_module_data()
1551 return I40E_ERR_PARAM; in i40e_nvmupd_exec_aq()
1627 return I40E_ERR_PARAM; in i40e_nvmupd_get_aq_result()
H A Di40e_adminq.c914 status = I40E_ERR_PARAM; in i40e_asq_send_command()