Searched refs:fec_mode (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/media/dvb-frontends/ |
| H A D | stb0899_drv.h | 101 u8 fec_mode; member
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-dfl-devices-n3000-nios | 1 What: /sys/bus/dfl/devices/dfl_dev.X/fec_mode
|
| /linux/drivers/net/ethernet/hisilicon/hns3/ |
| H A D | hns3_ethtool.c | 1724 u8 fec_mode; in hns3_get_fecparam() local 1732 ops->get_fec(handle, &fec_ability, &fec_mode); in hns3_get_fecparam() 1735 fec->active_fec = loc_to_eth_fec(fec_mode); in hns3_get_fecparam() 1748 u32 fec_mode; in hns3_set_fecparam() local 1755 fec_mode = eth_to_loc_fec(fec->fec); in hns3_set_fecparam() 1757 netif_dbg(handle, drv, netdev, "set fecparam: mode=%u\n", fec_mode); in hns3_set_fecparam() 1759 return ops->set_fec(handle, fec_mode); in hns3_set_fecparam()
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_main.c | 2854 u32 fec_mode = hdev->hw.mac.fec_mode; in hclge_comm_get_fec_stats() local 2856 switch (fec_mode) { in hclge_comm_get_fec_stats() 2867 fec_mode); in hclge_comm_get_fec_stats() 2877 u32 fec_mode = hdev->hw.mac.fec_mode; in hclge_get_fec_stats() local 2879 if (fec_mode == BIT(HNAE3_FEC_NONE) || in hclge_get_fec_stats() 2880 fec_mode == BIT(HNAE3_FEC_AUTO) || in hclge_get_fec_stats() 2881 fec_mode == BIT(HNAE3_FEC_USER_DEF)) in hclge_get_fec_stats() 2889 static int hclge_set_fec_hw(struct hclge_dev *hdev, u32 fec_mode) in hclge_set_fec_hw() argument 2898 if (fec_mode & BIT(HNAE3_FEC_AUTO)) in hclge_set_fec_hw() 2899 hnae3_set_bit(req->fec_mode, HCLGE_MAC_CFG_FEC_AUTO_EN_B, 1); in hclge_set_fec_hw() [all …]
|
| H A D | hclge_cmd.h | 369 u8 fec_mode; member
|
| H A D | hclge_main.h | 295 u32 fec_mode; /* active fec mode */ member
|
| /linux/drivers/fpga/ |
| H A D | dfl-n3000-nios.c | 285 static DEVICE_ATTR_RO(fec_mode);
|
| /linux/drivers/net/ethernet/wangxun/txgbe/ |
| H A D | txgbe_aml.c | 146 buffer.fec_mode = TXGBE_PHY_FEC_AUTO; in txgbe_set_phy_link_hostif()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_ethtool.c | 1057 struct fec_mode *req, *rsp; in otx2_set_fecparam() 1092 rsp = (struct fec_mode *)otx2_mbox_get_rsp(&pfvf->mbox.mbox, in otx2_set_fecparam()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_cgx.c | 1174 struct fec_mode *req, in rvu_mbox_handler_cgx_set_fec_param() 1175 struct fec_mode *rsp) in rvu_mbox_handler_cgx_set_fec_param()
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_mcp.c | 1565 SET_MFW_FIELD(phy_cfg.fec_mode, FEC_FORCE_MODE, fec_bit); in qed_mcp_set_link() 1621 SET_MFW_FIELD(phy_cfg.fec_mode, FEC_EXTENDED_MODE, in qed_mcp_set_link() 1631 phy_cfg.loopback_mode, phy_cfg.fec_mode, in qed_mcp_set_link()
|
| H A D | qed_mfw_hsi.h | 113 u32 fec_mode; member
|