Searched refs:E1000_RXD_STAT_DD (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/drivers/net/ | ||
| H A D | e1000.h | 499 #define E1000_RXD_STAT_DD 0x01 /* Descriptor Done */ macro |
| H A D | e1000.c | 5145 if (!(rd->status & E1000_RXD_STAT_DD)) in _e1000_poll() |