Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_common.c249 status = iavf_asq_send_command(hw, &desc, NULL, 0, NULL); in iavf_aq_queue_shutdown()
301 status = iavf_asq_send_command(hw, &desc, lut, lut_size, NULL); in iavf_aq_get_set_rss_lut()
358 status = iavf_asq_send_command(hw, &desc, key, key_size, NULL); in iavf_aq_get_set_rss_key()
387 * is sent asynchronously, i.e. iavf_asq_send_command() does not wait for
416 status = iavf_asq_send_command(hw, &desc, msg, msglen, cmd_details); in iavf_aq_send_msg_to_pf()
H A Diavf_prototype.h24 enum iavf_status iavf_asq_send_command(struct iavf_hw *hw,
H A Diavf_adminq.c607 * iavf_asq_send_command - send command to Admin Queue
617 enum iavf_status iavf_asq_send_command(struct iavf_hw *hw, in iavf_asq_send_command() function