Searched refs:i40e_asq_send_command (Results  1 – 4 of 4) sorted by relevance
| /linux-4.1.27/drivers/net/ethernet/intel/i40e/ | 
| D | i40e_common.c | 175 	status = i40e_asq_send_command(hw, &desc, NULL, 0, NULL);  in i40e_aq_queue_shutdown() 609 	status = i40e_asq_send_command(hw, &desc, addrs,  in i40e_aq_mac_address_read() 641 	status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details);  in i40e_aq_mac_address_write() 1238 	status = i40e_asq_send_command(hw, &desc, abilities, abilities_size,  in i40e_aq_get_phy_capabilities() 1276 	status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details);  in i40e_aq_set_phy_config() 1379 	status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details);  in i40e_aq_clear_pxe_mode() 1412 	status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details);  in i40e_aq_set_link_restart_an() 1446 	status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details);  in i40e_aq_get_link_info() 1524 	status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details);  in i40e_aq_set_phy_int_mask() 1559 	status = i40e_asq_send_command(hw, &desc, &vsi_ctx->info,  in i40e_aq_add_vsi() [all …] 
 | 
| D | i40e_prototype.h | 48 i40e_status i40e_asq_send_command(struct i40e_hw *hw,
  | 
| D | i40e_adminq.c | 731 i40e_status i40e_asq_send_command(struct i40e_hw *hw,  in i40e_asq_send_command()  function
  | 
| D | i40e_debugfs.c | 1583 		ret = i40e_asq_send_command(&pf->hw, desc, NULL, 0, NULL);  in i40e_dbg_command_write() 1643 		ret = i40e_asq_send_command(&pf->hw, desc, buff,  in i40e_dbg_command_write()
  |