Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/i40e/
H A Di40e_common.c227 status = i40e_asq_send_command(hw, &desc, NULL, 0, NULL); in i40e_aq_queue_shutdown()
277 status = i40e_asq_send_command(hw, &desc, lut, lut_size, NULL); in i40e_aq_get_set_rss_lut()
350 status = i40e_asq_send_command(hw, &desc, key, key_size, NULL); in i40e_aq_get_set_rss_key()
450 status = i40e_asq_send_command(hw, &desc, addrs, in i40e_aq_mac_address_read()
482 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_mac_address_write()
1085 status = i40e_asq_send_command(hw, &desc, abilities, in i40e_aq_get_phy_capabilities()
1455 return i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_set_mac_loopback()
1832 status = i40e_asq_send_command(hw, &desc, &vsi_ctx->info, in i40e_aq_get_vsi_params()
2029 status = i40e_asq_send_command(hw, &desc, dv->driver_string, in i40e_aq_send_driver_version()
3879 status = i40e_asq_send_command(hw, &desc, NULL, 0, NULL); in i40e_aq_alternate_read()
[all …]
H A Di40e_prototype.h26 i40e_asq_send_command(struct i40e_hw *hw, struct i40e_aq_desc *desc,
H A Di40e_adminq.c975 i40e_asq_send_command(struct i40e_hw *hw, struct i40e_aq_desc *desc, in i40e_asq_send_command() function
H A Di40e_debugfs.c1294 ret = i40e_asq_send_command(&pf->hw, desc, NULL, 0, NULL); in i40e_dbg_command_write()
1354 ret = i40e_asq_send_command(&pf->hw, desc, buff, in i40e_dbg_command_write()
H A Di40e_nvm.c1050 status = i40e_asq_send_command(hw, aq_desc, buff, in i40e_nvmupd_exec_aq()