Searched hist:e3338dee08af91800023933673a920a729ce8438 (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/cxgbe/common/ |
H A D | common.h | diff e3338dee08af91800023933673a920a729ce8438 Tue Nov 26 06:54:25 CET 2019 Navdeep Parhar <np@FreeBSD.org> cxgbe(4): Allow the driver to specify multiple FECs that the firmware should try in order to link up with the peer.
Various FEC variables within the driver can now have multiple bits set instead of being powers of 2. 0 and -1 in the user knobs still mean no FEC and auto (driver decides) respectively for backward compatibility, but no-FEC and auto now have their own bits in the internal representation. There is a new bit that can be set to request the FEC recommended by the cable/transceiver module.
Add sysctls to display link related capabilities of the local side as well as the link partner.
Note that all this needs a new firmware and the documentation for the driver FEC knobs will be updated after that firmware is added to the driver.
MFC after: 1 week Sponsored by: Chelsio Communications
|
H A D | t4_hw.c | diff e3338dee08af91800023933673a920a729ce8438 Tue Nov 26 06:54:25 CET 2019 Navdeep Parhar <np@FreeBSD.org> cxgbe(4): Allow the driver to specify multiple FECs that the firmware should try in order to link up with the peer.
Various FEC variables within the driver can now have multiple bits set instead of being powers of 2. 0 and -1 in the user knobs still mean no FEC and auto (driver decides) respectively for backward compatibility, but no-FEC and auto now have their own bits in the internal representation. There is a new bit that can be set to request the FEC recommended by the cable/transceiver module.
Add sysctls to display link related capabilities of the local side as well as the link partner.
Note that all this needs a new firmware and the documentation for the driver FEC knobs will be updated after that firmware is added to the driver.
MFC after: 1 week Sponsored by: Chelsio Communications
|
/freebsd/sys/dev/cxgbe/ |
H A D | t4_main.c | diff e3338dee08af91800023933673a920a729ce8438 Tue Nov 26 06:54:25 CET 2019 Navdeep Parhar <np@FreeBSD.org> cxgbe(4): Allow the driver to specify multiple FECs that the firmware should try in order to link up with the peer.
Various FEC variables within the driver can now have multiple bits set instead of being powers of 2. 0 and -1 in the user knobs still mean no FEC and auto (driver decides) respectively for backward compatibility, but no-FEC and auto now have their own bits in the internal representation. There is a new bit that can be set to request the FEC recommended by the cable/transceiver module.
Add sysctls to display link related capabilities of the local side as well as the link partner.
Note that all this needs a new firmware and the documentation for the driver FEC knobs will be updated after that firmware is added to the driver.
MFC after: 1 week Sponsored by: Chelsio Communications
|