Searched refs:dext (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.6/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-v6.6/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-v6.6/arch/mips/include/asm/mach-loongson64/ |
| D | kernel-entry-init.h | 85 dext t2, t1, 2, 2
|
| /Linux-v6.6/arch/mips/include/asm/ |
| D | asm.h | 255 #define LONG_EXT dext
|
| /Linux-v6.6/fs/btrfs/ |
| D | zoned.c | 298 struct btrfs_dev_extent *dext; in calculate_emulated_zone_size() local 325 dext = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_dev_extent); in calculate_emulated_zone_size() 326 fs_info->zone_size = btrfs_dev_extent_length(leaf, dext); in calculate_emulated_zone_size()
|
| D | volumes.c | 7885 struct btrfs_dev_extent *dext; in btrfs_verify_dev_extents() local 7898 dext = btrfs_item_ptr(leaf, slot, struct btrfs_dev_extent); in btrfs_verify_dev_extents() 7899 chunk_offset = btrfs_dev_extent_chunk_offset(leaf, dext); in btrfs_verify_dev_extents() 7900 physical_len = btrfs_dev_extent_length(leaf, dext); in btrfs_verify_dev_extents()
|