Searched refs:i40e_asq_send_command (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/io/i40e/core/ |
H A D | i40e_common.c | 402 status = i40e_asq_send_command(hw, &desc, NULL, 0, NULL); in i40e_aq_queue_shutdown() 456 status = i40e_asq_send_command(hw, &desc, lut, lut_size, NULL); in i40e_aq_get_set_rss_lut() 531 status = i40e_asq_send_command(hw, &desc, key, key_size, NULL); in i40e_aq_get_set_rss_key() 1025 status = i40e_asq_send_command(hw, &desc, addrs, in i40e_aq_mac_address_read() 1057 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_mac_address_write() 1620 status = i40e_asq_send_command(hw, &desc, abilities, abilities_size, in i40e_aq_get_phy_capabilities() 1663 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_set_phy_config() 1779 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_set_mac_config() 1804 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_clear_pxe_mode() 1836 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_set_link_restart_an() [all …]
|
H A D | i40e_prototype.h | 66 enum i40e_status_code i40e_asq_send_command(struct i40e_hw *hw,
|
H A D | i40e_adminq.c | 753 enum i40e_status_code i40e_asq_send_command(struct i40e_hw *hw, in i40e_asq_send_command() function
|
H A D | i40e_nvm.c | 1434 status = i40e_asq_send_command(hw, aq_desc, buff, in i40e_nvmupd_exec_aq()
|