Searched refs:fec_type (Results 1 – 5 of 5) sorted by relevance
230 if (idev->port_info->config.fec_type == IONIC_PORT_FEC_TYPE_FC) in ionic_get_link_ksettings()232 else if (idev->port_info->config.fec_type == IONIC_PORT_FEC_TYPE_RS) in ionic_get_link_ksettings()354 switch (lif->ionic->idev.port_info->config.fec_type) { in ionic_get_fecparam()375 u8 fec_type; in ionic_set_fecparam() local388 fec_type = IONIC_PORT_FEC_TYPE_NONE; in ionic_set_fecparam()391 fec_type = IONIC_PORT_FEC_TYPE_NONE; in ionic_set_fecparam()394 fec_type = IONIC_PORT_FEC_TYPE_RS; in ionic_set_fecparam()397 fec_type = IONIC_PORT_FEC_TYPE_FC; in ionic_set_fecparam()406 if (fec_type != lif->ionic->idev.port_info->config.fec_type) { in ionic_set_fecparam()408 ionic_dev_cmd_port_fec(&lif->ionic->idev, fec_type); in ionic_set_fecparam()
1367 u8 fec_type; member1392 u8 fec_type; member1532 u8 fec_type; member1584 u8 fec_type; member2694 u8 fec_type[4]; member
427 void ionic_dev_cmd_port_fec(struct ionic_dev *idev, u8 fec_type) in ionic_dev_cmd_port_fec() argument433 .port_setattr.fec_type = fec_type, in ionic_dev_cmd_port_fec()
338 void ionic_dev_cmd_port_fec(struct ionic_dev *idev, u8 fec_type);
583 enum fec_type { enum