Searched refs:I40E_FLAG_BASE_R_FEC (Results 1 – 3 of 3) sorted by relevance
444 I40E_PRIV_FLAG("base-r-fec", I40E_FLAG_BASE_R_FEC, 0),4963 if (changed_flags & I40E_FLAG_BASE_R_FEC && in i40e_set_priv_flags()5004 (changed_flags & I40E_FLAG_BASE_R_FEC)) { in i40e_set_priv_flags()5008 new_flags & I40E_FLAG_BASE_R_FEC) { in i40e_set_priv_flags()5013 } else if (new_flags & I40E_FLAG_BASE_R_FEC) { in i40e_set_priv_flags()
546 #define I40E_FLAG_BASE_R_FEC BIT(26) macro
14467 *flags |= I40E_FLAG_RS_FEC | I40E_FLAG_BASE_R_FEC; in i40e_set_fec_in_flags()14471 *flags &= ~I40E_FLAG_BASE_R_FEC; in i40e_set_fec_in_flags()14475 *flags |= I40E_FLAG_BASE_R_FEC; in i40e_set_fec_in_flags()14479 *flags &= ~(I40E_FLAG_RS_FEC | I40E_FLAG_BASE_R_FEC); in i40e_set_fec_in_flags()