Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_rx.c479 if (!(current_desc->status & E1000_RXD_STAT_DD)) { in e1000g_receive()
494 while ((current_desc->status & E1000_RXD_STAT_DD) && in e1000g_receive()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_rx.c362 while (status_error & E1000_RXD_STAT_DD) { in igb_rx()
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_defines.h115 #define E1000_RXD_STAT_DD 0x01 /* Descriptor Done */ macro
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_e82545.c919 rxd->status = E1000_RXD_STAT_DD; in e82545_rx_callback()
928 E1000_RXD_STAT_EOP | E1000_RXD_STAT_DD; in e82545_rx_callback()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h373 #define E1000_RXD_STAT_DD 0x01 /* Descriptor Done */ macro
H A De1000.c3446 if (!rd->status & E1000_RXD_STAT_DD)