Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/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()
1445 struct vio_net_dext *dext = vio_net_ext(d); in sunvnet_start_xmit_common() local
1447 memset(dext, 0, sizeof(*dext)); in sunvnet_start_xmit_common()
1449 dext->ipv4_lso_mss = skb_shinfo(port->tx_bufs[txi].skb) in sunvnet_start_xmit_common()
1451 dext->flags |= VNET_PKT_IPV4_LSO; in sunvnet_start_xmit_common()
1455 dext->flags |= VNET_PKT_HCK_IPV4_HDRCKSUM_OK; in sunvnet_start_xmit_common()
[all …]
/Linux-v4.19/fs/btrfs/
Dvolumes.c7497 struct btrfs_dev_extent *dext; in btrfs_verify_dev_extents() local
7510 dext = btrfs_item_ptr(leaf, slot, struct btrfs_dev_extent); in btrfs_verify_dev_extents()
7511 chunk_offset = btrfs_dev_extent_chunk_offset(leaf, dext); in btrfs_verify_dev_extents()
7512 physical_len = btrfs_dev_extent_length(leaf, dext); in btrfs_verify_dev_extents()