003 File Manager
Current Path:
/usr/src/contrib/ofed/libmlx4
usr
/
src
/
contrib
/
ofed
/
libmlx4
/
📁
..
📄
buf.c
(2 KB)
📄
config.h
(300 B)
📄
cq.c
(21.79 KB)
📄
dbrec.c
(3.79 KB)
📄
doorbell.h
(2.27 KB)
📄
mlx4-abi.h
(3.78 KB)
📄
mlx4.c
(10.62 KB)
📄
mlx4.h
(12.91 KB)
📄
mmio.h
(3.06 KB)
📄
qp.c
(20.04 KB)
📄
srq.c
(7.98 KB)
📄
verbs.c
(28.89 KB)
📄
wqe.h
(3.4 KB)
Editing: config.h
/* $FreeBSD$ */ #ifdef __LP64__ #define SIZEOF_LONG 8 #else #define SIZEOF_LONG 4 #endif #define VALGRIND_MAKE_MEM_DEFINED(...) 0 #define SWITCH_FALLTHROUGH (void)0 #define ALWAYS_INLINE __attribute__ ((__always_inline__)) #define likely(x) __predict_true(x) #define unlikely(x) __predict_false(x)
Upload File
Create Folder