Searched defs:inl (Results 1 - 5 of 5) sorted by relevance

/drivers/net/ethernet/mellanox/mlx4/
H A Den_tx.c284 if (!tx_info->inl) {
304 if (!tx_info->inl) {
623 struct mlx4_wqe_inline_seg *inl = &tx_desc->inl; local
624 int spc = MLX4_INLINE_ALIGN - CTRL_SIZE - sizeof *inl;
629 inl->byte_count = cpu_to_be32(1 << 31 | skb->len);
631 inl->byte_count = cpu_to_be32(1 << 31 | MIN_PKT_LEN);
632 memset(((void *)(inl + 1)) + skb->len, 0,
635 skb_copy_from_linear_data(skb, inl + 1, hlen);
637 memcpy(((void *)(inl
[all...]
H A Dmlx4_en.h225 u8 inl; member in struct:mlx4_en_tx_info
242 struct mlx4_wqe_inline_seg inl; member in union:mlx4_en_tx_desc::__anon3617
/drivers/infiniband/hw/mlx4/
H A Dqp.c245 struct mlx4_wqe_inline_seg *inl; local
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; local
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
2110 struct mlx4_wqe_inline_seg *inl = wqe + sizeof *mlx; local
2464 struct mlx4_wqe_inline_seg *inl = wqe; local
2583 struct mlx4_wqe_inline_seg *inl = wqe; local
[all...]
/drivers/s390/crypto/
H A Dzcrypt_api.c1167 int inl, c, cx; local
1170 inl = 0;
1172 sprintcl(m, addr+inl, 16);
1173 inl += 16;
1177 sprintcl(m, addr+inl, cx);
1178 inl += cx;
1186 int inl, r, rx; local
1189 inl = 0;
1191 sprintrw(m, addr+inl, 64);
1192 inl
[all...]
/drivers/infiniband/hw/mlx5/
H A Dqp.c1976 int inl = 0; local
1986 inl += len;
1988 if (unlikely(inl > qp->max_inline_data))
2002 seg->byte_count = cpu_to_be32(inl | MLX5_INLINE_SEG);
2004 *sz = ALIGN(inl + sizeof(seg->byte_count), 16) / 16;
2032 struct mlx5_bsf_inl *inl)
2035 inl->vld_refresh = cpu_to_be16(MLX5_BSF_INL_VALID |
2037 inl->dif_apptag = cpu_to_be16(domain->sig.dif.app_tag);
2038 inl->dif_reftag = cpu_to_be32(domain->sig.dif.ref_tag);
2040 inl
2031 mlx5_fill_inl_bsf(struct ib_sig_domain *domain, struct mlx5_bsf_inl *inl) argument
2481 int inl = 0; local
[all...]

Completed in 200 milliseconds