Searched refs:GEM_RX_DMA_WRAP (Results 1 – 2 of 2) sorted by relevance
837 #define GEM_RX_DMA_WRAP BIT_01 /*!< @brief This is the last descriptor macro
5063 …addr_temp = (uint64_t)(cdesc->addr_low & ~(GEM_RX_DMA_WRAP | GEM_RX_DMA_USED | GEM_RX_DMA_TS_PRES… in rxpkt_handler()5066 … addr_temp = (cdesc->addr_low & ~(GEM_RX_DMA_WRAP | GEM_RX_DMA_USED | GEM_RX_DMA_TS_PRESENT)); in rxpkt_handler()5223 this_mac->queue[queue_no].rx_desc_tab[inc].addr_low |= GEM_RX_DMA_WRAP; in rx_desc_ring_init()