Lines Matching defs:inl

245 	struct mlx4_wqe_inline_seg *inl;
262 inl = wqe + s;
263 inl->byte_count = cpu_to_be32(1 << 31 | (size - s - sizeof *inl));
1988 struct mlx4_wqe_inline_seg *inl = wqe + sizeof *mlx;
2060 ((unsigned long) (inl + 1) & (MLX4_INLINE_ALIGN - 1));
2062 inl->byte_count = cpu_to_be32(1 << 31 | header_size);
2063 memcpy(inl + 1, sqp->header_buf, header_size);
2066 inl->byte_count = cpu_to_be32(1 << 31 | spc);
2067 memcpy(inl + 1, sqp->header_buf, spc);
2069 inl = (void *) (inl + 1) + spc;
2070 memcpy(inl + 1, sqp->header_buf + spc, header_size - spc);
2085 inl->byte_count = cpu_to_be32(1 << 31 | (header_size - spc));
2110 struct mlx4_wqe_inline_seg *inl = wqe + sizeof *mlx;
2288 ((unsigned long) (inl + 1) & (MLX4_INLINE_ALIGN - 1));
2290 inl->byte_count = cpu_to_be32(1 << 31 | header_size);
2291 memcpy(inl + 1, sqp->header_buf, header_size);
2294 inl->byte_count = cpu_to_be32(1 << 31 | spc);
2295 memcpy(inl + 1, sqp->header_buf, spc);
2297 inl = (void *) (inl + 1) + spc;
2298 memcpy(inl + 1, sqp->header_buf + spc, header_size - spc);
2313 inl->byte_count = cpu_to_be32(1 << 31 | (header_size - spc));
2464 struct mlx4_wqe_inline_seg *inl = wqe;
2478 ((unsigned long) (inl + 1) & (MLX4_INLINE_ALIGN - 1));
2480 memcpy(inl + 1, &hdr, sizeof (hdr));
2482 inl->byte_count = cpu_to_be32(1 << 31 | sizeof (hdr));
2485 memcpy(inl + 1, &hdr, spc);
2487 inl->byte_count = cpu_to_be32(1 << 31 | spc);
2489 inl = (void *) (inl + 1) + spc;
2490 memcpy(inl + 1, (void *) &hdr + spc, sizeof (hdr) - spc);
2492 inl->byte_count = cpu_to_be32(1 << 31 | (sizeof (hdr) - spc));
2583 struct mlx4_wqe_inline_seg *inl = wqe;
2585 inl->byte_count = cpu_to_be32(1 << 31);