Home
last modified time | relevance | path

Searched refs:aq_failures (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_common.h112 ice_set_fc(struct ice_port_info *pi, u8 *aq_failures,
H A Dice_common.c2822 * @aq_failures: pointer to status code, specific to ice_set_fc routine
2828 ice_set_fc(struct ice_port_info *pi, u8 *aq_failures, bool ena_auto_link_update) in ice_set_fc() argument
2835 if (!pi || !aq_failures) in ice_set_fc()
2838 *aq_failures = 0; in ice_set_fc()
2849 *aq_failures = ICE_SET_FC_AQ_FAIL_GET; in ice_set_fc()
2870 *aq_failures = ICE_SET_FC_AQ_FAIL_SET; in ice_set_fc()
2889 *aq_failures = ICE_SET_FC_AQ_FAIL_UPDATE; in ice_set_fc()
H A Dice_ethtool.c3025 u8 aq_failures; in ice_set_pauseparam() local
3094 status = ice_set_fc(pi, &aq_failures, link_up); in ice_set_pauseparam()
3096 if (aq_failures & ICE_SET_FC_AQ_FAIL_GET) { in ice_set_pauseparam()
3101 } else if (aq_failures & ICE_SET_FC_AQ_FAIL_SET) { in ice_set_pauseparam()
3106 } else if (aq_failures & ICE_SET_FC_AQ_FAIL_UPDATE) { in ice_set_pauseparam()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_common.c3411 * @aq_failures: pointer to status code, specific to ice_set_fc routine
3417 ice_set_fc(struct ice_port_info *pi, u8 *aq_failures, bool ena_auto_link_update) in ice_set_fc() argument
3424 if (!pi || !aq_failures) in ice_set_fc()
3427 *aq_failures = 0; in ice_set_fc()
3438 *aq_failures = ICE_SET_FC_AQ_FAIL_GET; in ice_set_fc()
3459 *aq_failures = ICE_SET_FC_AQ_FAIL_SET; in ice_set_fc()
3478 *aq_failures = ICE_SET_FC_AQ_FAIL_UPDATE; in ice_set_fc()
H A Dice_common.h121 ice_set_fc(struct ice_port_info *pi, u8 *aq_failures,
H A Dice_ethtool.c3003 u8 aq_failures; in ice_set_pauseparam() local
3072 err = ice_set_fc(pi, &aq_failures, link_up); in ice_set_pauseparam()
3074 if (aq_failures & ICE_SET_FC_AQ_FAIL_GET) { in ice_set_pauseparam()
3078 } else if (aq_failures & ICE_SET_FC_AQ_FAIL_SET) { in ice_set_pauseparam()
3082 } else if (aq_failures & ICE_SET_FC_AQ_FAIL_UPDATE) { in ice_set_pauseparam()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e_prototype.h103 int i40e_set_fc(struct i40e_hw *hw, u8 *aq_failures,
H A Di40e_ethtool.c1702 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()
H A Di40e_common.c1464 * @aq_failures: buffer to return AdminQ failure information
1469 int i40e_set_fc(struct i40e_hw *hw, u8 *aq_failures, in i40e_set_fc() argument
1475 *aq_failures = 0x0; in i40e_set_fc()
1481 *aq_failures |= I40E_SET_FC_AQ_FAIL_GET; in i40e_set_fc()
1487 *aq_failures |= I40E_SET_FC_AQ_FAIL_SET; in i40e_set_fc()
1500 *aq_failures |= I40E_SET_FC_AQ_FAIL_UPDATE; in i40e_set_fc()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e_prototype.h87 enum i40e_status_code i40e_set_fc(struct i40e_hw *hw, u8 *aq_failures,
H A Di40e_common.c1720 * @aq_failures: buffer to return AdminQ failure information
1725 enum i40e_status_code i40e_set_fc(struct i40e_hw *hw, u8 *aq_failures, in i40e_set_fc() argument
1731 *aq_failures = 0x0; in i40e_set_fc()
1737 *aq_failures |= I40E_SET_FC_AQ_FAIL_GET; in i40e_set_fc()
1743 *aq_failures |= I40E_SET_FC_AQ_FAIL_SET; in i40e_set_fc()
1756 *aq_failures |= I40E_SET_FC_AQ_FAIL_UPDATE; in i40e_set_fc()
H A Di40e_ethtool.c1605 u8 aq_failures; in i40e_set_pauseparam() local
1657 status = i40e_set_fc(hw, &aq_failures, link_up); in i40e_set_pauseparam()
1659 if (aq_failures & I40E_SET_FC_AQ_FAIL_GET) { in i40e_set_pauseparam()
1665 if (aq_failures & I40E_SET_FC_AQ_FAIL_SET) { in i40e_set_pauseparam()
1671 if (aq_failures & I40E_SET_FC_AQ_FAIL_UPDATE) { in i40e_set_pauseparam()

Completed in 53 milliseconds