Searched refs:i40e_asq_send_command (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/intel/i40e/ |
D | i40e_common.c | 371 status = i40e_asq_send_command(hw, &desc, NULL, 0, NULL); in i40e_aq_queue_shutdown() 425 status = i40e_asq_send_command(hw, &desc, lut, lut_size, NULL); in i40e_aq_get_set_rss_lut() 500 status = i40e_asq_send_command(hw, &desc, key, key_size, NULL); in i40e_aq_get_set_rss_key() 852 status = i40e_asq_send_command(hw, &desc, addrs, in i40e_aq_mac_address_read() 884 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_mac_address_write() 1485 status = i40e_asq_send_command(hw, &desc, abilities, in i40e_aq_get_phy_capabilities() 1552 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_set_phy_config() 1671 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_clear_pxe_mode() 1704 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_set_link_restart_an() 1738 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_get_link_info() [all …]
|
D | i40e_prototype.h | 26 i40e_asq_send_command(struct i40e_hw *hw, struct i40e_aq_desc *desc,
|
D | i40e_debugfs.c | 1309 ret = i40e_asq_send_command(&pf->hw, desc, NULL, 0, NULL); in i40e_dbg_command_write() 1369 ret = i40e_asq_send_command(&pf->hw, desc, buff, in i40e_dbg_command_write()
|
D | i40e_adminq.c | 1007 i40e_asq_send_command(struct i40e_hw *hw, struct i40e_aq_desc *desc, in i40e_asq_send_command() function
|
D | i40e_nvm.c | 1428 status = i40e_asq_send_command(hw, aq_desc, buff, in i40e_nvmupd_exec_aq()
|