Searched refs:RL_TX_DESC_NXT (Results 1 – 3 of 3) sorted by relevance
150 n++, nic_i = RL_TX_DESC_NXT(sc, nic_i)) { in re_netmap_txsync()
784 #define RL_TX_DESC_NXT(sc,x) ((x + 1) & ((sc)->rl_ldata.rl_tx_desc_cnt - 1)) macro
2429 cons = RL_TX_DESC_NXT(sc, cons)) { in re_txeof()2879 for (i = 0; i < nsegs; i++, prod = RL_TX_DESC_NXT(sc, prod)) { in re_encap()