Searched refs:GMAC_RXW0_WRAP (Results 1 – 2 of 2) sorted by relevance
97 #define GMAC_RXW0_WRAP (0x1u << 1) macro
339 rx_desc_list->buf[0].w0 = GMAC_RXW0_WRAP; in priority_queue_init_as_idle()506 rx_desc_list->buf[rx_desc_list->len - 1U].w0 |= GMAC_RXW0_WRAP; in rx_descriptors_init()1319 wrap = (tail == rx_desc_list->len-1U ? GMAC_RXW0_WRAP : 0); in frame_get()