arpc
struct arpc *rpc;
static struct arpc *arpc_alloc(void *payload, u16 size, u8 type)
struct arpc *rpc;
static void arpc_free(struct arpc *rpc)
static struct arpc *arpc_find(struct es2_ap_dev *es2, __le16 id)
struct arpc *rpc;
static void arpc_add(struct es2_ap_dev *es2, struct arpc *rpc)
static void arpc_del(struct es2_ap_dev *es2, struct arpc *rpc)
static int arpc_send(struct es2_ap_dev *es2, struct arpc *rpc, int timeout)
struct arpc *rpc;