Home
last modified time | relevance | path

Searched refs:fec_type (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/pensando/ionic/
H A Dionic_ethtool.c227 if (idev->port_info->config.fec_type == IONIC_PORT_FEC_TYPE_FC) in ionic_get_link_ksettings()
229 else if (idev->port_info->config.fec_type == IONIC_PORT_FEC_TYPE_RS) in ionic_get_link_ksettings()
347 switch (lif->ionic->idev.port_info->config.fec_type) { in ionic_get_fecparam()
368 u8 fec_type; in ionic_set_fecparam() local
378 fec_type = IONIC_PORT_FEC_TYPE_NONE; in ionic_set_fecparam()
381 fec_type = IONIC_PORT_FEC_TYPE_NONE; in ionic_set_fecparam()
384 fec_type = IONIC_PORT_FEC_TYPE_RS; in ionic_set_fecparam()
387 fec_type = IONIC_PORT_FEC_TYPE_FC; in ionic_set_fecparam()
396 if (fec_type != lif->ionic->idev.port_info->config.fec_type) { in ionic_set_fecparam()
398 ionic_dev_cmd_port_fec(&lif->ionic->idev, fec_type); in ionic_set_fecparam()
H A Dionic_dev.c306 void ionic_dev_cmd_port_fec(struct ionic_dev *idev, u8 fec_type) in ionic_dev_cmd_port_fec() argument
312 .port_setattr.fec_type = fec_type, in ionic_dev_cmd_port_fec()
H A Dionic_if.h1224 u8 fec_type; member
1249 u8 fec_type; member
1375 u8 fec_type; member
1427 u8 fec_type; member
2476 u8 fec_type[4]; member
H A Dionic_dev.h304 void ionic_dev_cmd_port_fec(struct ionic_dev *idev, u8 fec_type);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/
H A Dhalbb_physts.h252 u8 fec_type; member
294 u8 fec_type; member
363 bool fec_type; member
H A Dhalbb_dbg.c720 char fec_type[][5] = {{"BCC"}, {"LDPC"}}; in halbb_basic_dbg_msg_mac_phy_intf() local
846 txinfo->n_usr, txinfo->stbc, fec_type[txinfo->fec], in halbb_basic_dbg_msg_mac_phy_intf()
861 txinfo->n_usr, txinfo->stbc, fec_type[txinfo->fec], in halbb_basic_dbg_msg_mac_phy_intf()
873 txinfo->n_usr, txinfo->stbc, fec_type[txinfo->fec], in halbb_basic_dbg_msg_mac_phy_intf()
900 BB_DBG(bb, DBG_CMN, "FEC: %s\n", fec_type[txinfo_value]); in halbb_basic_dbg_msg_mac_phy_intf()
1652 char fec_type[][5] = {{"BCC"}, {"LDPC"}}; in halbb_mac_phy_intf_dbg() local
1778 txinfo->n_usr, txinfo->stbc, fec_type[txinfo->fec], in halbb_mac_phy_intf_dbg()
1794 txinfo->n_usr, txinfo->stbc, fec_type[txinfo->fec], in halbb_mac_phy_intf_dbg()
1807 txinfo->n_usr, txinfo->stbc, fec_type[txinfo->fec], in halbb_mac_phy_intf_dbg()
H A Dhalbb_physts_ie_b_endian.h472 u8 fec_type:1; member
562 u8 fec_type:1; member
655 u8 fec_type:1; member
H A Dhalbb_physts_ie_l_endian.h449 u8 fec_type:1; member
539 u8 fec_type:1; member
632 u8 fec_type:1; member
H A Dhalbb_physts.c589 psts_13->bb_physts_uer_info[i].fec_type, in halbb_physts_detail_dump()
643 psts_15->bb_physts_uer_info[i].fec_type, in halbb_physts_detail_dump()
713 psts_17->bb_physts_uer_info[i].fec_type, in halbb_physts_detail_dump()
1433 psts_13->bb_physts_uer_info[i].fec_type = physts_u[i]->fec_type; in halbb_physts_ie_13()
1541 psts_15->bb_physts_uer_info[i].fec_type = physts_u[i]->fec_type; in halbb_physts_ie_15()
1617 psts_17->bb_physts_uer_info[i].fec_type= physts_u[i]->fec_type; in halbb_physts_ie_17()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/
H A Dhalbb_physts.h252 u8 fec_type; member
294 u8 fec_type; member
363 bool fec_type; member
H A Dhalbb_dbg.c720 char fec_type[][5] = {{"BCC"}, {"LDPC"}}; in halbb_basic_dbg_msg_mac_phy_intf() local
846 txinfo->n_usr, txinfo->stbc, fec_type[txinfo->fec], in halbb_basic_dbg_msg_mac_phy_intf()
861 txinfo->n_usr, txinfo->stbc, fec_type[txinfo->fec], in halbb_basic_dbg_msg_mac_phy_intf()
873 txinfo->n_usr, txinfo->stbc, fec_type[txinfo->fec], in halbb_basic_dbg_msg_mac_phy_intf()
900 BB_DBG(bb, DBG_CMN, "FEC: %s\n", fec_type[txinfo_value]); in halbb_basic_dbg_msg_mac_phy_intf()
1652 char fec_type[][5] = {{"BCC"}, {"LDPC"}}; in halbb_mac_phy_intf_dbg() local
1778 txinfo->n_usr, txinfo->stbc, fec_type[txinfo->fec], in halbb_mac_phy_intf_dbg()
1794 txinfo->n_usr, txinfo->stbc, fec_type[txinfo->fec], in halbb_mac_phy_intf_dbg()
1807 txinfo->n_usr, txinfo->stbc, fec_type[txinfo->fec], in halbb_mac_phy_intf_dbg()
H A Dhalbb_physts_ie_b_endian.h472 u8 fec_type:1; member
562 u8 fec_type:1; member
655 u8 fec_type:1; member
H A Dhalbb_physts_ie_l_endian.h449 u8 fec_type:1; member
539 u8 fec_type:1; member
632 u8 fec_type:1; member
H A Dhalbb_physts.c589 psts_13->bb_physts_uer_info[i].fec_type, in halbb_physts_detail_dump()
643 psts_15->bb_physts_uer_info[i].fec_type, in halbb_physts_detail_dump()
713 psts_17->bb_physts_uer_info[i].fec_type, in halbb_physts_detail_dump()
1433 psts_13->bb_physts_uer_info[i].fec_type = physts_u[i]->fec_type; in halbb_physts_ie_13()
1541 psts_15->bb_physts_uer_info[i].fec_type = physts_u[i]->fec_type; in halbb_physts_ie_15()
1617 psts_17->bb_physts_uer_info[i].fec_type= physts_u[i]->fec_type; in halbb_physts_ie_17()