Searched refs:iavf_clean_arq_element (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_prototype.h | 22 enum iavf_status iavf_clean_arq_element(struct iavf_hw *hw,
|
H A D | iavf_virtchnl.c | 82 err = iavf_clean_arq_element(hw, &event, NULL); in iavf_verify_api_ver() 83 /* When the AQ is empty, iavf_clean_arq_element will return in iavf_verify_api_ver() 208 /* When the AQ is empty, iavf_clean_arq_element will return in iavf_get_vf_config() 211 err = iavf_clean_arq_element(hw, &event, NULL); in iavf_get_vf_config()
|
H A D | iavf_adminq.c | 847 * iavf_clean_arq_element 856 enum iavf_status iavf_clean_arq_element(struct iavf_hw *hw, in iavf_clean_arq_element() function
|
H A D | iavf_main.c | 2307 ret = iavf_clean_arq_element(hw, &event, &pending); in iavf_adminq_task()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_prototype.h | 22 enum iavf_status iavf_clean_arq_element(struct iavf_hw *hw,
|
H A D | iavf_adminq.c | 845 * iavf_clean_arq_element 854 enum iavf_status iavf_clean_arq_element(struct iavf_hw *hw, in iavf_clean_arq_element() function
|
H A D | iavf_virtchnl.c | 72 /* When the AQ is empty, iavf_clean_arq_element will return in iavf_poll_virtchnl_msg() 75 status = iavf_clean_arq_element(hw, event, NULL); in iavf_poll_virtchnl_msg()
|
H A D | iavf_main.c | 3240 ret = iavf_clean_arq_element(hw, &event, &pending); in iavf_adminq_task()
|
Completed in 18 milliseconds