Searched refs:INCR (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14-stable/sys/net/ |
| HD | slcompress.c | 55 #define INCR(counter) ++comp->counter; macro 57 #define INCR(counter) macro 184 INCR(sls_packets) in sl_compress_tcp() 205 INCR(sls_searches) in sl_compress_tcp() 221 INCR(sls_misses) in sl_compress_tcp() 392 INCR(sls_compressed) in sl_compress_tcp() 483 INCR(sls_uncompressedin) in sl_uncompress_tcp_core() 495 INCR(sls_compressedin) in sl_uncompress_tcp_core() 511 INCR(sls_tossed) in sl_uncompress_tcp_core() 588 INCR(sls_errorin) in sl_uncompress_tcp_core()
|
| /freebsd-14-stable/sys/dev/ath/ |
| HD | 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()
|
| HD | if_ath_tx.h | 37 #define INCR(_l, _sz) (_l) ++; (_l) &= ((_sz) - 1) macro
|
| HD | if_ath_tx_edma.c | 129 #define INCR(_l, _sz) (_l) ++; (_l) &= ((_sz) - 1) macro
|
| HD | 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()
|
| /freebsd-14-stable/sys/contrib/device-tree/Bindings/usb/ |
| HD | 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-14-stable/contrib/one-true-awk/ |
| HD | awkgram.y | 92 %right DECR INCR 377 | INCR var { $$ = op1(PREINCR, $2); } 379 | var INCR { $$ = op1(POSTINCR, $1); }
|
| HD | lex.c | 284 input(); yylval.i = INCR; RET(INCR); in yylex()
|
| /freebsd-14-stable/usr.bin/bc/ |
| HD | bc.y | 168 %nonassoc INCR DECR 626 | INCR named_expression 636 | named_expression INCR
|
| HD | scan.l | 157 "++" return INCR;
|
| /freebsd-14-stable/share/doc/psd/05.sysman/ |
| HD | spell.ok | 22 INCR
|
| /freebsd-14-stable/tools/tools/net80211/wesside/wesside/ |
| HD | wesside.c | 158 #define INCR 10000 macro 159 int thresh_incr = INCR; 164 int wep_thresh = INCR;
|