Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c459 I40E_PRIV_FLAG("base-r-fec", I40E_FLAG_BASE_R_FEC, 0),
5232 if (changed_flags & I40E_FLAG_BASE_R_FEC && in i40e_set_priv_flags()
5273 (changed_flags & I40E_FLAG_BASE_R_FEC)) { in i40e_set_priv_flags()
5277 new_flags & I40E_FLAG_BASE_R_FEC) { in i40e_set_priv_flags()
5282 } else if (new_flags & I40E_FLAG_BASE_R_FEC) { in i40e_set_priv_flags()
Di40e.h568 #define I40E_FLAG_BASE_R_FEC BIT(26) macro
Di40e_main.c15185 *flags |= I40E_FLAG_RS_FEC | I40E_FLAG_BASE_R_FEC; in i40e_set_fec_in_flags()
15189 *flags &= ~I40E_FLAG_BASE_R_FEC; in i40e_set_fec_in_flags()
15193 *flags |= I40E_FLAG_BASE_R_FEC; in i40e_set_fec_in_flags()
15197 *flags &= ~(I40E_FLAG_RS_FEC | I40E_FLAG_BASE_R_FEC); in i40e_set_fec_in_flags()