Searched refs:IsGigabit (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/packetengines/ |
H A D | yellowfin.c | 212 HasMII=1, FullTxStatus=2, IsGigabit=4, HasMulticastBug=8, FullRxStatus=16, enumerator 233 FullTxStatus | IsGigabit | HasMulticastBug | HasMACAddrBug | DontUseEeprom}, 618 if (yp->drv_flags & IsGigabit) { in yellowfin_open() 1089 } else if ((yp->drv_flags & IsGigabit) && (frame_status & 0x0038)) { in yellowfin_rx() 1099 } else if ( !(yp->drv_flags & IsGigabit) && in yellowfin_rx()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/packetengines/ |
H A D | yellowfin.c | 212 HasMII=1, FullTxStatus=2, IsGigabit=4, HasMulticastBug=8, FullRxStatus=16, enumerator 233 FullTxStatus | IsGigabit | HasMulticastBug | HasMACAddrBug | DontUseEeprom}, 620 if (yp->drv_flags & IsGigabit) { in yellowfin_open() 1091 } else if ((yp->drv_flags & IsGigabit) && (frame_status & 0x0038)) { in yellowfin_rx() 1101 } else if ( !(yp->drv_flags & IsGigabit) && in yellowfin_rx()
|
Completed in 4 milliseconds