Motr  M0
addb2_xc.c
Go to the documentation of this file.
1 /* This file is automatically generated from rpc/addb2.h */
2 
3 #include "lib/misc.h" /* offsetof */
4 #include "lib/assert.h"
5 #include "xcode/xcode.h"
6 
7 #include "rpc/addb2.h"
8 #include "rpc/addb2_xc.h"
9 
10 
11 
12 
14  { .xev_idx = 0, .xev_name = "M0_AVI_RPC_LOCK", .xev_val = 32769 },
15  { .xev_idx = 1, .xev_name = "M0_AVI_RPC_REPLIED", .xev_val = 32770 },
16  { .xev_idx = 2, .xev_name = "M0_AVI_RPC_OUT_PHASE", .xev_val = 32771 },
17  { .xev_idx = 3, .xev_name = "M0_AVI_RPC_IN_PHASE", .xev_val = 32772 },
18  { .xev_idx = 4, .xev_name = "M0_AVI_RPC_ITEM_ID_ASSIGN", .xev_val = 32773 },
19  { .xev_idx = 5, .xev_name = "M0_AVI_RPC_ITEM_ID_FETCH", .xev_val = 32774 },
20  { .xev_idx = 6, .xev_name = "M0_AVI_RPC_BULK_OP", .xev_val = 32775 },
21  { .xev_idx = 7, .xev_name = "M0_AVI_RPC_ATTR_OPCODE", .xev_val = 32776 },
22  { .xev_idx = 8, .xev_name = "M0_AVI_RPC_ATTR_NR_SENT", .xev_val = 32777 },
23  { .xev_idx = 9, .xev_name = "M0_AVI_RPC_BULK_ATTR_OP", .xev_val = 32778 },
24  { .xev_idx = 10, .xev_name = "M0_AVI_RPC_BULK_ATTR_BUF_NR", .xev_val = 32779 },
25  { .xev_idx = 11, .xev_name = "M0_AVI_RPC_BULK_ATTR_BYTES", .xev_val = 32780 },
26  { .xev_idx = 12, .xev_name = "M0_AVI_RPC_BULK_ATTR_SEG_NR", .xev_val = 32781 },
27  { .xev_idx = -1, .xev_name = "Invalid value of enum 'm0_avi_rpc_labels'." }
28 };
29 
31  .xe_name = "m0_avi_rpc_labels",
32  .xe_nr = 13,
33  .xe_val = m0_avi_rpc_labels_data,
34  .xe_maxlen = 27
35 };
36 
37 M0_INTERNAL void m0_xc_rpc_addb2_init(void)
38 {
39 }
40 
41 M0_INTERNAL void m0_xc_rpc_addb2_fini(void)
42 {
43 }
struct m0_xcode_enum m0_xc_m0_avi_rpc_labels_enum
Definition: addb2_xc.c:30
M0_INTERNAL void m0_xc_rpc_addb2_fini(void)
Definition: addb2_xc.c:41
const char * xe_name
Definition: enum.h:58
const struct m0_xcode_enum_val m0_avi_rpc_labels_data[]
Definition: addb2_xc.c:13
M0_INTERNAL void m0_xc_rpc_addb2_init(void)
Definition: addb2_xc.c:37