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

/linux-4.4.14/drivers/net/ethernet/intel/i40e/
H A Di40e_prototype.h102 enum i40e_status_code i40e_set_fc(struct i40e_hw *hw, u8 *aq_failures,
H A Di40e_ethtool.c835 u8 aq_failures; i40e_set_pauseparam() local
887 status = i40e_set_fc(hw, &aq_failures, link_up); i40e_set_pauseparam()
889 if (aq_failures & I40E_SET_FC_AQ_FAIL_GET) { i40e_set_pauseparam()
895 if (aq_failures & I40E_SET_FC_AQ_FAIL_SET) { i40e_set_pauseparam()
901 if (aq_failures & I40E_SET_FC_AQ_FAIL_UPDATE) { i40e_set_pauseparam()
H A Di40e_common.c1655 enum i40e_status_code i40e_set_fc(struct i40e_hw *hw, u8 *aq_failures, i40e_set_fc() argument
1664 *aq_failures = 0x0; i40e_set_fc()
1685 *aq_failures |= I40E_SET_FC_AQ_FAIL_GET; i40e_set_fc()
1709 *aq_failures |= I40E_SET_FC_AQ_FAIL_SET; i40e_set_fc()
1722 *aq_failures |= I40E_SET_FC_AQ_FAIL_UPDATE; i40e_set_fc()

Completed in 112 milliseconds