Home
last modified time | relevance | path

Searched refs:iavf_clean_arq_element (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/common/iavf/
H A Dversion.map5 iavf_clean_arq_element;
H A Diavf_prototype.h36 enum iavf_status iavf_clean_arq_element(struct iavf_hw *hw,
H A Diavf_adminq.c868 enum iavf_status iavf_clean_arq_element(struct iavf_hw *hw, in iavf_clean_arq_element() function
/f-stack/dpdk/drivers/net/ice/
H A Dice_dcf.c61 err = iavf_clean_arq_element(&hw->avf, &event, NULL); in ice_dcf_recv_cmd_rsp_no_irq()
170 ret = iavf_clean_arq_element(&hw->avf, &info, &pending); in ice_dcf_handle_virtchnl_msg()
/f-stack/dpdk/drivers/net/iavf/
H A Diavf_vchnl.c82 ret = iavf_clean_arq_element(hw, &event, NULL); in iavf_read_msg_from_pf()
306 ret = iavf_clean_arq_element(hw, &info, &pending); in iavf_handle_virtchnl_msg()