Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ethernet/
Deth_sam_gmac_priv.h97 #define GMAC_RXW0_WRAP (0x1u << 1) macro
Deth_sam_gmac.c339 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()