Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_common.c378 status = i40e_asq_send_command(hw, &desc, NULL, 0, NULL); in i40e_aq_queue_shutdown()
432 status = i40e_asq_send_command(hw, &desc, lut, lut_size, NULL); in i40e_aq_get_set_rss_lut()
507 status = i40e_asq_send_command(hw, &desc, key, key_size, NULL); in i40e_aq_get_set_rss_key()
974 status = i40e_asq_send_command(hw, &desc, addrs, in i40e_aq_mac_address_read()
1006 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_mac_address_write()
1603 status = i40e_asq_send_command(hw, &desc, abilities, abilities_size, in i40e_aq_get_phy_capabilities()
1644 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_set_phy_config()
1747 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_clear_pxe_mode()
1780 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_set_link_restart_an()
1814 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_get_link_info()
[all …]
Di40e_prototype.h48 i40e_status i40e_asq_send_command(struct i40e_hw *hw,
Di40e_adminq.c736 i40e_status i40e_asq_send_command(struct i40e_hw *hw, in i40e_asq_send_command() function
Di40e_nvm.c1181 status = i40e_asq_send_command(hw, aq_desc, buff, in i40e_nvmupd_exec_aq()
Di40e_debugfs.c1582 ret = i40e_asq_send_command(&pf->hw, desc, NULL, 0, NULL); in i40e_dbg_command_write()
1642 ret = i40e_asq_send_command(&pf->hw, desc, buff, in i40e_dbg_command_write()