Searched refs:csum_type (Results 1 – 15 of 15) sorted by relevance
137 int required_headroom, additional_header_len, csum_type = 0; in rmnet_map_egress_handler() local145 csum_type = RMNET_FLAGS_EGRESS_MAP_CKSUMV4; in rmnet_map_egress_handler()148 csum_type = RMNET_FLAGS_EGRESS_MAP_CKSUMV5; in rmnet_map_egress_handler()156 if (csum_type) in rmnet_map_egress_handler()158 csum_type); in rmnet_map_egress_handler()
54 int csum_type);
477 int csum_type) in rmnet_map_checksum_uplink_packet() argument479 switch (csum_type) { in rmnet_map_checksum_uplink_packet()
48 bi->csum_type = BLK_INTEGRITY_CSUM_IP; in sd_dif_config_host()50 bi->csum_type = BLK_INTEGRITY_CSUM_CRC; in sd_dif_config_host()
1082 int csum_type; in hwcsum() local1087 csum_type = TX_CSUM_TCPIP; in hwcsum()1089 csum_type = TX_CSUM_UDPIP; in hwcsum()1105 csum_type = TX_CSUM_TCPIP6; in hwcsum()1107 csum_type = TX_CSUM_UDPIP6; in hwcsum()1112 if (likely(csum_type >= TX_CSUM_TCPIP)) { in hwcsum()1120 return TXPKT_CSUM_TYPE_V(csum_type) | hdr_len; in hwcsum()1124 return TXPKT_CSUM_TYPE_V(csum_type) | in hwcsum()
671 if (meta->csum_type) { in nfp_nfd3_rx_csum()672 skb->ip_summed = meta->csum_type; in nfp_nfd3_rx_csum()780 meta->csum_type = CHECKSUM_COMPLETE; in nfp_nfd3_parse_meta()
684 if (meta->csum_type) { in nfp_nfdk_rx_csum()685 skb->ip_summed = meta->csum_type; in nfp_nfdk_rx_csum()780 meta->csum_type = CHECKSUM_COMPLETE; in nfp_nfdk_parse_meta()
1146 int csum_type; in hwcsum() local1166 csum_type = TX_CSUM_TCPIP; in hwcsum()1168 csum_type = TX_CSUM_UDPIP; in hwcsum()1181 csum_type = TX_CSUM_TCPIP6; in hwcsum()1183 csum_type = TX_CSUM_UDPIP6; in hwcsum()1188 if (likely(csum_type >= TX_CSUM_TCPIP)) { in hwcsum()1208 return TXPKT_CSUM_TYPE_V(csum_type) | hdr_len; in hwcsum()1212 return TXPKT_CSUM_TYPE_V(csum_type) | in hwcsum()
71 if (bi->csum_type == BLK_INTEGRITY_CSUM_CRC) { in nvmet_bdev_ns_enable_integrity()
259 u8 csum_type; member
265 unsigned int csum_type; in mana_start_xmit() local371 csum_type = mana_checksum_info(skb); in mana_start_xmit()377 if (csum_type == IPPROTO_TCP) { in mana_start_xmit()384 } else if (csum_type == IPPROTO_UDP) { in mana_start_xmit()
1837 bi->csum_type = BLK_INTEGRITY_CSUM_CRC; in nvme_init_integrity()1842 bi->csum_type = BLK_INTEGRITY_CSUM_CRC64; in nvme_init_integrity()1854 bi->csum_type = BLK_INTEGRITY_CSUM_CRC; in nvme_init_integrity()1860 bi->csum_type = BLK_INTEGRITY_CSUM_CRC64; in nvme_init_integrity()1874 if (bi->csum_type) { in nvme_init_integrity()
159 switch (bi->csum_type) { in iblock_configure_device()
1208 if (!bi || bi->csum_type != BLK_INTEGRITY_CSUM_NONE) { in crypt_integrity_ctr()
4744 if (!bi || bi->csum_type != BLK_INTEGRITY_CSUM_NONE) { in dm_integrity_ctr()
Completed in 64 milliseconds