Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c767 u8 aq_failures; in i40e_set_pauseparam() local
819 status = i40e_set_fc(hw, &aq_failures, link_up); in i40e_set_pauseparam()
821 if (aq_failures & I40E_SET_FC_AQ_FAIL_GET) { in i40e_set_pauseparam()
826 if (aq_failures & I40E_SET_FC_AQ_FAIL_SET) { in i40e_set_pauseparam()
831 if (aq_failures & I40E_SET_FC_AQ_FAIL_UPDATE) { in i40e_set_pauseparam()
Di40e_prototype.h89 enum i40e_status_code i40e_set_fc(struct i40e_hw *hw, u8 *aq_failures,
Di40e_common.c1287 enum i40e_status_code i40e_set_fc(struct i40e_hw *hw, u8 *aq_failures, in i40e_set_fc() argument
1296 *aq_failures = 0x0; in i40e_set_fc()
1317 *aq_failures |= I40E_SET_FC_AQ_FAIL_GET; in i40e_set_fc()
1341 *aq_failures |= I40E_SET_FC_AQ_FAIL_SET; in i40e_set_fc()
1354 *aq_failures |= I40E_SET_FC_AQ_FAIL_UPDATE; in i40e_set_fc()