Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/de/
H A Dif_de.c3317 #define DESC_STATUS(di) (((volatile tulip_desc_t *)((di)->di_desc))->d_status) macro
3360 …if ((DESC_STATUS(eop) & (TULIP_DSTS_OWNER|TULIP_DSTS_RxFIRSTDESC|TULIP_DSTS_RxLASTDESC)) == (TULIP… in tulip_rx_intr()
3371 if (DESC_STATUS(eop) & TULIP_DSTS_OWNER) in tulip_rx_intr()
3382 while ((DESC_STATUS(eop) & TULIP_DSTS_RxLASTDESC) == 0) { in tulip_rx_intr()
3386 if (eop == ri->ri_nextout || DESC_STATUS(eop) & TULIP_DSTS_OWNER) { in tulip_rx_intr()
3431 total_len = ((DESC_STATUS(eop) >> 16) & 0x7FFF) - ETHER_CRC_LEN; in tulip_rx_intr()
3433 && ((DESC_STATUS(eop) & TULIP_DSTS_ERRSUM) == 0)) { in tulip_rx_intr()
3441 DESC_STATUS(eop)); in tulip_rx_intr()
3443 if (DESC_STATUS(eop) & (TULIP_DSTS_RxBADLENGTH|TULIP_DSTS_RxOVERFLOW|TULIP_DSTS_RxWATCHDOG)) { in tulip_rx_intr()
3449 if (DESC_STATUS(eop) & TULIP_DSTS_RxTOOLONG) { in tulip_rx_intr()
[all …]