Searched refs:ctx_ops (Results 1 – 1 of 1) sorted by relevance
122 ntb->ctx_ops = NULL; in ntb_register_device()141 const struct ntb_ctx_ops *ctx_ops) in ntb_set_ctx() argument145 if (!ntb_ctx_ops_is_valid(ctx_ops)) in ntb_set_ctx()147 if (ntb->ctx_ops) in ntb_set_ctx()153 ntb->ctx_ops = ctx_ops; in ntb_set_ctx()167 ntb->ctx_ops = NULL; in ntb_clear_ctx()180 if (ntb->ctx_ops && ntb->ctx_ops->link_event) in ntb_link_event()181 ntb->ctx_ops->link_event(ntb->ctx); in ntb_link_event()193 if (ntb->ctx_ops && ntb->ctx_ops->db_event) in ntb_db_event()206 if (ntb->ctx_ops && ntb->ctx_ops->msg_event) in ntb_msg_event()[all …]
Completed in 4 milliseconds