Linux Kernel
3.7.1
|
#include <hv/iorpc.h>
#include <hv/drv_mpipe_intf.h>
#include <asm/page.h>
#include <gxio/kiorpc.h>
#include <gxio/mpipe.h>
#include <linux/string.h>
#include <linux/module.h>
#include <asm/pgtable.h>
Go to the source code of this file.
#define GXIO_MPIPE_OP_ADJUST_TIMESTAMP_AUX IORPC_OPCODE(IORPC_FORMAT_NONE_NOUSER, 0x1220) |
Definition at line 50 of file iorpc_mpipe.h.
#define GXIO_MPIPE_OP_ALLOC_BUCKETS IORPC_OPCODE(IORPC_FORMAT_NONE, 0x1209) |
Definition at line 38 of file iorpc_mpipe.h.
#define GXIO_MPIPE_OP_ALLOC_BUFFER_STACKS IORPC_OPCODE(IORPC_FORMAT_NONE, 0x1200) |
Definition at line 29 of file iorpc_mpipe.h.
#define GXIO_MPIPE_OP_ALLOC_EDMA_RINGS IORPC_OPCODE(IORPC_FORMAT_NONE, 0x120b) |
Definition at line 40 of file iorpc_mpipe.h.
#define GXIO_MPIPE_OP_ALLOC_NOTIF_GROUPS IORPC_OPCODE(IORPC_FORMAT_NONE, 0x1207) |
Definition at line 36 of file iorpc_mpipe.h.
#define GXIO_MPIPE_OP_ALLOC_NOTIF_RINGS IORPC_OPCODE(IORPC_FORMAT_NONE, 0x1203) |
Definition at line 32 of file iorpc_mpipe.h.
#define GXIO_MPIPE_OP_ARM_POLLFD IORPC_OPCODE(IORPC_FORMAT_KERNEL_POLLFD, 0x9000) |
Definition at line 51 of file iorpc_mpipe.h.
#define GXIO_MPIPE_OP_CHECK_MMIO_OFFSET IORPC_OPCODE(IORPC_FORMAT_NONE_NOUSER, 0x8001) |
Definition at line 54 of file iorpc_mpipe.h.
#define GXIO_MPIPE_OP_CLOSE_POLLFD IORPC_OPCODE(IORPC_FORMAT_KERNEL_POLLFD, 0x9001) |
Definition at line 52 of file iorpc_mpipe.h.
#define GXIO_MPIPE_OP_COMMIT_RULES IORPC_OPCODE(IORPC_FORMAT_NONE, 0x120f) |
Definition at line 43 of file iorpc_mpipe.h.
#define GXIO_MPIPE_OP_ENABLE_NOTIF_RING_INTERRUPT IORPC_OPCODE(IORPC_FORMAT_NONE, 0x1206) |
Definition at line 35 of file iorpc_mpipe.h.
#define GXIO_MPIPE_OP_GET_MMIO_BASE IORPC_OPCODE(IORPC_FORMAT_NONE_NOUSER, 0x8000) |
Definition at line 53 of file iorpc_mpipe.h.
#define GXIO_MPIPE_OP_GET_TIMESTAMP_AUX IORPC_OPCODE(IORPC_FORMAT_NONE_NOUSER, 0x121e) |
Definition at line 48 of file iorpc_mpipe.h.
#define GXIO_MPIPE_OP_INIT_BUCKET IORPC_OPCODE(IORPC_FORMAT_NONE, 0x120a) |
Definition at line 39 of file iorpc_mpipe.h.
#define GXIO_MPIPE_OP_INIT_BUFFER_STACK_AUX IORPC_OPCODE(IORPC_FORMAT_KERNEL_MEM, 0x1201) |
Definition at line 30 of file iorpc_mpipe.h.
#define GXIO_MPIPE_OP_INIT_EDMA_RING_AUX IORPC_OPCODE(IORPC_FORMAT_KERNEL_MEM, 0x120c) |
Definition at line 41 of file iorpc_mpipe.h.
#define GXIO_MPIPE_OP_INIT_NOTIF_GROUP IORPC_OPCODE(IORPC_FORMAT_NONE, 0x1208) |
Definition at line 37 of file iorpc_mpipe.h.
#define GXIO_MPIPE_OP_INIT_NOTIF_RING_AUX IORPC_OPCODE(IORPC_FORMAT_KERNEL_MEM, 0x1204) |
Definition at line 33 of file iorpc_mpipe.h.
#define GXIO_MPIPE_OP_LINK_CLOSE_AUX IORPC_OPCODE(IORPC_FORMAT_NONE, 0x1212) |
Definition at line 46 of file iorpc_mpipe.h.
#define GXIO_MPIPE_OP_LINK_OPEN_AUX IORPC_OPCODE(IORPC_FORMAT_NONE, 0x1211) |
Definition at line 45 of file iorpc_mpipe.h.
#define GXIO_MPIPE_OP_REGISTER_CLIENT_MEMORY IORPC_OPCODE(IORPC_FORMAT_NONE_NOUSER, 0x1210) |
Definition at line 44 of file iorpc_mpipe.h.
#define GXIO_MPIPE_OP_REQUEST_NOTIF_RING_INTERRUPT IORPC_OPCODE(IORPC_FORMAT_KERNEL_INTERRUPT, 0x1205) |
Definition at line 34 of file iorpc_mpipe.h.
#define GXIO_MPIPE_OP_SET_TIMESTAMP_AUX IORPC_OPCODE(IORPC_FORMAT_NONE_NOUSER, 0x121f) |
Definition at line 49 of file iorpc_mpipe.h.
int gxio_mpipe_adjust_timestamp_aux | ( | gxio_mpipe_context_t * | context, |
int64_t | nsec | ||
) |
Definition at line 442 of file iorpc_mpipe.c.
int gxio_mpipe_alloc_buckets | ( | gxio_mpipe_context_t * | context, |
unsigned int | count, | ||
unsigned int | first, | ||
unsigned int | flags | ||
) |
Definition at line 226 of file iorpc_mpipe.c.
int gxio_mpipe_alloc_buffer_stacks | ( | gxio_mpipe_context_t * | context, |
unsigned int | count, | ||
unsigned int | first, | ||
unsigned int | flags | ||
) |
Definition at line 24 of file iorpc_mpipe.c.
int gxio_mpipe_alloc_edma_rings | ( | gxio_mpipe_context_t * | context, |
unsigned int | count, | ||
unsigned int | first, | ||
unsigned int | flags | ||
) |
Definition at line 268 of file iorpc_mpipe.c.
int gxio_mpipe_alloc_notif_groups | ( | gxio_mpipe_context_t * | context, |
unsigned int | count, | ||
unsigned int | first, | ||
unsigned int | flags | ||
) |
Definition at line 182 of file iorpc_mpipe.c.
int gxio_mpipe_alloc_notif_rings | ( | gxio_mpipe_context_t * | context, |
unsigned int | count, | ||
unsigned int | first, | ||
unsigned int | flags | ||
) |
Definition at line 83 of file iorpc_mpipe.c.
int gxio_mpipe_arm_pollfd | ( | gxio_mpipe_context_t * | context, |
int | pollfd_cookie | ||
) |
Definition at line 461 of file iorpc_mpipe.c.
int gxio_mpipe_check_mmio_offset | ( | gxio_mpipe_context_t * | context, |
unsigned long | offset, | ||
unsigned long | size | ||
) |
Definition at line 516 of file iorpc_mpipe.c.
int gxio_mpipe_close_pollfd | ( | gxio_mpipe_context_t * | context, |
int | pollfd_cookie | ||
) |
Definition at line 478 of file iorpc_mpipe.c.
int gxio_mpipe_commit_rules | ( | gxio_mpipe_context_t * | context, |
const void * | blob, | ||
size_t | blob_size | ||
) |
Definition at line 318 of file iorpc_mpipe.c.
int gxio_mpipe_enable_notif_ring_interrupt | ( | gxio_mpipe_context_t * | context, |
unsigned int | ring | ||
) |
Definition at line 161 of file iorpc_mpipe.c.
int gxio_mpipe_get_mmio_base | ( | gxio_mpipe_context_t * | context, |
HV_PTE * | base | ||
) |
Definition at line 495 of file iorpc_mpipe.c.
int gxio_mpipe_get_timestamp_aux | ( | gxio_mpipe_context_t * | context, |
uint64_t * | sec, | ||
uint64_t * | nsec, | ||
uint64_t * | cycles | ||
) |
Definition at line 397 of file iorpc_mpipe.c.
int gxio_mpipe_init_bucket | ( | gxio_mpipe_context_t * | context, |
unsigned int | bucket, | ||
MPIPE_LBL_INIT_DAT_BSTS_TBL_t | bucket_info | ||
) |
Definition at line 247 of file iorpc_mpipe.c.
int gxio_mpipe_init_buffer_stack_aux | ( | gxio_mpipe_context_t * | context, |
void * | mem_va, | ||
size_t | mem_size, | ||
unsigned int | mem_flags, | ||
unsigned int | stack, | ||
unsigned int | buffer_size_enum | ||
) |
Definition at line 48 of file iorpc_mpipe.c.
int gxio_mpipe_init_edma_ring_aux | ( | gxio_mpipe_context_t * | context, |
void * | mem_va, | ||
size_t | mem_size, | ||
unsigned int | mem_flags, | ||
unsigned int | ring, | ||
unsigned int | channel | ||
) |
Definition at line 291 of file iorpc_mpipe.c.
int gxio_mpipe_init_notif_group | ( | gxio_mpipe_context_t * | context, |
unsigned int | group, | ||
gxio_mpipe_notif_group_bits_t | bits | ||
) |
Definition at line 204 of file iorpc_mpipe.c.
int gxio_mpipe_init_notif_ring_aux | ( | gxio_mpipe_context_t * | context, |
void * | mem_va, | ||
size_t | mem_size, | ||
unsigned int | mem_flags, | ||
unsigned int | ring | ||
) |
Definition at line 105 of file iorpc_mpipe.c.
int gxio_mpipe_link_close_aux | ( | gxio_mpipe_context_t * | context, |
int | mac | ||
) |
Definition at line 377 of file iorpc_mpipe.c.
int gxio_mpipe_link_open_aux | ( | gxio_mpipe_context_t * | context, |
_gxio_mpipe_link_name_t | name, | ||
unsigned int | flags | ||
) |
Definition at line 358 of file iorpc_mpipe.c.
int gxio_mpipe_register_client_memory | ( | gxio_mpipe_context_t * | context, |
unsigned int | iotlb, | ||
HV_PTE | pte, | ||
unsigned int | flags | ||
) |
Definition at line 335 of file iorpc_mpipe.c.
int gxio_mpipe_request_notif_ring_interrupt | ( | gxio_mpipe_context_t * | context, |
int | inter_x, | ||
int | inter_y, | ||
int | inter_ipi, | ||
int | inter_event, | ||
unsigned int | ring | ||
) |
Definition at line 136 of file iorpc_mpipe.c.
int gxio_mpipe_set_timestamp_aux | ( | gxio_mpipe_context_t * | context, |
uint64_t | sec, | ||
uint64_t | nsec, | ||
uint64_t | cycles | ||
) |
Definition at line 422 of file iorpc_mpipe.c.