Searched refs:aq_failures (Results 1 – 4 of 4) sorted by relevance
1156 int i40e_set_fc(struct i40e_hw *hw, u8 *aq_failures, in i40e_set_fc() argument1162 *aq_failures = 0x0; in i40e_set_fc()1168 *aq_failures |= I40E_SET_FC_AQ_FAIL_GET; in i40e_set_fc()1174 *aq_failures |= I40E_SET_FC_AQ_FAIL_SET; in i40e_set_fc()1187 *aq_failures |= I40E_SET_FC_AQ_FAIL_UPDATE; in i40e_set_fc()
94 int i40e_set_fc(struct i40e_hw *hw, u8 *aq_failures,
3869 * @aq_failures: pointer to status code, specific to ice_set_fc routine3875 ice_set_fc(struct ice_port_info *pi, u8 *aq_failures, bool ena_auto_link_update) in ice_set_fc() argument 3882 if (!pi || !aq_failures) in ice_set_fc() 3895 *aq_failures = ICE_SET_FC_AQ_FAIL_GET; in ice_set_fc() 3916 *aq_failures = ICE_SET_FC_AQ_FAIL_SET; in ice_set_fc() 3935 *aq_failures = ICE_SET_FC_AQ_FAIL_UPDATE; in ice_set_fc()
3511 u8 aq_failures = 0; in ice_set_pauseparam() local 3580 err = ice_set_fc(pi, &aq_failures, link_up); in ice_set_pauseparam() 3582 switch (aq_failures) { in ice_set_pauseparam()