l4_l3_hdr_type    244 drivers/infiniband/hw/mlx5/cq.c 	vlan_present = cqe->l4_l3_hdr_type & 0x1;
l4_l3_hdr_type    767 include/linux/mlx5/device.h 	u8		l4_l3_hdr_type;
l4_l3_hdr_type    827 include/linux/mlx5/device.h 	return (cqe->l4_l3_hdr_type >> 4) & 0x7;
l4_l3_hdr_type    832 include/linux/mlx5/device.h 	return (cqe->l4_l3_hdr_type >> 2) & 0x3;
l4_l3_hdr_type    842 include/linux/mlx5/device.h 	return cqe->l4_l3_hdr_type & 0x1;