Lines Matching defs:arg
10 efc_remote_node_cb(void *arg, int event, void *data)
12 struct efc *efc = arg;
32 _efc_node_free(struct kref *arg)
34 struct efc_node *node = container_of(arg, struct efc_node, ref);
364 enum efc_sm_event evt, void *arg)
420 __efc_node_common(__func__, ctx, evt, arg);
465 enum efc_sm_event evt, void *arg)
531 __efc_node_common(__func__, ctx, evt, arg);
540 enum efc_sm_event evt, void *arg)
583 __efc_node_common(__func__, ctx, evt, arg);
589 enum efc_sm_event evt, void *arg)
640 __efc_node_common(__func__, ctx, evt, arg);
646 enum efc_sm_event evt, void *arg)
650 struct efc_node_cb *cbdata = arg;
770 enum efc_sm_event evt, void *arg)
776 efc_sm_post_event(&node->sm, evt, arg);
843 efc_node_check_els_req(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg,
852 efc_node_check_ns_req(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg,
884 enum efc_sm_event evt, void *arg)
903 enum efc_sm_event evt, void *arg);
920 __efc_node_common(__func__, ctx, evt, arg);
1084 void efc_node_post_els_resp(struct efc_node *node, u32 evt, void *arg)
1090 efc_node_post_event(node, evt, arg);
1094 void efc_node_post_shutdown(struct efc_node *node, void *arg)
1100 efc_node_post_event(node, EFC_EVT_SHUTDOWN, arg);