Searched refs:aq_failures (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/net/ethernet/intel/ice/ |
| H A D | ice_common.h | 154 ice_set_fc(struct ice_port_info *pi, u8 *aq_failures,
|
| H A D | ice_common.c | 3580 ice_set_fc(struct ice_port_info *pi, u8 *aq_failures, bool ena_auto_link_update) in ice_set_fc() argument 3587 if (!pi || !aq_failures) in ice_set_fc() 3590 *aq_failures = 0; in ice_set_fc() 3601 *aq_failures = ICE_SET_FC_AQ_FAIL_GET; in ice_set_fc() 3622 *aq_failures = ICE_SET_FC_AQ_FAIL_SET; in ice_set_fc() 3641 *aq_failures = ICE_SET_FC_AQ_FAIL_UPDATE; in ice_set_fc()
|
| H A D | ice_ethtool.c | 3487 u8 aq_failures; in ice_set_pauseparam() local 3556 err = ice_set_fc(pi, &aq_failures, link_up); in ice_set_pauseparam() 3558 if (aq_failures & ICE_SET_FC_AQ_FAIL_GET) { in ice_set_pauseparam() 3562 } else if (aq_failures & ICE_SET_FC_AQ_FAIL_SET) { in ice_set_pauseparam() 3566 } else if (aq_failures & ICE_SET_FC_AQ_FAIL_UPDATE) { in ice_set_pauseparam()
|
| /linux-6.15/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_common.c | 1215 int i40e_set_fc(struct i40e_hw *hw, u8 *aq_failures, in i40e_set_fc() argument 1221 *aq_failures = 0x0; in i40e_set_fc() 1227 *aq_failures |= I40E_SET_FC_AQ_FAIL_GET; in i40e_set_fc() 1233 *aq_failures |= I40E_SET_FC_AQ_FAIL_SET; in i40e_set_fc() 1246 *aq_failures |= I40E_SET_FC_AQ_FAIL_UPDATE; in i40e_set_fc()
|
| H A D | i40e_prototype.h | 95 int i40e_set_fc(struct i40e_hw *hw, u8 *aq_failures,
|
| H A D | i40e_ethtool.c | 1702 u8 aq_failures; in i40e_set_pauseparam() local 1755 status = i40e_set_fc(hw, &aq_failures, link_up); in i40e_set_pauseparam() 1757 if (aq_failures & I40E_SET_FC_AQ_FAIL_GET) { in i40e_set_pauseparam() 1763 if (aq_failures & I40E_SET_FC_AQ_FAIL_SET) { in i40e_set_pauseparam() 1769 if (aq_failures & I40E_SET_FC_AQ_FAIL_UPDATE) { in i40e_set_pauseparam()
|