Searched refs:TX_SETUP_PACKET (Results 1 – 2 of 2) sorted by relevance
146 #define TX_SETUP_PACKET (1UL<<27) macro
114 static uint32_t dmfe_setup_desc1 = TX_SETUP_PACKET | SETUPBUF_SIZE |962 ASSERT((desc1 & (TX_SETUP_PACKET | TX_LAST_DESC)) != 0); in dmfe_reclaim_tx_desc()964 if ((desc1 & TX_SETUP_PACKET) == 0) { in dmfe_reclaim_tx_desc()