Home
last modified time | relevance | path

Searched refs:fec_type (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/pensando/ionic/
H A Dionic_ethtool.c227 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() local
378 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()
[all...]
H A Dionic_dev.c307 void ionic_dev_cmd_port_fec(struct ionic_dev *idev, u8 fec_type) in ionic_dev_cmd_port_fec() argument
313 .port_setattr.fec_type = fec_type, in ionic_dev_cmd_port_fec()
H A Dionic_if.h1208 * @fec_type: fec type (enum ionic_port_fec_type)
1224 u8 fec_type; member
1241 * @fec_type: fec type (enum ionic_port_fec_type)
1249 u8 fec_type; member
1360 * @fec_type: Port FEC type setting
1375 u8 fec_type; member
1414 * @fec_type: Port FEC type setting
1427 u8 fec_type; member
2462 * @fec_type: supported fec types
2476 u8 fec_type[ member
[all...]
H A Dionic_dev.h305 void ionic_dev_cmd_port_fec(struct ionic_dev *idev, u8 fec_type);
/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/
H A Dionic_ethtool.c230 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() local
388 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()
[all...]
H A Dionic_dev.c428 void ionic_dev_cmd_port_fec(struct ionic_dev *idev, u8 fec_type) in ionic_dev_cmd_port_fec() argument
434 .port_setattr.fec_type = fec_type, in ionic_dev_cmd_port_fec()
H A Dionic_if.h1351 * @fec_type: fec type (enum ionic_port_fec_type)
1367 u8 fec_type; member
1384 * @fec_type: fec type (enum ionic_port_fec_type)
1392 u8 fec_type; member
1517 * @fec_type: Port FEC type setting
1532 u8 fec_type; member
1571 * @fec_type: Port FEC type setting
1584 u8 fec_type; member
2680 * @fec_type: supported fec types
2694 u8 fec_type[ member
[all...]
H A Dionic_dev.h339 void ionic_dev_cmd_port_fec(struct ionic_dev *idev, u8 fec_type);
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmbox.h589 enum fec_type { enum

Completed in 23 milliseconds