/freebsd/sys/netgraph/ |
H A D | ng_pptpgre.c | 156 * Reorder queue maximum length. Zero disables reorder. 159 * if reorder is enabled, plus allocate one more for short time. 164 static int reorder_max = 1; /* reorder up to two swapped packets in a row */ 166 &reorder_max, 0, "Reorder queue maximum length"); 170 &reorder_timeout, 0, "Reorder timeout is milliseconds"); 172 /* Packet reorder FIFO queue */ 200 roqh roq; /* reorder queue head */ 201 u_int8_t roq_len; /* reorder queue length */ 202 struct callout reorderTimer; /* reorder timeout handler */ 895 if (diff < 0 && reorder_max == 0) /* reorder disabled */ in ng_pptpgre_rcvdata_lower() [all …]
|
H A D | ng_pptpgre.h | 102 due to overflow of reorder queue */ 103 u_int32_t recvReorderTimeouts; /* times we flushed reorder queue
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/ |
H A D | RetireControlUnit.h | 46 // the reorder buffer. Those entries will become available again once the 49 // Note that the size of the reorder buffer is defined by the scheduling 67 // of the reorder buffer. To avoid problems, cap the amount of slots to in normalizeQuantity() 68 // the size of the reorder buffer. in normalizeQuantity()
|
/freebsd/share/termcap/ |
H A D | README | 9 Second, edit the editor script "reorder" to use this list instead of the 20 a line to reorder to globally change all /usr/lib/tabset's to your own 24 reorder.
|
H A D | Makefile | 1 # reorder gives an editor command for most common terminals
|
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/ |
H A D | RetireControlUnit.cpp | 29 // processor. If so, then use that information to set the reorder buffer size in RetireControlUnit() 38 assert(NumROBEntries && "Invalid reorder buffer size!"); in RetireControlUnit() 46 assert((AvailableEntries >= Entries) && "Reorder Buffer unavailable!"); in dispatch()
|
/freebsd/share/man/man4/ |
H A D | ng_pptpgre.4 | 146 amount of packet reorder that sometimes happens in transit. 147 Packet reorder results in packet drops (unless the order is restored) 153 Defines maximum length of node's private reorder queue
|
/freebsd/share/man/man9/ |
H A D | ieee80211_input.9 | 84 through the A-MPDU receive reorder buffer then the mbuf 95 of the station's node table entry, any frames that do not require reorder
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | rxmq.c | 629 /* release all frames that are in the reorder buffer to the stack */ in iwl_mvm_release_frames() 740 u32 reorder = le32_to_cpu(desc->reorder_data); in iwl_mvm_reorder_timer_expired() 757 baid = (reorder & IWL_RX_MPDU_REORDER_BAID_MASK) >> in iwl_mvm_del_ba() 790 "Got valid BAID but no baid allocated, bypass the re-ordering buffer. Baid %d reorder 0x%x\n", in iwl_mvm_release_frames_from_notif() 791 baid, reorder); in iwl_mvm_release_frames_from_notif() 810 nssn = reorder & IWL_RX_MPDU_REORDER_NSSN_MASK; in iwl_mvm_release_frames_from_notif() 811 sn = (reorder & IWL_RX_MPDU_REORDER_SN_MASK) >> in iwl_mvm_release_frames_from_notif() 820 if (reorder & IWL_RX_MPDU_REORDER_BA_OLD_SN) { in iwl_mvm_release_frames_from_notif() 832 if (reorder & IWL_RX_MPDU_REORDER_BA_OLD_SN) in iwl_mvm_nssn_sync() 847 * This can happen due to reorder time in iwl_mvm_rx_queue_notif() 897 iwl_mvm_oldsn_workaround(struct iwl_mvm * mvm,struct ieee80211_sta * sta,int tid,struct iwl_mvm_reorder_buffer * buffer,u32 reorder,u32 gp2,int queue) iwl_mvm_oldsn_workaround() argument 959 u32 reorder = le32_to_cpu(desc->reorder_data); iwl_mvm_reorder() local [all...] |
H A D | mvm.h | 773 * struct iwl_mvm_reorder_buffer - per ra/tid/queue reorder buffer 774 * @head_sn: reorder window head sn 776 * @queue: queue of this reorder buffer 780 * @lock: protect reorder buffer internal state in iwl_mvm_txq_from_mac80211() 793 * struct iwl_mvm_reorder_buf_entry - reorder buffer entry per-queue/per-seqno 811 * @buf_size: the reorder buffer size as set by the last addba request 819 * @reorder_buf: reorder buffer, allocated per queue
|
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_trampoline_mips.S | 24 .set reorder define 71 .set reorder define
|
/freebsd/crypto/openssl/crypto/bn/asm/ |
H A D | mips.pl | 165 .set reorder 236 .set reorder 324 .set reorder 376 .set reorder 452 .set reorder 498 .set reorder 569 .set reorder 623 .set reorder 700 .set reorder 755 .set reorder [all …]
|
H A D | alpha-mont.pl | 81 .set reorder 151 .set reorder 243 .set reorder
|
H A D | mips-mont.pl | 179 .set reorder 245 .set reorder 336 .set reorder
|
/freebsd/contrib/sendmail/contrib/ |
H A D | mailprio | 86 # function you need to reorder the distribution list (and the mail 88 # your mailing list software reorder the list before each outgoing 387 X function you need to reorder the distribution list (and the mail 389 X your mailing list software reorder the list before each outgoing 448 # function you need to reorder the distribution list (and the mail 450 # your mailing list software reorder the list before each outgoing
|
/freebsd/sys/contrib/device-tree/Bindings/media/ |
H A D | fsl-vdoa.txt | 5 is to reorder video data from the macroblock tiled order produced by the CODA
|
/freebsd/crypto/openssl/test/ |
H A D | run_tests.pl | 81 sub reorder { subroutine 316 sort { reorder($a) cmp reorder($b) } keys %tests);
|
/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_mesh.h | 61 int *axes; /* used to hold and reorder assigned axes */
|
/freebsd/crypto/openssl/crypto/poly1305/asm/ |
H A D | poly1305-mips.pl | 93 .set reorder 207 .set reorder 361 .set reorder
|
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212_keycache.c | 31 * a 64-bit register). Don't reorder the writes in this code 226 * a 64-bit register). Don't reorder these writes w/o in ar5212SetKeyCacheEntry()
|
/freebsd/share/doc/smm/07.lpd/ |
H A D | 6.t | 86 to reorder high priority jobs since
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/ |
H A D | zfs_unallow_008_neg.ksh | 64 # The GNU getopt(3) implementation will reorder these arguments such the
|
/freebsd/contrib/ntp/sntp/ag-tpl/0-old/ |
H A D | mdoc-synopsis.tlib | 34 IF (exist? "reorder-args") :+]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCShuffler.h | 48 // Reorder and copy result to another.
|
/freebsd/sys/net80211/ |
H A D | ieee80211_ht.c | 132 static int ieee80211_ampdu_age = -1; /* threshold for ampdu reorder q (ms) */ 136 "AMPDU max reorder age (ms)"); 531 * Add the given frame to the current RX reorder slot. 702 * flush the reorder q's in case anything remains. in ampdu_rx_start() 737 * flush the reorder q's in case anything remains. in ieee80211_ampdu_rx_start_ext() 795 * Dispatch a frame from the A-MPDU reorder queue. The 979 * a gap in the reorder buffer. in ampdu_rx_flush_upto() 1112 * Check for frames sitting too long in the reorder queue. in ieee80211_ampdu_reorder() 1117 * When this happens we get a gap in the reorder queue that in ieee80211_ampdu_reorder() 1123 * reorder q; this means that if we flush we might push in ieee80211_ampdu_reorder() [all …]
|