Home
last modified time | relevance | path

Searched full:fragmented (Results 1 – 25 of 259) sorted by relevance

1234567891011

/linux-6.8/fs/bcachefs/
Dmovinggc.c255 * Copygc runs when the amount of fragmented data is above some arbitrary
265 * often and continually reduce the amount of fragmented space as the device
270 s64 wait = S64_MAX, fragmented_allowed, fragmented; in bch2_copygc_wait_amount() local
277 fragmented = 0; in bch2_copygc_wait_amount()
281 fragmented += usage.d[i].fragmented; in bch2_copygc_wait_amount()
283 wait = min(wait, max(0LL, fragmented_allowed - fragmented)); in bch2_copygc_wait_amount()
Dbuckets_types.h44 u64 fragmented; member
Dchardev.c595 arg.d[i].fragmented = src.d[i].fragmented; in bch2_ioctl_dev_usage()
642 .fragmented = src.d[i].fragmented, in bch2_ioctl_dev_usage_v2()
Dsb-clean.c260 u->d[i].fragmented = cpu_to_le64(ca->usage_base->d[i].fragmented); in bch2_journal_super_entries_add_common()
/linux-6.8/drivers/net/wireless/intel/iwlwifi/fw/api/
Dtime-event.h57 * means that the event can be fragmented but only the first 'x' will be
67 /* If a Time Event can be fragmented, this is the max number of fragments */
123 * means that the event can be fragmented but only the first 'x' will be
400 * * A rather short event that can't be fragmented and with a very
408 * priority and that can be fragmented allowing other activities
416 * listen mode. Will be fragmented. Valid only on the P2P Device MAC.
420 * able to run the GO Negotiation. Will not be fragmented and not
Dscan.h293 * @IWL_MVM_LMAC_SCAN_FLAG_FRAGMENTED: all passive scans will be fragmented
335 * @fragmented_dwell: dwell time for fragmented passive scan
507 * @fragmented: default dwell time for fragmented scan
513 u8 fragmented; member
661 * @IWL_UMAC_SCAN_GEN_FLAGS_V2_FRAGMENTED_LMAC1: fragmented scan LMAC1
662 * @IWL_UMAC_SCAN_GEN_FLAGS_V2_FRAGMENTED_LMAC2: fragmented scan LMAC2
823 * @fragmented_dwell: dwell time for fragmented passive scan
836 * Relevant only for fragmented scan.
1032 * @num_of_fragments: number of fragments needed for full fragmented
/linux-6.8/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_cls.c26 /* TCP over IPv4 flows, Not fragmented, no vlan tag */
45 /* TCP over IPv4 flows, Not fragmented, with vlan tag */
61 /* TCP over IPv4 flows, fragmented, no vlan tag */
80 /* TCP over IPv4 flows, fragmented, with vlan tag */
99 /* UDP over IPv4 flows, Not fragmented, no vlan tag */
118 /* UDP over IPv4 flows, Not fragmented, with vlan tag */
134 /* UDP over IPv4 flows, fragmented, no vlan tag */
153 /* UDP over IPv4 flows, fragmented, with vlan tag */
172 /* TCP over IPv6 flows, not fragmented, no vlan tag */
185 /* TCP over IPv6 flows, not fragmented, with vlan tag */
[all …]
/linux-6.8/include/net/caif/
Dcaif_device.h28 * @use_frag: CAIF Frames may be fragmented.
30 * interface receives fragmented frames that must be
/linux-6.8/tools/testing/selftests/bpf/
Dgenerate_udp_fragments.py5 This script helps generate fragmented UDP packets.
8 fragmented packets in C, it is much harder to read and write
/linux-6.8/Documentation/devicetree/bindings/dma/
Dqcom_hidma_mgmt.txt23 fragmented to multiples of this amount. This parameter is used while
28 fragmented to multiples of this amount. This parameter is used while
/linux-6.8/drivers/net/ethernet/intel/ice/
Dice_fdir.h48 * requests that the packet not be fragmented. MF indicates that a packet has
49 * been fragmented.
/linux-6.8/Documentation/admin-guide/aoe/
Dtodo.rst12 Because ATA over Ethernet is not fragmented by the kernel's IP code,
/linux-6.8/Documentation/devicetree/bindings/memory-controllers/
Dnvidia,tegra20-mc.yaml23 fragmented memory pages.
/linux-6.8/net/sctp/
Dulpqueue.c309 * payload was fragmented on the way and ip had to reassemble them.
414 * fragmented chunks that complete a datagram. in sctp_ulpq_retrieve_reassembled()
511 * sequence of fragmented chunks. in sctp_ulpq_retrieve_partial()
576 /* Check if this is part of a fragmented message. */ in sctp_ulpq_reasm()
610 * fragmented chunks that start a datagram. in sctp_ulpq_retrieve_first()
/linux-6.8/arch/arm64/include/asm/
Dkvm_pkvm.h119 * The hypervisor FFA proxy needs enough memory to buffer a fragmented in hyp_ffa_proxy_pages()
/linux-6.8/drivers/net/ethernet/mellanox/mlx5/core/steering/
Dmlx5_ifc_dr_ste_v1.h301 u8 fragmented[0x1]; member
372 u8 fragmented[0x1]; member
Dmlx5_ifc_dr.h246 u8 fragmented[0x1]; member
325 u8 fragmented[0x1]; member
/linux-6.8/drivers/usb/class/
Dcdc-acm.h75 u8 *notification_buffer; /* to reassemble fragmented notifications */
/linux-6.8/fs/xfs/libxfs/
Dxfs_trans_resv.h60 * v2 directory blocks can be fragmented below the dirblksize down to the fsb
/linux-6.8/tools/testing/selftests/bpf/progs/
Dbpf_flow.c309 /* No need to parse fragmented packet unless in PROG()
380 /* No need to parse fragmented packet unless in PROG()
/linux-6.8/drivers/infiniband/sw/siw/
Dsiw_qp_rx.c162 * starts but not for fragmented consecutive pieces of an
226 * starts but not for fragmented consecutive pieces of an
274 * starts but not for fragmented consecutive pieces of an
907 /* Do not take the effort to reassemble a network fragmented in siw_proc_terminate()
928 /* Again, no network fragmented TERM's */ in siw_proc_terminate()
/linux-6.8/drivers/hid/intel-ish-hid/
Dishtp-hid.h105 * @multi_packet_cnt: Count of fragmented packet count
/linux-6.8/drivers/net/wireless/intel/iwlwifi/mvm/
Dscan.c856 * or if fragmented ebs is supported by the FW in iwl_mvm_scan_use_ebs()
1051 dwell->fragmented = IWL_SCAN_DWELL_FRAGMENTED; in iwl_mvm_fill_scan_dwell()
1208 * Check for fragmented scan on LMAC2 - high band. in iwl_mvm_legacy_config_scan()
1865 * 1. Non fragmented scan: in iwl_mvm_umac_scan_cfg_channels_v7_6g()
1874 * 3. Fragmented scan: in iwl_mvm_umac_scan_cfg_channels_v7_6g()
1931 /* set fragmented ebs for fragmented scan on HB channels */ in iwl_mvm_scan_umac_chan_flags_v2()
1939 * force EBS in case the scan is a fragmented and there is a need to take P2P in iwl_mvm_scan_umac_chan_flags_v2()
2287 /* set fragmented ebs for fragmented scan on HB channels */ in iwl_mvm_scan_umac()
/linux-6.8/fs/ocfs2/
Docfs2_ioctl.h217 even more fragmented */
/linux-6.8/Documentation/networking/
Dmac80211-injection.rst27 IEEE80211_RADIOTAP_F_FRAG frame will be fragmented if longer than the

1234567891011