fw_fec 693 drivers/net/ethernet/chelsio/cxgb4/cxgb4_ethtool.c static inline unsigned int fwcap_to_eth_fec(unsigned int fw_fec) fw_fec 697 drivers/net/ethernet/chelsio/cxgb4/cxgb4_ethtool.c if (fw_fec & FW_PORT_CAP32_FEC_RS) fw_fec 699 drivers/net/ethernet/chelsio/cxgb4/cxgb4_ethtool.c if (fw_fec & FW_PORT_CAP32_FEC_BASER_RS) fw_fec 4102 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c static inline enum cc_fec fwcap_to_cc_fec(fw_port_cap32_t fw_fec) fw_fec 4106 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c if (fw_fec & FW_PORT_CAP32_FEC_RS) fw_fec 4108 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c if (fw_fec & FW_PORT_CAP32_FEC_BASER_RS) fw_fec 4117 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c fw_port_cap32_t fw_fec = 0; fw_fec 4120 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c fw_fec |= FW_PORT_CAP32_FEC_RS; fw_fec 4122 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c fw_fec |= FW_PORT_CAP32_FEC_BASER_RS; fw_fec 4124 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c return fw_fec; fw_fec 4141 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c fw_port_cap32_t fw_fc, fw_fec, acaps; fw_fec 4163 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c fw_fec = cc_to_fwcap_fec(cc_fec); fw_fec 4170 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c acaps = lc->acaps | fw_fc | fw_fec; fw_fec 4174 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c acaps = lc->speed_caps | fw_fc | fw_fec | fw_mdi; fw_fec 4178 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c acaps = lc->acaps | fw_fc | fw_fec | fw_mdi; fw_fec 1494 drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c static inline unsigned int fwcap_to_eth_fec(unsigned int fw_fec) fw_fec 1498 drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c if (fw_fec & FW_PORT_CAP32_FEC_RS) fw_fec 1500 drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c if (fw_fec & FW_PORT_CAP32_FEC_BASER_RS) fw_fec 380 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c static inline enum cc_fec fwcap_to_cc_fec(fw_port_cap32_t fw_fec) fw_fec 384 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c if (fw_fec & FW_PORT_CAP32_FEC_RS) fw_fec 386 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c if (fw_fec & FW_PORT_CAP32_FEC_BASER_RS) fw_fec 1501 drivers/scsi/csiostor/csio_hw.c static inline enum cc_fec fwcap_to_cc_fec(fw_port_cap32_t fw_fec) fw_fec 1505 drivers/scsi/csiostor/csio_hw.c if (fw_fec & FW_PORT_CAP32_FEC_RS) fw_fec 1507 drivers/scsi/csiostor/csio_hw.c if (fw_fec & FW_PORT_CAP32_FEC_BASER_RS) fw_fec 1527 drivers/scsi/csiostor/csio_hw.c fw_port_cap32_t fw_fec = 0; fw_fec 1530 drivers/scsi/csiostor/csio_hw.c fw_fec |= FW_PORT_CAP32_FEC_RS; fw_fec 1532 drivers/scsi/csiostor/csio_hw.c fw_fec |= FW_PORT_CAP32_FEC_BASER_RS; fw_fec 1534 drivers/scsi/csiostor/csio_hw.c return fw_fec; fw_fec 1727 drivers/scsi/csiostor/csio_hw.c fw_port_cap32_t fw_fc, cc_fec, fw_fec, lrcap; fw_fec 1749 drivers/scsi/csiostor/csio_hw.c fw_fec = cc_to_fwcap_fec(cc_fec); fw_fec 1756 drivers/scsi/csiostor/csio_hw.c lrcap = (lc->pcaps & ADVERT_MASK) | fw_fc | fw_fec; fw_fec 1760 drivers/scsi/csiostor/csio_hw.c lrcap = lc->speed_caps | fw_fc | fw_fec | fw_mdi; fw_fec 1764 drivers/scsi/csiostor/csio_hw.c lrcap = lc->acaps | fw_fc | fw_fec | fw_mdi;