Searched refs:INCR (Results 1 – 4 of 4) sorted by relevance
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ |
H A D | if_ath_rx_edma.c | 129 #define INCR(_l, _sz) (_l) ++; (_l) &= ((_sz) - 1) macro 225 INCR(i, re->m_fifolen); in ath_edma_reinit_fifo() 498 INCR(re->m_fifo_head, re->m_fifolen); in ath_edma_recv_proc_queue() 867 INCR(re->m_fifo_tail, re->m_fifolen); in ath_edma_rxfifo_alloc()
|
H A D | if_ath_tx.h | 37 #define INCR(_l, _sz) (_l) ++; (_l) &= ((_sz) - 1) macro
|
H A D | if_ath_tx_edma.c | 129 #define INCR(_l, _sz) (_l) ++; (_l) &= ((_sz) - 1) macro
|
H A D | if_ath_tx.c | 2732 INCR(tid->baw_tail, ATH_TID_MAX_BUFS); in ath_tx_addto_baw() 2835 INCR(tap->txa_start, IEEE80211_SEQ_RANGE); in ath_tx_update_baw() 2836 INCR(tid->baw_head, ATH_TID_MAX_BUFS); in ath_tx_update_baw() 3017 INCR(ni->ni_txseqs[IEEE80211_NONQOS_TID], IEEE80211_SEQ_RANGE); in ath_tx_tid_seqno_assign() 3024 INCR(ni->ni_txseqs[IEEE80211_NONQOS_TID], IEEE80211_SEQ_RANGE); in ath_tx_tid_seqno_assign() 3028 INCR(ni->ni_txseqs[tid], IEEE80211_SEQ_RANGE); in ath_tx_tid_seqno_assign()
|