Home
last modified time | relevance | path

Searched full:reordering (Results 1 – 25 of 318) sorted by relevance

12345678910>>...13

/kernel/linux/linux-5.10/net/ipv4/
Dtcp_recovery.c15 /* If reordering has not been observed, be aggressive during in tcp_rack_reo_wnd()
21 if (tp->sacked_out >= tp->reordering && in tcp_rack_reo_wnd()
26 /* To be more reordering resilient, allow min_rtt/4 settling delay. in tcp_rack_reo_wnd()
27 * Use min_rtt instead of the smoothed RTT because reordering is in tcp_rack_reo_wnd()
54 * is being more resilient to reordering by simply allowing some
86 * the recent RTT plus the reordering window. in tcp_rack_detect_loss()
150 /* We have waited long enough to accommodate reordering. Mark the expired
176 * due to reordering delay longer than reo_wnd.
223 if ((state < TCP_CA_Recovery && tp->sacked_out >= tp->reordering) || in tcp_newreno_mark_lost()
/kernel/linux/linux-4.19/net/ipv4/
Dtcp_recovery.c29 /* If reordering has not been observed, be aggressive during in tcp_rack_reo_wnd()
35 if (tp->sacked_out >= tp->reordering && in tcp_rack_reo_wnd()
40 /* To be more reordering resilient, allow min_rtt/4 settling delay. in tcp_rack_reo_wnd()
41 * Use min_rtt instead of the smoothed RTT because reordering is in tcp_rack_reo_wnd()
68 * is being more resilient to reordering by simply allowing some
99 * the recent RTT plus the reordering window. in tcp_rack_detect_loss()
162 /* We have waited long enough to accommodate reordering. Mark the expired
188 * due to reordering delay longer than reo_wnd.
235 if ((state < TCP_CA_Recovery && tp->sacked_out >= tp->reordering) || in tcp_newreno_mark_lost()
/kernel/linux/linux-4.19/include/linux/
Dpadata.h69 * @serial: List to wait for serialization after reordering.
83 * @reorder: List to wait for reordering after parallel processing.
84 * @serial: List to wait for serialization after reordering.
122 * @reorder_work: work struct for reordering.
Dtcp.h220 u8 reo_wnd_steps; /* Allowed reordering window */
271 u32 reordering; /* Packet reordering metric. */ member
272 u32 reord_seen; /* number of data packet reordering events */
/kernel/linux/linux-5.10/include/media/i2c/
Dadv7604.h23 * Bus rotation and reordering. This is used to specify component reordering on
100 /* Bus rotation and reordering */
Dadv7842.h21 * Bus rotation and reordering. This is used to specify component reordering on
138 /* Bus rotation and reordering */
/kernel/linux/linux-4.19/include/media/i2c/
Dadv7604.h23 * Bus rotation and reordering. This is used to specify component reordering on
100 /* Bus rotation and reordering */
Dadv7842.h21 * Bus rotation and reordering. This is used to specify component reordering on
138 /* Bus rotation and reordering */
/kernel/linux/linux-5.10/include/uapi/linux/
Dtcp.h182 * No apparent reordering, packet loss, or ECN marks.
189 * loss or reordering but needs further information to confirm packets
280 __u32 tcpi_reord_seen; /* reordering events seen */
300 TCP_NLA_REORDERING, /* Reordering metric */
312 TCP_NLA_REORD_SEEN, /* reordering events seen */
/kernel/linux/linux-5.10/arch/mips/include/asm/
Dsync.h24 * load/store datapath beyond which reordering is not possible before
118 * expect due to reordering & speculation:
121 * be executed after the LL - this is the reordering case.
127 * This reordering case is fixed by 3A R2 CPUs, ie. 3A2000 models and later.
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
D11n_rxreorder.c238 * This function returns the pointer to an entry in Rx reordering
258 /* This function retrieves the pointer to an entry in Rx reordering
283 * buffered in Rx reordering table.
305 * This function flushes all the packets in Rx reordering table.
309 * them and then dumps the Rx reordering table.
331 * This function creates an entry in Rx reordering table for the
547 * This function identifies if Rx reordering is needed for a received packet.
549 * In case reordering is required, the function will do the reordering
554 * the packet is reordered and all the packets in the updated Rx reordering
/kernel/linux/linux-4.19/drivers/net/wireless/marvell/mwifiex/
D11n_rxreorder.c236 * This function returns the pointer to an entry in Rx reordering
258 /* This function retrieves the pointer to an entry in Rx reordering
285 * buffered in Rx reordering table.
309 * This function flushes all the packets in Rx reordering table.
313 * them and then dumps the Rx reordering table.
335 * This function creates an entry in Rx reordering table for the
553 * This function identifies if Rx reordering is needed for a received packet.
555 * In case reordering is required, the function will do the reordering
560 * the packet is reordered and all the packets in the updated Rx reordering
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/
Drtw_recv.h26 /* for Rx reordering buffer control */
131 /* These definition is used for Rx packet reordering. */
226 /* for A-MPDU Rx reordering buffer control */
/kernel/linux/linux-4.19/drivers/staging/rtl8188eu/include/
Drtw_recv.h27 /* for Rx reordering buffer control */
131 /* These definition is used for Rx packet reordering. */
226 /* for A-MPDU Rx reordering buffer control */
/kernel/linux/linux-5.10/drivers/staging/rtl8712/
Drtl8712_recv.h35 /*These definition is used for Rx packet reordering.*/
128 /*for A-MPDU Rx reordering buffer control*/
/kernel/linux/linux-4.19/drivers/staging/rtl8712/
Drtl8712_recv.h47 /*These definition is used for Rx packet reordering.*/
140 /*for A-MPDU Rx reordering buffer control*/
/kernel/linux/linux-4.19/include/uapi/linux/
Dtcp.h242 __u32 tcpi_reord_seen; /* reordering events seen */
256 TCP_NLA_REORDERING, /* Reordering metric */
268 TCP_NLA_REORD_SEEN, /* reordering events seen */
/kernel/linux/linux-4.19/arch/x86/include/asm/
Dspecial_insns.h11 * Volatile isn't enough to prevent the compiler from reordering the
13 * A memory clobber would solve the problem, but would prevent reordering of
/kernel/linux/linux-5.10/include/linux/
Dpadata.h59 * @serial: List to wait for serialization after reordering.
92 * @reorder_work: work struct for reordering.
/kernel/linux/linux-5.10/arch/alpha/include/asm/
Drwonce.h17 * For the curious, more information about this unusual reordering is
/kernel/linux/linux-5.10/arch/riscv/include/asm/
Dbitops.h109 * make sure not to rely on its reordering guarantees.
126 * make sure not to rely on its reordering guarantees.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/bridge/
Dti,sn65dsi86.yaml145 reordering but only on physical ports 0 and 1.
159 reordering in any way.
/kernel/linux/linux-5.10/arch/arm/include/asm/
Dneon.h17 * compilation unit. To prevent issues that may arise from GCC reordering or
/kernel/linux/linux-4.19/arch/arm/include/asm/
Dneon.h20 * compilation unit. To prevent issues that may arise from GCC reordering or
/kernel/linux/linux-5.10/drivers/net/wimax/i2400m/
Drx.c79 * reordering of packets (the device offloads storage of the packets
80 * for reordering to the host). Read below for more information.
85 * DATA RX REORDERING
88 * delivery with special reordering information; this allows it to
163 "If true, RX reordering will be disabled.");
958 * Receive and send up an extended data packet that requires no reordering
969 * reordering requirements.
1335 * This sets up all the RX reordering infrastructures, which will not
1336 * be used if reordering is not enabled or if the firmware does not
1337 * support it. The device is told to do reordering in

12345678910>>...13