Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_ethtool.c235 if (idev->port_info->config.fec_type == IONIC_PORT_FEC_TYPE_FC) in ionic_get_link_ksettings()
237 else if (idev->port_info->config.fec_type == IONIC_PORT_FEC_TYPE_RS) in ionic_get_link_ksettings()
359 switch (lif->ionic->idev.port_info->config.fec_type) { in ionic_get_fecparam()
380 u8 fec_type; in ionic_set_fecparam() local
393 fec_type = IONIC_PORT_FEC_TYPE_NONE; in ionic_set_fecparam()
396 fec_type = IONIC_PORT_FEC_TYPE_NONE; in ionic_set_fecparam()
399 fec_type = IONIC_PORT_FEC_TYPE_RS; in ionic_set_fecparam()
402 fec_type = IONIC_PORT_FEC_TYPE_FC; in ionic_set_fecparam()
411 if (fec_type != lif->ionic->idev.port_info->config.fec_type) { in ionic_set_fecparam()
413 ionic_dev_cmd_port_fec(&lif->ionic->idev, fec_type); in ionic_set_fecparam()
H A Dionic_if.h1367 u8 fec_type; member
1392 u8 fec_type; member
1532 u8 fec_type; member
1584 u8 fec_type; member
2694 u8 fec_type[4]; member
H A Dionic_dev.c451 void ionic_dev_cmd_port_fec(struct ionic_dev *idev, u8 fec_type) in ionic_dev_cmd_port_fec() argument
457 .port_setattr.fec_type = fec_type, in ionic_dev_cmd_port_fec()
H A Dionic_dev.h339 void ionic_dev_cmd_port_fec(struct ionic_dev *idev, u8 fec_type);
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmbox.h590 enum fec_type { enum