Searched refs:fec_type (Results 1 – 4 of 4) sorted by relevance
227 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() local378 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()
307 void ionic_dev_cmd_port_fec(struct ionic_dev *idev, u8 fec_type) in ionic_dev_cmd_port_fec() argument313 .port_setattr.fec_type = fec_type, in ionic_dev_cmd_port_fec()
1224 u8 fec_type; member1249 u8 fec_type; member1375 u8 fec_type; member1427 u8 fec_type; member2476 u8 fec_type[4]; member
305 void ionic_dev_cmd_port_fec(struct ionic_dev *idev, u8 fec_type);