Searched refs:I40E_FLAG_BASE_R_FEC (Results 1 – 3 of 3) sorted by relevance
457 I40E_PRIV_FLAG("base-r-fec", I40E_FLAG_BASE_R_FEC, 0),5331 if (changed_flags & I40E_FLAG_BASE_R_FEC && in i40e_set_priv_flags()5372 (changed_flags & I40E_FLAG_BASE_R_FEC)) { in i40e_set_priv_flags()5376 new_flags & I40E_FLAG_BASE_R_FEC) { in i40e_set_priv_flags()5381 } else if (new_flags & I40E_FLAG_BASE_R_FEC) { in i40e_set_priv_flags()
582 #define I40E_FLAG_BASE_R_FEC BIT(26) macro
15351 *flags |= I40E_FLAG_RS_FEC | I40E_FLAG_BASE_R_FEC; in i40e_set_fec_in_flags()15355 *flags &= ~I40E_FLAG_BASE_R_FEC; in i40e_set_fec_in_flags()15359 *flags |= I40E_FLAG_BASE_R_FEC; in i40e_set_fec_in_flags()15363 *flags &= ~(I40E_FLAG_RS_FEC | I40E_FLAG_BASE_R_FEC); in i40e_set_fec_in_flags()