Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/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()
1447 struct vio_net_dext *dext = vio_net_ext(d); in sunvnet_start_xmit_common() local
1449 memset(dext, 0, sizeof(*dext)); in sunvnet_start_xmit_common()
1451 dext->ipv4_lso_mss = skb_shinfo(port->tx_bufs[txi].skb) in sunvnet_start_xmit_common()
1453 dext->flags |= VNET_PKT_IPV4_LSO; in sunvnet_start_xmit_common()
1457 dext->flags |= VNET_PKT_HCK_IPV4_HDRCKSUM_OK; in sunvnet_start_xmit_common()
[all …]
/Linux-v5.4/fs/btrfs/
Dvolumes.c7808 struct btrfs_dev_extent *dext; in btrfs_verify_dev_extents() local
7821 dext = btrfs_item_ptr(leaf, slot, struct btrfs_dev_extent); in btrfs_verify_dev_extents()
7822 chunk_offset = btrfs_dev_extent_chunk_offset(leaf, dext); in btrfs_verify_dev_extents()
7823 physical_len = btrfs_dev_extent_length(leaf, dext); in btrfs_verify_dev_extents()