Searched refs:fec_type (Results 1 – 5 of 5) sorted by relevance
221 if (idev->port_info->config.fec_type == IONIC_PORT_FEC_TYPE_FC) in ionic_get_link_ksettings()223 else if (idev->port_info->config.fec_type == IONIC_PORT_FEC_TYPE_RS) in ionic_get_link_ksettings()345 switch (lif->ionic->idev.port_info->config.fec_type) { in ionic_get_fecparam()366 u8 fec_type; in ionic_set_fecparam() local379 fec_type = IONIC_PORT_FEC_TYPE_NONE; in ionic_set_fecparam()382 fec_type = IONIC_PORT_FEC_TYPE_NONE; in ionic_set_fecparam()385 fec_type = IONIC_PORT_FEC_TYPE_RS; in ionic_set_fecparam()388 fec_type = IONIC_PORT_FEC_TYPE_FC; in ionic_set_fecparam()397 if (fec_type != lif->ionic->idev.port_info->config.fec_type) { in ionic_set_fecparam()399 ionic_dev_cmd_port_fec(&lif->ionic->idev, fec_type); in ionic_set_fecparam()
399 void ionic_dev_cmd_port_fec(struct ionic_dev *idev, u8 fec_type) in ionic_dev_cmd_port_fec() argument405 .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
318 void ionic_dev_cmd_port_fec(struct ionic_dev *idev, u8 fec_type);
573 enum fec_type { enum