Searched refs:fec_type (Results 1 – 5 of 5) sorted by relevance
236 if (idev->port_info->config.fec_type == IONIC_PORT_FEC_TYPE_FC) in ionic_get_link_ksettings()238 else if (idev->port_info->config.fec_type == IONIC_PORT_FEC_TYPE_RS) in ionic_get_link_ksettings()360 switch (lif->ionic->idev.port_info->config.fec_type) { in ionic_get_fecparam()381 u8 fec_type; in ionic_set_fecparam() local394 fec_type = IONIC_PORT_FEC_TYPE_NONE; in ionic_set_fecparam()397 fec_type = IONIC_PORT_FEC_TYPE_NONE; in ionic_set_fecparam()400 fec_type = IONIC_PORT_FEC_TYPE_RS; in ionic_set_fecparam()403 fec_type = IONIC_PORT_FEC_TYPE_FC; in ionic_set_fecparam()412 if (fec_type != lif->ionic->idev.port_info->config.fec_type) { in ionic_set_fecparam()414 ionic_dev_cmd_port_fec(&lif->ionic->idev, fec_type); in ionic_set_fecparam()
370 void ionic_dev_cmd_port_fec(struct ionic_dev *idev, u8 fec_type) in ionic_dev_cmd_port_fec() argument376 .port_setattr.fec_type = fec_type, in ionic_dev_cmd_port_fec()
1355 u8 fec_type; member1380 u8 fec_type; member1520 u8 fec_type; member1572 u8 fec_type; member2653 u8 fec_type[4]; member
322 void ionic_dev_cmd_port_fec(struct ionic_dev *idev, u8 fec_type);
498 enum fec_type { enum