Searched refs:wqe_size (Results 1 – 9 of 9) sorted by relevance
| /trueos/contrib/ofed/libmlx4/fixes/ |
| HD | fix_inline_size.patch | 118 int wqe_size; 121 - wqe_size = (1 << qp->sq.wqe_shift) - sizeof (struct mlx4_wqe_ctrl_seg); 122 + wqe_size = min((1 << qp->sq.wqe_shift), MLX4_MAX_WQE_SIZE) - 126 wqe_size -= sizeof (struct mlx4_wqe_datagram_seg);
|
| HD | lim_qp_resources.patch | 17 int wqe_size; 20 wqe_size = (1 << qp->sq.wqe_shift) - sizeof (struct mlx4_wqe_ctrl_seg); 25 qp->sq.max_gs = wqe_size / sizeof (struct mlx4_wqe_data_seg);
|
| HD | xrc_consolidated_v2.patch | 341 wqe_size -= sizeof (struct mlx4_wqe_raddr_seg);
|
| /trueos/sys/contrib/octeon-sdk/ |
| HD | cvmx-helper-fpa.c | 136 int wqe_pool, int wqe_size, int wqe_entries, in __cvmx_helper_initialize_fpa() argument 159 status = __cvmx_helper_initialize_fpa_pool(wqe_pool, wqe_size, wqe_entries, in __cvmx_helper_initialize_fpa()
|
| /trueos/contrib/ofed/libmlx4/src/ |
| HD | qp.c | 634 int wqe_size; in mlx4_set_sq_sizes() local 637 wqe_size = min((1 << qp->sq.wqe_shift), MLX4_MAX_WQE_SIZE) - in mlx4_set_sq_sizes() 641 wqe_size -= sizeof (struct mlx4_wqe_datagram_seg); in mlx4_set_sq_sizes() 647 wqe_size -= sizeof (struct mlx4_wqe_raddr_seg); in mlx4_set_sq_sizes() 654 qp->sq.max_gs = wqe_size / sizeof (struct mlx4_wqe_data_seg); in mlx4_set_sq_sizes() 666 qp->max_inline_data = wqe_size - in mlx4_set_sq_sizes() 668 (align(wqe_size, MLX4_INLINE_ALIGN) / MLX4_INLINE_ALIGN); in mlx4_set_sq_sizes()
|
| /trueos/sys/ofed/drivers/infiniband/core/ |
| HD | uverbs_cmd.c | 1447 if (in_len < sizeof cmd + cmd.wqe_size * cmd.wr_count + in ib_uverbs_post_send() 1451 if (cmd.wqe_size < sizeof (struct ib_uverbs_send_wr)) in ib_uverbs_post_send() 1454 user_wr = kmalloc(cmd.wqe_size, GFP_KERNEL); in ib_uverbs_post_send() 1467 buf + sizeof cmd + i * cmd.wqe_size, in ib_uverbs_post_send() 1468 cmd.wqe_size)) { in ib_uverbs_post_send() 1546 cmd.wr_count * cmd.wqe_size + in ib_uverbs_post_send() 1591 u32 wqe_size) in ib_uverbs_unmarshall_recv() argument 1599 if (in_len < wqe_size * wr_count + in ib_uverbs_unmarshall_recv() 1603 if (wqe_size < sizeof (struct ib_uverbs_recv_wr)) in ib_uverbs_unmarshall_recv() 1606 user_wr = kmalloc(wqe_size, GFP_KERNEL); in ib_uverbs_unmarshall_recv() [all …]
|
| /trueos/sys/ofed/include/rdma/ |
| HD | ib_user_verbs.h | 617 __u32 wqe_size; member 636 __u32 wqe_size; member 649 __u32 wqe_size; member
|
| /trueos/contrib/ofed/libibverbs/include/infiniband/ |
| HD | kern-abi.h | 702 __u32 wqe_size; member 724 __u32 wqe_size; member 740 __u32 wqe_size; member
|
| /trueos/contrib/ofed/libibverbs/src/ |
| HD | cmd.c | 1052 cmd->wqe_size = sizeof *n; in ibv_cmd_post_send() 1142 cmd->wqe_size = sizeof *n; in ibv_cmd_post_recv() 1203 cmd->wqe_size = sizeof *n; in ibv_cmd_post_srq_recv()
|