Searched refs:fec_mode (Results 1 – 7 of 7) sorted by relevance
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_ptp_hw.c | 1708 enum ice_ptp_fec_mode fec_mode; in ice_phy_cfg_parpcs_e822() local 1711 status = ice_phy_get_speed_and_fec_e822(hw, port, &link_spd, &fec_mode); in ice_phy_cfg_parpcs_e822() 1875 enum ice_ptp_fec_mode fec_mode; in ice_phy_cfg_tx_offset_e822() local 1879 status = ice_phy_get_speed_and_fec_e822(hw, port, &link_spd, &fec_mode); in ice_phy_cfg_tx_offset_e822() 1946 enum ice_ptp_fec_mode fec_mode; in ice_phy_cfg_fixed_tx_offset_e822() local 1990 enum ice_ptp_fec_mode fec_mode, u64 *pmd_adj) in ice_phy_calc_pmd_adj_e822() argument 2049 if (pmd_align != 65 || fec_mode == ICE_PTP_FEC_MODE_CLAUSE74) in ice_phy_calc_pmd_adj_e822() 2189 enum ice_ptp_fec_mode fec_mode; in ice_phy_cfg_rx_offset_e822() local 2227 status = ice_phy_calc_pmd_adj_e822(hw, port, link_spd, fec_mode, &pmd); in ice_phy_cfg_rx_offset_e822() 2234 if (fec_mode == ICE_PTP_FEC_MODE_RS_FEC) in ice_phy_cfg_rx_offset_e822() [all …]
|
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_mbox.h | 78 M(CGX_FEC_SET, 0x210, cgx_set_fec_param, fec_mode, fec_mode) \ 611 struct fec_mode { struct
|
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_ethdev.h | 818 uint32_t fec_mode; /* current FEC mode for ethdev */ member
|
| H A D | hns3_cmd.h | 827 uint8_t fec_mode; member
|
| H A D | hns3_ethdev.c | 6115 *state = req->fec_mode & (1U << HNS3_MAC_CFG_FEC_AUTO_EN_B); in get_current_fec_auto_state() 6201 hns3_set_field(req->fec_mode, HNS3_MAC_CFG_FEC_MODE_M, in hns3_set_fec_hw() 6205 hns3_set_field(req->fec_mode, HNS3_MAC_CFG_FEC_MODE_M, in hns3_set_fec_hw() 6209 hns3_set_field(req->fec_mode, HNS3_MAC_CFG_FEC_MODE_M, in hns3_set_fec_hw() 6213 hns3_set_bit(req->fec_mode, HNS3_MAC_CFG_FEC_AUTO_EN_B, 1); in hns3_set_fec_hw() 6301 pf->fec_mode = mode; in hns3_fec_set() 6312 uint32_t mode = pf->fec_mode; in hns3_restore_fec() 6330 ret = hns3_fec_get_internal(hw, &pf->fec_mode); in hns3_query_dev_fec_info()
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 648 testpmd> show port (port_id) fec_mode 2019 testpmd> set port (port_id) fec_mode auto|off|rs|baser
|
| /dpdk/app/test-pmd/ |
| H A D | cmdline.c | 17243 cmdline_fixed_string_t fec_mode; member 17263 fec_mode, "fec_mode");
|