Searched refs:DEC_WRAP (Results 1 – 1 of 1) sorted by relevance
51 #define DEC_WRAP(idx, size) ({ idx = (idx + size - 1) % size; }) macro205 DEC_WRAP(d_idx, NB_TX_DESCS); in dwmac_send()