Searched refs:dext (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/lib/zlib_inflate/ |
D | inftrees.c | 56 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.12.1/drivers/net/ethernet/sun/ |
D | sunvnet_common.c | 415 struct vio_net_dext *dext = vio_net_ext(desc); in vnet_rx_one() local 419 if (dext->flags & VNET_PKT_HCK_IPV4_HDRCKSUM) { in vnet_rx_one() 427 if ((dext->flags & VNET_PKT_HCK_FULLCKSUM) && in vnet_rx_one() 443 if (dext->flags & VNET_PKT_HCK_IPV4_HDRCKSUM_OK) { in vnet_rx_one() 446 if (dext->flags & VNET_PKT_HCK_FULLCKSUM_OK) in vnet_rx_one() 1430 struct vio_net_dext *dext = vio_net_ext(d); in sunvnet_start_xmit_common() local 1432 memset(dext, 0, sizeof(*dext)); in sunvnet_start_xmit_common() 1434 dext->ipv4_lso_mss = skb_shinfo(port->tx_bufs[txi].skb) in sunvnet_start_xmit_common() 1436 dext->flags |= VNET_PKT_IPV4_LSO; in sunvnet_start_xmit_common() 1440 dext->flags |= VNET_PKT_HCK_IPV4_HDRCKSUM_OK; in sunvnet_start_xmit_common() [all …]
|
/linux-6.12.1/arch/mips/include/asm/mach-loongson64/ |
D | kernel-entry-init.h | 85 dext t2, t1, 2, 2
|
/linux-6.12.1/arch/mips/include/asm/ |
D | asm.h | 258 #define LONG_EXT dext
|
/linux-6.12.1/fs/btrfs/ |
D | zoned.c | 294 struct btrfs_dev_extent *dext; in calculate_emulated_zone_size() local 319 dext = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_dev_extent); in calculate_emulated_zone_size() 320 fs_info->zone_size = btrfs_dev_extent_length(leaf, dext); in calculate_emulated_zone_size()
|
D | volumes.c | 7987 struct btrfs_dev_extent *dext; in btrfs_verify_dev_extents() local 8000 dext = btrfs_item_ptr(leaf, slot, struct btrfs_dev_extent); in btrfs_verify_dev_extents() 8001 chunk_offset = btrfs_dev_extent_chunk_offset(leaf, dext); in btrfs_verify_dev_extents() 8002 physical_len = btrfs_dev_extent_length(leaf, dext); in btrfs_verify_dev_extents()
|