Searched refs:fec_type (Results 1 – 5 of 5) sorted by relevance
235 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() local393 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()
1367 u8 fec_type; member1392 u8 fec_type; member1532 u8 fec_type; member1584 u8 fec_type; member2694 u8 fec_type[4]; member
451 void ionic_dev_cmd_port_fec(struct ionic_dev *idev, u8 fec_type) in ionic_dev_cmd_port_fec() argument457 .port_setattr.fec_type = fec_type, in ionic_dev_cmd_port_fec()
339 void ionic_dev_cmd_port_fec(struct ionic_dev *idev, u8 fec_type);
590 enum fec_type { enum