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

/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro1000/dev/e1000/
H A De1000_api.h159 (((status) & E1000_RXD_STAT_VP) ? \
H A De1000_defines.h233 #define E1000_RXD_STAT_VP 0x08 /* IEEE VLAN Packet */ macro
H A Dif_lem.c3610 if (status & E1000_RXD_STAT_VP) {
H A Dif_igb.c4843 (staterr & E1000_RXD_STAT_VP) != 0) {
H A Dif_em.c4513 if (status & E1000_RXD_STAT_VP) {
/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro1000/
H A Dif_em_hw.h459 #define E1000_RXD_STAT_VP 0x08 /* IEEE VLAN Packet */ macro
1686 (((status) & E1000_RXD_STAT_VP) ? \
H A Dif_em.c2416 if (current_desc->status & E1000_RXD_STAT_VP)
2426 if (current_desc->status & E1000_RXD_STAT_VP)

Completed in 119 milliseconds