Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/de/
H A Ddc21040reg.h53 #define TULIP_DSTS_OWNER 0x80000000 /* Owner (1 = 21040) */ macro
H A Dif_de.c3000 …if ((DESC_STATUS(eop) & (TULIP_DSTS_OWNER|TULIP_DSTS_RxFIRSTDESC|TULIP_DSTS_RxLASTDESC)) == (TULIP… in tulip_rx_intr()
3008 if (DESC_STATUS(eop) & TULIP_DSTS_OWNER) in tulip_rx_intr()
3023 if (eop == ri->ri_nextout || (DESC_STATUS(eop) & TULIP_DSTS_OWNER)) { in tulip_rx_intr()
3141 nextout->di_desc->d_status = TULIP_DSTS_OWNER; in tulip_rx_intr()
3169 if (DESC_STATUS(ri->ri_nextin) & TULIP_DSTS_OWNER) in tulip_tx_intr()
3504 d_status = TULIP_DSTS_OWNER; in tulip_txput()
3570 DESC_STATUS(ri->ri_nextout) = TULIP_DSTS_OWNER; in tulip_txput()
3675 nextout->d_status = TULIP_DSTS_OWNER; in tulip_txput_setup()