Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/intel/iavf/
Diavf_prototype.h25 enum iavf_status iavf_asq_send_command(struct iavf_hw *hw,
Diavf_common.c341 status = iavf_asq_send_command(hw, &desc, NULL, 0, NULL); in iavf_aq_queue_shutdown()
395 status = iavf_asq_send_command(hw, &desc, lut, lut_size, NULL); in iavf_aq_get_set_rss_lut()
470 status = iavf_asq_send_command(hw, &desc, key, key_size, NULL); in iavf_aq_get_set_rss_key()
794 status = iavf_asq_send_command(hw, &desc, msg, msglen, cmd_details); in iavf_aq_send_msg_to_pf()
Diavf_adminq.c641 enum iavf_status iavf_asq_send_command(struct iavf_hw *hw, in iavf_asq_send_command() function