csum_type        1095 drivers/net/ethernet/chelsio/cxgb4/sge.c 	int csum_type;
csum_type        1115 drivers/net/ethernet/chelsio/cxgb4/sge.c 			csum_type = TX_CSUM_TCPIP;
csum_type        1117 drivers/net/ethernet/chelsio/cxgb4/sge.c 			csum_type = TX_CSUM_UDPIP;
csum_type        1130 drivers/net/ethernet/chelsio/cxgb4/sge.c 			csum_type = TX_CSUM_TCPIP6;
csum_type        1132 drivers/net/ethernet/chelsio/cxgb4/sge.c 			csum_type = TX_CSUM_UDPIP6;
csum_type        1137 drivers/net/ethernet/chelsio/cxgb4/sge.c 	if (likely(csum_type >= TX_CSUM_TCPIP)) {
csum_type        1157 drivers/net/ethernet/chelsio/cxgb4/sge.c 		return TXPKT_CSUM_TYPE_V(csum_type) | hdr_len;
csum_type        1161 drivers/net/ethernet/chelsio/cxgb4/sge.c 		return TXPKT_CSUM_TYPE_V(csum_type) |
csum_type        1082 drivers/net/ethernet/chelsio/cxgb4vf/sge.c 	int csum_type;
csum_type        1087 drivers/net/ethernet/chelsio/cxgb4vf/sge.c 			csum_type = TX_CSUM_TCPIP;
csum_type        1089 drivers/net/ethernet/chelsio/cxgb4vf/sge.c 			csum_type = TX_CSUM_UDPIP;
csum_type        1105 drivers/net/ethernet/chelsio/cxgb4vf/sge.c 			csum_type = TX_CSUM_TCPIP6;
csum_type        1107 drivers/net/ethernet/chelsio/cxgb4vf/sge.c 			csum_type = TX_CSUM_UDPIP6;
csum_type        1112 drivers/net/ethernet/chelsio/cxgb4vf/sge.c 	if (likely(csum_type >= TX_CSUM_TCPIP)) {
csum_type        1120 drivers/net/ethernet/chelsio/cxgb4vf/sge.c 		return TXPKT_CSUM_TYPE_V(csum_type) | hdr_len;
csum_type        1124 drivers/net/ethernet/chelsio/cxgb4vf/sge.c 		return TXPKT_CSUM_TYPE_V(csum_type) |
csum_type         294 drivers/net/ethernet/netronome/nfp/nfp_net.h 	u8 csum_type;
csum_type        1598 drivers/net/ethernet/netronome/nfp/nfp_net_common.c 	if (meta->csum_type) {
csum_type        1599 drivers/net/ethernet/netronome/nfp/nfp_net_common.c 		skb->ip_summed = meta->csum_type;
csum_type        1696 drivers/net/ethernet/netronome/nfp/nfp_net_common.c 			meta->csum_type = CHECKSUM_COMPLETE;
csum_type          48 fs/btrfs/ctree.c const char *btrfs_super_csum_name(u16 csum_type)
csum_type          51 fs/btrfs/ctree.c 	return btrfs_csums[csum_type].name;
csum_type         248 fs/btrfs/ctree.h 	__le16 csum_type;
csum_type        2155 fs/btrfs/ctree.h 			 csum_type, 16);
csum_type        2163 fs/btrfs/ctree.h const char *btrfs_super_csum_name(u16 csum_type);
csum_type         351 fs/btrfs/disk-io.c static bool btrfs_supported_super_csum(u16 csum_type)
csum_type         353 fs/btrfs/disk-io.c 	switch (csum_type) {
csum_type        2221 fs/btrfs/disk-io.c static int btrfs_init_csum_hash(struct btrfs_fs_info *fs_info, u16 csum_type)
csum_type        2224 fs/btrfs/disk-io.c 	const char *csum_name = btrfs_super_csum_name(csum_type);
csum_type        2589 fs/btrfs/disk-io.c 	u16 csum_type;
csum_type        2798 fs/btrfs/disk-io.c 	csum_type = btrfs_super_csum_type((struct btrfs_super_block *)bh->b_data);
csum_type        2799 fs/btrfs/disk-io.c 	if (!btrfs_supported_super_csum(csum_type)) {
csum_type        2801 fs/btrfs/disk-io.c 			  csum_type);
csum_type        2807 fs/btrfs/disk-io.c 	ret = btrfs_init_csum_hash(fs_info, csum_type);
csum_type          62 include/net/netfilter/nf_tables_core.h 	u8			csum_type;
csum_type         523 net/netfilter/nft_payload.c 	if ((priv->csum_type == NFT_PAYLOAD_CSUM_INET || priv->csum_flags) &&
csum_type         529 net/netfilter/nft_payload.c 		if (priv->csum_type == NFT_PAYLOAD_CSUM_INET &&
csum_type         559 net/netfilter/nft_payload.c 		priv->csum_type =
csum_type         574 net/netfilter/nft_payload.c 	switch (priv->csum_type) {
csum_type         593 net/netfilter/nft_payload.c 	    nla_put_be32(skb, NFTA_PAYLOAD_CSUM_TYPE, htonl(priv->csum_type)) ||