ipcss             662 drivers/net/ethernet/intel/e1000/e1000_hw.h 			u8 ipcss;	/* IP checksum start */
ipcss            2696 drivers/net/ethernet/intel/e1000/e1000_main.c 	u8 ipcss, ipcso, tucss, tucso, hdr_len;
ipcss            2725 drivers/net/ethernet/intel/e1000/e1000_main.c 		ipcss = skb_network_offset(skb);
ipcss            2738 drivers/net/ethernet/intel/e1000/e1000_main.c 		context_desc->lower_setup.ip_fields.ipcss  = ipcss;
ipcss             290 drivers/net/ethernet/intel/e1000e/hw.h 			u8 ipcss;      /* IP checksum start */
ipcss            5440 drivers/net/ethernet/intel/e1000e/netdev.c 	u8 ipcss, ipcso, tucss, tucso, hdr_len;
ipcss            5467 drivers/net/ethernet/intel/e1000e/netdev.c 	ipcss = skb_network_offset(skb);
ipcss            5479 drivers/net/ethernet/intel/e1000e/netdev.c 	context_desc->lower_setup.ip_fields.ipcss = ipcss;
ipcss             561 drivers/net/ethernet/intel/ixgb/ixgb_hw.h 	u8 ipcss;
ipcss            1189 drivers/net/ethernet/intel/ixgb/ixgb_main.c 	u8 ipcss, ipcso, tucss, tucso, hdr_len;
ipcss            1209 drivers/net/ethernet/intel/ixgb/ixgb_main.c 		ipcss = skb_network_offset(skb);
ipcss            1221 drivers/net/ethernet/intel/ixgb/ixgb_main.c 		context_desc->ipcss = ipcss;
ipcss            1269 drivers/net/ethernet/intel/ixgb/ixgb_main.c 		*(u32 *)&(context_desc->ipcss) = 0;