Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dns83820.c339 #define CMDSTS_OWN 0x80000000 macro
654 if (rx_ring[i].cmdsts == CMDSTS_OWN) { in ns83820_check_intr()
675 if ( ! ( (CMDSTS_OWN & (cmdsts)) && (cmdsts != (CMDSTS_OWN)) ) ) in ns83820_poll()
688 rx_ring[entry].cmdsts = cpu_to_le32(CMDSTS_OWN); in ns83820_poll()
739 cmdsts |= cpu_to_le32(CMDSTS_OWN | s); in ns83820_transmit()