eth_len            45 drivers/net/ethernet/chelsio/libcxgb/libcxgb_cm.c 	int eth_len = (CHELSIO_CHIP_VERSION(type) <= CHELSIO_T5) ?
eth_len            51 drivers/net/ethernet/chelsio/libcxgb/libcxgb_cm.c 	struct iphdr *ip = (struct iphdr *)((u8 *)(req + 1) + eth_len);
eth_len            52 drivers/net/ethernet/chelsio/libcxgb/libcxgb_cm.c 	struct ipv6hdr *ip6 = (struct ipv6hdr *)((u8 *)(req + 1) + eth_len);
eth_len            54 drivers/net/ethernet/chelsio/libcxgb/libcxgb_cm.c 			     ((u8 *)(req + 1) + eth_len + ip_len);