Searched refs:fec_mode (Results 1 - 16 of 16) sorted by relevance

/linux-master/drivers/media/dvb-frontends/
H A Dstb0899_drv.h101 u8 fec_mode; member in struct:stb0899_config
/linux-master/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_ethtool.c1093 u64 fec_mode; local
1097 fec_mode = FUN_PORT_FEC_AUTO;
1102 fec_mode = FUN_PORT_FEC_OFF;
1107 fec_mode = FUN_PORT_FEC_FC;
1112 fec_mode = FUN_PORT_FEC_RS;
1118 return fun_port_write_cmd(fp, FUN_ADMIN_PORT_KEY_FEC, fec_mode);
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_ptp_hw.c1760 enum ice_ptp_fec_mode fec_mode; local
1763 err = ice_phy_get_speed_and_fec_e82x(hw, port, &link_spd, &fec_mode);
1932 enum ice_ptp_fec_mode fec_mode; local
1958 err = ice_phy_get_speed_and_fec_e82x(hw, port, &link_spd, &fec_mode);
2021 * @fec_mode: the current FEC mode of the PHY
2031 enum ice_ptp_fec_mode fec_mode, u64 *pmd_adj)
2087 if (pmd_align != 65 || fec_mode == ICE_PTP_FEC_MODE_CLAUSE74)
2235 enum ice_ptp_fec_mode fec_mode; local
2261 err = ice_phy_get_speed_and_fec_e82x(hw, port, &link_spd, &fec_mode);
2295 err = ice_phy_calc_pmd_adj_e82x(hw, port, link_spd, fec_mode,
2029 ice_phy_calc_pmd_adj_e82x(struct ice_hw *hw, u8 port, enum ice_ptp_link_spd link_spd, enum ice_ptp_fec_mode fec_mode, u64 *pmd_adj) argument
[all...]
/linux-master/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_ethtool.c1725 u8 fec_mode; local
1733 ops->get_fec(handle, &fec_ability, &fec_mode);
1736 fec->active_fec = loc_to_eth_fec(fec_mode);
1749 u32 fec_mode; local
1756 fec_mode = eth_to_loc_fec(fec->fec);
1758 netif_dbg(handle, drv, netdev, "set fecparam: mode=%u\n", fec_mode);
1760 return ops->set_fec(handle, fec_mode);
H A Dhnae3.h613 u8 *fec_mode);
614 int (*set_fec)(struct hnae3_handle *handle, u32 fec_mode);
/linux-master/drivers/fpga/
H A Ddfl-n3000-nios.c285 static DEVICE_ATTR_RO(fec_mode);
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c2804 u32 fec_mode = hdev->hw.mac.fec_mode; local
2806 switch (fec_mode) {
2817 fec_mode);
2827 u32 fec_mode = hdev->hw.mac.fec_mode; local
2829 if (fec_mode == BIT(HNAE3_FEC_NONE) ||
2830 fec_mode == BIT(HNAE3_FEC_AUTO) ||
2831 fec_mode == BIT(HNAE3_FEC_USER_DEF))
2839 static int hclge_set_fec_hw(struct hclge_dev *hdev, u32 fec_mode) argument
2867 hclge_set_fec(struct hnae3_handle *handle, u32 fec_mode) argument
2887 hclge_get_fec(struct hnae3_handle *handle, u8 *fec_ability, u8 *fec_mode) argument
[all...]
H A Dhclge_cmd.h368 u8 fec_mode; member in struct:hclge_config_fec_cmd
H A Dhclge_main.h290 u32 fec_mode; /* active fec mode */ member in struct:hclge_mac
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmbox.h166 M(CGX_FEC_SET, 0x210, cgx_set_fec_param, fec_mode, fec_mode) \
604 struct fec_mode { struct
H A Drvu_cgx.c1125 struct fec_mode *req,
1126 struct fec_mode *rsp)
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_ethtool.c1040 struct fec_mode *req, *rsp;
1075 rsp = (struct fec_mode *)otx2_mbox_get_rsp(&pfvf->mbox.mbox,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_ethtool.c778 static u32 pplm2ethtool_fec(u_long fec_mode, unsigned long size) argument
782 if (!fec_mode)
785 mode = find_first_bit(&fec_mode, size);
/linux-master/drivers/media/usb/dvb-usb/
H A Dpctv452e.c876 .fec_mode = 0,
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_mcp.c1571 SET_MFW_FIELD(phy_cfg.fec_mode, FEC_FORCE_MODE, fec_bit);
1627 SET_MFW_FIELD(phy_cfg.fec_mode, FEC_EXTENDED_MODE,
1637 phy_cfg.loopback_mode, phy_cfg.fec_mode,
H A Dqed_mfw_hsi.h113 u32 fec_mode; member in struct:eth_phy_cfg

Completed in 283 milliseconds