Searched refs:E1000_RXD_STAT_DD (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/sys/dev/netmap/
H A Dif_lem_netmap.h364 if ((staterr & E1000_RXD_STAT_DD) == 0) {
371 if ((staterr & E1000_RXD_STAT_DD) == 0) {
379 if ((staterr & E1000_RXD_STAT_DD) == 0)
H A Dif_em_netmap.h247 if ((staterr & E1000_RXD_STAT_DD) == 0)
H A Dif_igb_netmap.h229 if ((staterr & E1000_RXD_STAT_DD) == 0)
/freebsd-10.2-release/sys/dev/e1000/
H A De1000_defines.h115 #define E1000_RXD_STAT_DD 0x01 /* Descriptor Done */ macro
H A Dif_lem.c3630 if (!((current_desc->status) & E1000_RXD_STAT_DD)) {
3642 if ((status & E1000_RXD_STAT_DD) == 0) {
3857 return ((status & E1000_RXD_STAT_DD) ? TRUE : FALSE);
H A Dif_em.c4633 if ((status & E1000_RXD_STAT_DD) == 0)
4732 return ((status & E1000_RXD_STAT_DD) ? TRUE : FALSE);
H A Dif_igb.c4856 if ((staterr & E1000_RXD_STAT_DD) == 0)
5043 return ((staterr & E1000_RXD_STAT_DD) ? TRUE : FALSE);

Completed in 87 milliseconds