Home
last modified time | relevance | path

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

/drivers/net/ethernet/pensando/ionic/
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()
Dionic_dev.c307 void ionic_dev_cmd_port_fec(struct ionic_dev *idev, u8 fec_type) in ionic_dev_cmd_port_fec() argument
313 .port_setattr.fec_type = fec_type, in ionic_dev_cmd_port_fec()
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
Dionic_dev.h305 void ionic_dev_cmd_port_fec(struct ionic_dev *idev, u8 fec_type);