ctx_ops           120 drivers/ntb/core.c 	ntb->ctx_ops = NULL;
ctx_ops           135 drivers/ntb/core.c 		const struct ntb_ctx_ops *ctx_ops)
ctx_ops           139 drivers/ntb/core.c 	if (!ntb_ctx_ops_is_valid(ctx_ops))
ctx_ops           141 drivers/ntb/core.c 	if (ntb->ctx_ops)
ctx_ops           147 drivers/ntb/core.c 		ntb->ctx_ops = ctx_ops;
ctx_ops           161 drivers/ntb/core.c 		ntb->ctx_ops = NULL;
ctx_ops           174 drivers/ntb/core.c 		if (ntb->ctx_ops && ntb->ctx_ops->link_event)
ctx_ops           175 drivers/ntb/core.c 			ntb->ctx_ops->link_event(ntb->ctx);
ctx_ops           187 drivers/ntb/core.c 		if (ntb->ctx_ops && ntb->ctx_ops->db_event)
ctx_ops           188 drivers/ntb/core.c 			ntb->ctx_ops->db_event(ntb->ctx, vector);
ctx_ops           200 drivers/ntb/core.c 		if (ntb->ctx_ops && ntb->ctx_ops->msg_event)
ctx_ops           201 drivers/ntb/core.c 			ntb->ctx_ops->msg_event(ntb->ctx);
ctx_ops           423 include/linux/ntb.h 	const struct ntb_ctx_ops	*ctx_ops;
ctx_ops           503 include/linux/ntb.h 		const struct ntb_ctx_ops *ctx_ops);