Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_prototype.h542 enum i40e_status_code i40e_aq_send_msg_to_pf(struct i40e_hw *hw,
H A Di40e_common.c7593 enum i40e_status_code i40e_aq_send_msg_to_pf(struct i40e_hw *hw, in i40e_aq_send_msg_to_pf() function
7672 return i40e_aq_send_msg_to_pf(hw, VIRTCHNL_OP_RESET_VF, in i40e_vf_reset()
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_ethdev_vf.c333 err = i40e_aq_send_msg_to_pf(hw, args->ops, I40E_SUCCESS, in _i40evf_execute_vf_cmd()