Searched refs:nent (Results 26 - 43 of 43) sorted by relevance

12

/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dcq.c810 int mlx4_alloc_cq_buf(struct mlx4_device *dev, struct mlx4_buf *buf, int nent, argument
813 if (mlx4_alloc_buf(buf, align(nent * entry_size, dev->page_size),
816 memset(buf->buf, 0, nent * entry_size);
H A Dmlx4.h390 int mlx4_alloc_cq_buf(struct mlx4_device *dev, struct mlx4_buf *buf, int nent,
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_cq.c101 static int mlx4_ib_alloc_cq_buf(struct mlx4_ib_dev *dev, struct mlx4_ib_cq_buf *buf, int nent) argument
105 err = mlx4_buf_alloc(dev->dev, nent * dev->dev->caps.cqe_size,
127 mlx4_buf_free(dev->dev, nent * buf->entry_size, &buf->buf);
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_provider.c657 int nent; local
695 for (nent = 1; nent <= entries; nent <<= 1)
698 err = mthca_init_cq(to_mdev(ibdev), nent,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h2185 #define __sanitizer_syscall_pre_compat_50_aio_suspend(list, nent, timeout) \
2187 (long long)(list), (long long)(nent), (long long)(timeout))
2188 #define __sanitizer_syscall_post_compat_50_aio_suspend(res, list, nent, \
2191 res, (long long)(list), (long long)(nent), (long long)(timeout))
2196 #define __sanitizer_syscall_pre_lio_listio(mode, list, nent, sig) \
2199 (long long)(nent), (long long)(sig))
2200 #define __sanitizer_syscall_post_lio_listio(res, mode, list, nent, sig) \
2202 res, (long long)(mode), (long long)(list), (long long)(nent), \
2404 #define __sanitizer_syscall_pre___aio_suspend50(list, nent, timeout) \
2406 (long long)(list), (long long)(nent), (lon
[all...]
/freebsd-11-stable/sys/xen/interface/
H A Dplatform.h278 uint32_t nent; member in struct:xenpf_firmware_info::__anon13583::xenpf_efi_info::__anon13587
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_fw.c1504 int nent = 0; local
1534 pages[nent * 2] = cpu_to_be64(virt);
1538 pages[nent * 2 + 1] =
1544 if (++nent == MLX4_MAILBOX_SIZE / 16) {
1545 err = mlx4_cmd(dev, mailbox->dma, nent, 0, op,
1550 nent = 0;
1555 if (nent)
1556 err = mlx4_cmd(dev, mailbox->dma, nent, 0, op,
H A Dmlx4.h392 int nent; member in struct:mlx4_eq
/freebsd-11-stable/sys/dev/mlx5/
H A Ddriver.h399 int nent; member in struct:mlx5_eq
1030 int nent, u64 mask, struct mlx5_uar *uar);
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_main.c641 int nent; local
647 nent = MLX5_COMP_EQ_SIZE;
652 i + MLX5_EQ_VEC_COMP_BASE, nent, 0,
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dmlx5.h601 struct mlx5_buf *buf, int nent, int cqe_sz);
/freebsd-11-stable/lib/libc/net/
H A Dgetaddrinfo.c771 struct policyqueue *ent, *nent; local
773 for (ent = TAILQ_FIRST(head); ent; ent = nent) {
774 nent = TAILQ_NEXT(ent, pc_entry);
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_proto.h259 char nent_l_[PADL_(int)]; int nent; char nent_r_[PADR_(int)]; member in struct:freebsd32_lio_listio_args
293 char nent_l_[PADL_(int)]; int nent; char nent_r_[PADR_(int)]; member in struct:freebsd32_aio_suspend_args
1051 char nent_l_[PADL_(int)]; int nent; char nent_r_[PADR_(int)]; member in struct:freebsd6_freebsd32_lio_listio_args
H A Dfreebsd32_systrace_args.c1341 iarg[2] = p->nent; /* int */
1559 iarg[1] = p->nent; /* int */
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h391 int nent; member in struct:mlx5_ib_cq_buf
/freebsd-11-stable/sys/dev/mlx4/
H A Ddevice.h1120 int mlx4_cq_alloc(struct mlx4_dev *dev, int nent, struct mlx4_mtt *mtt,
/freebsd-11-stable/sys/sys/
H A Dsysproto.h744 char nent_l_[PADL_(int)]; int nent; char nent_r_[PADR_(int)]; member in struct:lio_listio_args
842 char nent_l_[PADL_(int)]; int nent; char nent_r_[PADR_(int)]; member in struct:aio_suspend_args
2471 char nent_l_[PADL_(int)]; int nent; char nent_r_[PADR_(int)]; member in struct:freebsd6_lio_listio_args
/freebsd-11-stable/sys/kern/
H A Dsystrace_args.c1377 iarg[2] = p->nent; /* int */
1593 iarg[1] = p->nent; /* int */

Completed in 491 milliseconds

12