Home
last modified time | relevance | path

Searched refs:fec_mode (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/common/octeontx2/
H A Dotx2_mbox.h137 M(CGX_FEC_SET, 0x210, cgx_set_fec_param, fec_mode, fec_mode) \
598 struct fec_mode { struct
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_cmd.h710 uint8_t fec_mode; member
H A Dhns3_ethdev.h723 uint32_t fec_mode; /* current FEC mode for ethdev */ member
H A Dhns3_ethdev.c5800 *state = req->fec_mode & (1U << HNS3_MAC_CFG_FEC_AUTO_EN_B); in get_current_fec_auto_state()
5880 hns3_set_field(req->fec_mode, HNS3_MAC_CFG_FEC_MODE_M, in hns3_set_fec_hw()
5884 hns3_set_field(req->fec_mode, HNS3_MAC_CFG_FEC_MODE_M, in hns3_set_fec_hw()
5888 hns3_set_field(req->fec_mode, HNS3_MAC_CFG_FEC_MODE_M, in hns3_set_fec_hw()
5892 hns3_set_bit(req->fec_mode, HNS3_MAC_CFG_FEC_AUTO_EN_B, 1); in hns3_set_fec_hw()
5976 pf->fec_mode = mode; in hns3_fec_set()
5985 uint32_t mode = pf->fec_mode; in hns3_restore_fec()
6004 ret = hns3_fec_get(dev, &pf->fec_mode); in hns3_query_dev_fec_info()
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst633 testpmd> show port (port_id) fec_mode
1999 testpmd> set port (port_id) fec_mode auto|off|rs|baser
/f-stack/dpdk/app/test-pmd/
H A Dcmdline.c16409 cmdline_fixed_string_t fec_mode; member
16429 fec_mode, "fec_mode");