Home
last modified time | relevance | path

Searched refs:dext (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/lib/zlib_inflate/
Dinftrees.c56 static const unsigned short dext[32] = { /* Distance codes 0..29 extra */ in zlib_inflate_table() local
182 extra = dext; in zlib_inflate_table()
/linux-6.1.9/drivers/net/ethernet/sun/
Dsunvnet_common.c414 struct vio_net_dext *dext = vio_net_ext(desc); in vnet_rx_one() local
418 if (dext->flags & VNET_PKT_HCK_IPV4_HDRCKSUM) { in vnet_rx_one()
426 if ((dext->flags & VNET_PKT_HCK_FULLCKSUM) && in vnet_rx_one()
442 if (dext->flags & VNET_PKT_HCK_IPV4_HDRCKSUM_OK) { in vnet_rx_one()
445 if (dext->flags & VNET_PKT_HCK_FULLCKSUM_OK) in vnet_rx_one()
1429 struct vio_net_dext *dext = vio_net_ext(d); in sunvnet_start_xmit_common() local
1431 memset(dext, 0, sizeof(*dext)); in sunvnet_start_xmit_common()
1433 dext->ipv4_lso_mss = skb_shinfo(port->tx_bufs[txi].skb) in sunvnet_start_xmit_common()
1435 dext->flags |= VNET_PKT_IPV4_LSO; in sunvnet_start_xmit_common()
1439 dext->flags |= VNET_PKT_HCK_IPV4_HDRCKSUM_OK; in sunvnet_start_xmit_common()
[all …]
/linux-6.1.9/arch/mips/include/asm/mach-loongson64/
Dkernel-entry-init.h85 dext t2, t1, 2, 2
/linux-6.1.9/arch/mips/include/asm/
Dasm.h255 #define LONG_EXT dext
/linux-6.1.9/fs/btrfs/
Dzoned.c289 struct btrfs_dev_extent *dext; in calculate_emulated_zone_size() local
316 dext = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_dev_extent); in calculate_emulated_zone_size()
317 fs_info->zone_size = btrfs_dev_extent_length(leaf, dext); in calculate_emulated_zone_size()
Dvolumes.c8300 struct btrfs_dev_extent *dext; in btrfs_verify_dev_extents() local
8313 dext = btrfs_item_ptr(leaf, slot, struct btrfs_dev_extent); in btrfs_verify_dev_extents()
8314 chunk_offset = btrfs_dev_extent_chunk_offset(leaf, dext); in btrfs_verify_dev_extents()
8315 physical_len = btrfs_dev_extent_length(leaf, dext); in btrfs_verify_dev_extents()