Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40e_prototype.h48 i40e_status i40evf_asq_send_command(struct i40e_hw *hw,
Di40e_common.c378 status = i40evf_asq_send_command(hw, &desc, NULL, 0, NULL); in i40evf_aq_queue_shutdown()
432 status = i40evf_asq_send_command(hw, &desc, lut, lut_size, NULL); in i40e_aq_get_set_rss_lut()
507 status = i40evf_asq_send_command(hw, &desc, key, key_size, NULL); in i40e_aq_get_set_rss_key()
946 status = i40evf_asq_send_command(hw, &desc, msg, msglen, cmd_details); in i40e_aq_send_msg_to_pf()
Di40e_adminq.c669 i40e_status i40evf_asq_send_command(struct i40e_hw *hw, in i40evf_asq_send_command() function