Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c458 I40E_PRIV_FLAG("base-r-fec", I40E_FLAG_BASE_R_FEC, 0),
5334 if (changed_flags & I40E_FLAG_BASE_R_FEC && in i40e_set_priv_flags()
5375 (changed_flags & I40E_FLAG_BASE_R_FEC)) { in i40e_set_priv_flags()
5379 new_flags & I40E_FLAG_BASE_R_FEC) { in i40e_set_priv_flags()
5384 } else if (new_flags & I40E_FLAG_BASE_R_FEC) { in i40e_set_priv_flags()
H A Di40e.h555 #define I40E_FLAG_BASE_R_FEC BIT(26) macro
H A Di40e_main.c15448 *flags |= I40E_FLAG_RS_FEC | I40E_FLAG_BASE_R_FEC; in i40e_set_fec_in_flags()
15452 *flags &= ~I40E_FLAG_BASE_R_FEC; in i40e_set_fec_in_flags()
15456 *flags |= I40E_FLAG_BASE_R_FEC; in i40e_set_fec_in_flags()
15460 *flags &= ~(I40E_FLAG_RS_FEC | I40E_FLAG_BASE_R_FEC); in i40e_set_fec_in_flags()