Searched refs:FW_PORT_CAP32_FORCE_FEC (Results 1 – 3 of 3) sorted by relevance
1582 if (lc->pcaps & FW_PORT_CAP32_FORCE_FEC) in cxgbe_fec_set()1583 new_caps |= FW_PORT_CAP32_FORCE_FEC; in cxgbe_fec_set()1585 new_caps &= ~FW_PORT_CAP32_FORCE_FEC; in cxgbe_fec_set()
4674 if (lc->pcaps & FW_PORT_CAP32_FORCE_FEC) in t4_init_link_config()4675 lc->admin_caps &= ~FW_PORT_CAP32_FORCE_FEC; in t4_init_link_config()
1623 #define FW_PORT_CAP32_FORCE_FEC 0x20000000UL macro