Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/netmap/
Dif_igb_netmap.h229 if ((staterr & E1000_RXD_STAT_DD) == 0) in igb_netmap_rxsync()
Dif_lem_netmap.h215 if ((staterr & E1000_RXD_STAT_DD) == 0) in lem_netmap_rxsync()
Dif_em_netmap.h247 if ((staterr & E1000_RXD_STAT_DD) == 0) in em_netmap_rxsync()
/freebsd-9-stable/sys/dev/e1000/
De1000_defines.h115 #define E1000_RXD_STAT_DD 0x01 /* Descriptor Done */ macro
Dif_lem.c3463 if (!((current_desc->status) & E1000_RXD_STAT_DD)) { in lem_rxeof()
3474 if ((status & E1000_RXD_STAT_DD) == 0) in lem_rxeof()
3623 return ((status & E1000_RXD_STAT_DD) ? TRUE : FALSE); in lem_rxeof()
Dif_em.c4458 if ((status & E1000_RXD_STAT_DD) == 0) in em_rxeof()
4553 return ((status & E1000_RXD_STAT_DD) ? TRUE : FALSE); in em_rxeof()
Dif_igb.c4845 if ((staterr & E1000_RXD_STAT_DD) == 0) in igb_rxeof()
5014 return ((staterr & E1000_RXD_STAT_DD) ? TRUE : FALSE); in igb_rxeof()