Home
last modified time | relevance | path

Searched refs:E1000_RCTL_SBP (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/net/
H A De1000.c3754 rctl &= ~E1000_RCTL_SBP; in e1000_check_for_link()
3767 rctl |= E1000_RCTL_SBP; in e1000_check_for_link()
5063 rctl |= E1000_RCTL_SBP; in e1000_setup_rctl()
5065 rctl &= ~E1000_RCTL_SBP; in e1000_setup_rctl()
H A De1000.h1472 #define E1000_RCTL_SBP 0x00000004 /* store bad packet */ macro