Home
last modified time | relevance | path

Searched refs:lstcon_node (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/lustre/lnet/selftest/
Dconrpc.h60 struct lstcon_node;
65 struct lstcon_node *crp_node; /* destination node */
104 typedef int (*lstcon_rpc_cond_func_t)(int, struct lstcon_node *, void *);
108 int lstcon_sesrpc_prep(struct lstcon_node *nd, int transop,
110 int lstcon_dbgrpc_prep(struct lstcon_node *nd,
112 int lstcon_batrpc_prep(struct lstcon_node *nd, int transop, unsigned version,
114 int lstcon_testrpc_prep(struct lstcon_node *nd, int transop, unsigned version,
116 int lstcon_statrpc_prep(struct lstcon_node *nd, unsigned version,
Dconrpc.c46 struct lstcon_node *, lstcon_trans_stat_t *);
89 lstcon_rpc_init(struct lstcon_node *nd, int service, unsigned feats, in lstcon_rpc_init()
114 lstcon_rpc_prep(struct lstcon_node *nd, int service, unsigned feats, in lstcon_rpc_prep()
288 struct lstcon_node *nd; in lstcon_rpc_trans_abort()
387 struct lstcon_node *nd = crpc->crp_node; in lstcon_rpc_get_reply()
475 struct lstcon_node *nd; in lstcon_rpc_trans_interpreter()
591 lstcon_sesrpc_prep(struct lstcon_node *nd, int transop, in lstcon_sesrpc_prep()
630 lstcon_dbgrpc_prep(struct lstcon_node *nd, unsigned feats, struct lstcon_rpc **crpc) in lstcon_dbgrpc_prep()
648 lstcon_batrpc_prep(struct lstcon_node *nd, int transop, unsigned feats, in lstcon_batrpc_prep()
681 lstcon_statrpc_prep(struct lstcon_node *nd, unsigned feats, struct lstcon_rpc **crpc) in lstcon_statrpc_prep()
[all …]
Dconsole.h50 struct lstcon_node { struct
63 struct lstcon_node *ndl_node; /* pointer to node */ argument
Dconsole.c60 lstcon_node_get(struct lstcon_node *nd) in lstcon_node_get()
68 lstcon_node_find(lnet_process_id_t id, struct lstcon_node **ndpp, int create) in lstcon_node_find()
89 LIBCFS_ALLOC(*ndpp, sizeof(struct lstcon_node) + sizeof(struct lstcon_ndlink)); in lstcon_node_find()
116 lstcon_node_put(struct lstcon_node *nd) in lstcon_node_put()
134 LIBCFS_FREE(nd, sizeof(struct lstcon_node) + sizeof(struct lstcon_ndlink)); in lstcon_node_put()
143 struct lstcon_node *nd; in lstcon_ndlink_find()
340 lstcon_sesrpc_condition(int transop, struct lstcon_node *nd, void *arg) in lstcon_sesrpc_condition()
744 struct lstcon_node *nd; in lstcon_nodes_getent()
997 lstcon_batrpc_condition(int transop, struct lstcon_node *nd, void *arg) in lstcon_batrpc_condition()
1140 lstcon_testrpc_condition(int transop, struct lstcon_node *nd, void *arg) in lstcon_testrpc_condition()