|
libxcoder
3.5.4
|
Definitions related to NETINT P2P kernel driver interface. More...
Go to the source code of this file.
Data Structures | |
| struct | netint_logan_iocmd_export_dmabuf |
| struct | netint_logan_iocmd_issue_request |
| struct | netint_logan_iocmd_attach_rfence |
| struct | netint_logan_iocmd_signal_rfence |
Macros | |
| #define | NI_DMABUF_READ_FENCE (1 << 0) |
| #define | NI_DMABUF_SYNC_FILE_OUT_FENCE (1 << 1) |
| #define | NI_DMABUF_SYNC_FILE_IN_FENCE (1 << 2) |
| #define | NETINT_LOGAN_IOCTL_ID _IO('N', 0x80) |
| #define | NETINT_LOGAN_IOCTL_EXPORT_DMABUF _IOWR('N', 0x81, struct netint_logan_iocmd_export_dmabuf) |
| #define | NETINT_LOGAN_IOCTL_ATTACH_RFENCE _IOW('N', 0x82, struct netint_logan_iocmd_attach_rfence) |
| #define | NETINT_LOGAN_IOCTL_SIGNAL_RFENCE _IOW('N', 0x83, struct netint_logan_iocmd_signal_rfence) |
| #define | NETINT_LOGAN_IOCTL_ISSUE_REQ _IOW('N', 0x85, struct netint_logan_iocmd_issue_request) |
Enumerations | |
| enum | { NI_DMABUF_READ_FROM_DEVICE = 0 , NI_DMABUF_WRITE_TO_DEVICE = 1 } |
| #define NETINT_LOGAN_IOCTL_ATTACH_RFENCE _IOW('N', 0x82, struct netint_logan_iocmd_attach_rfence) |
Definition at line 77 of file ni_logan_p2p_ioctl.h.
| #define NETINT_LOGAN_IOCTL_EXPORT_DMABUF _IOWR('N', 0x81, struct netint_logan_iocmd_export_dmabuf) |
Definition at line 75 of file ni_logan_p2p_ioctl.h.
| #define NETINT_LOGAN_IOCTL_ID _IO('N', 0x80) |
Definition at line 74 of file ni_logan_p2p_ioctl.h.
| #define NETINT_LOGAN_IOCTL_ISSUE_REQ _IOW('N', 0x85, struct netint_logan_iocmd_issue_request) |
Definition at line 81 of file ni_logan_p2p_ioctl.h.
| #define NETINT_LOGAN_IOCTL_SIGNAL_RFENCE _IOW('N', 0x83, struct netint_logan_iocmd_signal_rfence) |
Definition at line 79 of file ni_logan_p2p_ioctl.h.
| #define NI_DMABUF_READ_FENCE (1 << 0) |
Definition at line 31 of file ni_logan_p2p_ioctl.h.
| #define NI_DMABUF_SYNC_FILE_IN_FENCE (1 << 2) |
Definition at line 33 of file ni_logan_p2p_ioctl.h.
| #define NI_DMABUF_SYNC_FILE_OUT_FENCE (1 << 1) |
Definition at line 32 of file ni_logan_p2p_ioctl.h.
| anonymous enum |
| Enumerator | |
|---|---|
| NI_DMABUF_READ_FROM_DEVICE | |
| NI_DMABUF_WRITE_TO_DEVICE | |
Definition at line 35 of file ni_logan_p2p_ioctl.h.