Home
last modified time | relevance | path

Searched refs:aq_failures (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_common.h149 ice_set_fc(struct ice_port_info *pi, u8 *aq_failures,
H A Dice_common.c2803 ice_set_fc(struct ice_port_info *pi, u8 *aq_failures, bool ena_auto_link_update) in ice_set_fc() argument
2810 if (!pi || !aq_failures) in ice_set_fc()
2813 *aq_failures = 0; in ice_set_fc()
2825 *aq_failures = ICE_SET_FC_AQ_FAIL_GET; in ice_set_fc()
2835 *aq_failures = ICE_SET_FC_AQ_FAIL_GET; in ice_set_fc()
2850 *aq_failures = ICE_SET_FC_AQ_FAIL_SET; in ice_set_fc()
2869 *aq_failures = ICE_SET_FC_AQ_FAIL_UPDATE; in ice_set_fc()
/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_prototype.h117 enum i40e_status_code i40e_set_fc(struct i40e_hw *hw, u8 *aq_failures,
H A Di40e_common.c1819 enum i40e_status_code i40e_set_fc(struct i40e_hw *hw, u8 *aq_failures, in i40e_set_fc() argument
1828 *aq_failures = 0x0; in i40e_set_fc()
1849 *aq_failures |= I40E_SET_FC_AQ_FAIL_GET; in i40e_set_fc()
1876 *aq_failures |= I40E_SET_FC_AQ_FAIL_SET; in i40e_set_fc()
1889 *aq_failures |= I40E_SET_FC_AQ_FAIL_UPDATE; in i40e_set_fc()