Searched refs:INCR (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/net/ |
H A D | slcompress.c | 53 #define INCR(counter) ++comp->counter; macro 55 #define INCR(counter) macro 182 INCR(sls_packets) in sl_compress_tcp() 203 INCR(sls_searches) in sl_compress_tcp() 219 INCR(sls_misses) in sl_compress_tcp() 390 INCR(sls_compressed) in sl_compress_tcp() 481 INCR(sls_uncompressedin) in sl_uncompress_tcp_core() 493 INCR(sls_compressedin) in sl_uncompress_tcp_core() 509 INCR(sls_tossed) in sl_uncompress_tcp_core() 586 INCR(sls_errorin) in sl_uncompress_tcp_core()
|
/freebsd/sys/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 | 2712 INCR(tid->baw_tail, ATH_TID_MAX_BUFS); in ath_tx_addto_baw() 2815 INCR(tap->txa_start, IEEE80211_SEQ_RANGE); in ath_tx_update_baw() 2816 INCR(tid->baw_head, ATH_TID_MAX_BUFS); in ath_tx_update_baw() 2997 INCR(ni->ni_txseqs[IEEE80211_NONQOS_TID], IEEE80211_SEQ_RANGE); in ath_tx_tid_seqno_assign() 3004 INCR(ni->ni_txseqs[IEEE80211_NONQOS_TID], IEEE80211_SEQ_RANGE); in ath_tx_tid_seqno_assign() 3008 INCR(ni->ni_txseqs[tid], IEEE80211_SEQ_RANGE); in ath_tx_tid_seqno_assign()
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | dwc3.txt | 110 - snps,incr-burst-type-adjustment: Value for INCR burst type of GSBUSCFG0 111 register, undefined length INCR burst type enable and INCRx type. 113 more than one value, which means undefined length INCR burst type
|
/freebsd/contrib/one-true-awk/ |
H A D | awkgram.y | 92 %right DECR INCR 377 | INCR var { $$ = op1(PREINCR, $2); } 379 | var INCR { $$ = op1(POSTINCR, $1); }
|
H A D | lex.c | 284 input(); yylval.i = INCR; RET(INCR); in yylex()
|
/freebsd/share/doc/psd/05.sysman/ |
H A D | spell.ok | 22 INCR
|
/freebsd/tools/tools/net80211/wesside/wesside/ |
H A D | wesside.c | 158 #define INCR 10000 macro 159 int thresh_incr = INCR; 164 int wep_thresh = INCR;
|