Home
last modified time | relevance | path

Searched refs:i40evf_asq_send_command (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/intel/i40evf/
Di40e_common.c365 status = i40evf_asq_send_command(hw, &desc, NULL, 0, NULL); in i40evf_aq_queue_shutdown()
419 status = i40evf_asq_send_command(hw, &desc, lut, lut_size, NULL); in i40e_aq_get_set_rss_lut()
494 status = i40evf_asq_send_command(hw, &desc, key, key_size, NULL); in i40e_aq_get_set_rss_key()
921 status = i40evf_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40evf_aq_rx_ctl_read_register()
987 status = i40evf_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40evf_aq_rx_ctl_write_register()
1062 status = i40evf_asq_send_command(hw, &desc, msg, msglen, cmd_details); in i40e_aq_send_msg_to_pf()
1148 status = i40evf_asq_send_command(hw, &desc, buff, buff_size, cmd_details); in i40evf_aq_write_ddp()
1188 status = i40evf_asq_send_command(hw, &desc, buff, buff_size, cmd_details); in i40evf_aq_get_ddp_list()
Di40e_prototype.h25 i40e_status i40evf_asq_send_command(struct i40e_hw *hw,
Di40e_adminq.c646 i40e_status i40evf_asq_send_command(struct i40e_hw *hw, in i40evf_asq_send_command() function