Searched refs:DescOwn (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dw89c840.c225 DescOwn=0x80000000, DescEndRing=0x02000000, DescUseLink=0x01000000, enumerator in enum:desc_status_bits
404 if (status & DescOwn) {
405 /* DescOwn bit is still set, we should wait for RX to complete */
462 w840private.rx_ring[entry].status = DescOwn;
526 w840private.tx_ring[entry].status = (DescOwn);
560 while ( (transmit_status & DescOwn) && ct + TX_TIMEOUT < currticks()) {
569 if ((transmit_status & DescOwn) == 0) {
948 w840private.rx_ring[i].status = DescOwn | DescIntr;
H A Dpcnet32.h154 DescOwn = (1 << 15), enumerator in enum:pcnet32_desc_status_bit
H A Dpcnet32.c211 if ( status & DescOwn )
231 rx_curr_desc->status = cpu_to_le16 ( DescOwn );
781 cpu_to_le16 ( DescOwn | StartOfPacket | EndOfPacket );
818 if ( status & DescOwn )
868 if ( status & DescOwn )
H A Dsundance.c224 DescOwn = 0x8000, enumerator in enum:desc_status_bits
462 if (!(frame_status & DescOwn))

Completed in 182 milliseconds