Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/iavf/
Diavf_common.c309 status = iavf_asq_send_command(hw, &desc, NULL, 0, NULL); in iavf_aq_queue_shutdown()
360 status = iavf_asq_send_command(hw, &desc, lut, lut_size, NULL); in iavf_aq_get_set_rss_lut()
416 status = iavf_asq_send_command(hw, &desc, key, key_size, NULL); in iavf_aq_get_set_rss_key()
474 status = iavf_asq_send_command(hw, &desc, msg, msglen, cmd_details); in iavf_aq_send_msg_to_pf()
Diavf_prototype.h25 enum iavf_status iavf_asq_send_command(struct iavf_hw *hw,
Diavf_adminq.c617 enum iavf_status iavf_asq_send_command(struct iavf_hw *hw, in iavf_asq_send_command() function