Searched refs:USE_10MBPS_PREAMBLE_WORKAROUND (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/mips/cavium/octe/
H A Dethernet-defines.h42 #define USE_10MBPS_PREAMBLE_WORKAROUND 1 /* Allow SW based preamble removal at 10Mbps to workaround PHYs giving us bad preambles */ macro
H A Dethernet-rgmii.c75 if (USE_10MBPS_PREAMBLE_WORKAROUND && (link_info.s.speed == 10)) {
116 if (USE_10MBPS_PREAMBLE_WORKAROUND) {
H A Dethernet-rx.c101 if (USE_10MBPS_PREAMBLE_WORKAROUND && ((work->word2.snoip.err_code == 5) || (work->word2.snoip.err_code == 7))) {

Completed in 110 milliseconds