Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/iavf/
H A Diavf_prototype.h25 enum iavf_status iavf_asq_send_command(struct iavf_hw *hw,
H A 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()
906 status = iavf_asq_send_command(hw, &desc, msg, msglen, cmd_details); in iavf_aq_send_msg_to_pf()
H A Diavf_adminq.c643 enum iavf_status iavf_asq_send_command(struct iavf_hw *hw, in iavf_asq_send_command() function