Home
last modified time | relevance | path

Searched refs:tfc (Results 1 – 3 of 3) sorted by relevance

/drivers/misc/cxl/
Dtrace.h191 TP_PROTO(struct cxl_context *ctx, u64 tfc),
193 TP_ARGS(ctx, tfc),
199 __field(u64, tfc)
206 __entry->tfc = tfc;
213 __print_flags(__entry->tfc, "|", TFC_FLAGS)
Dnative.c772 int cxl_ack_irq(struct cxl_context *ctx, u64 tfc, u64 psl_reset_mask) in cxl_ack_irq() argument
774 trace_cxl_psl_irq_ack(ctx, tfc); in cxl_ack_irq()
775 if (tfc) in cxl_ack_irq()
776 cxl_p2n_write(ctx->afu, CXL_PSL_TFC_An, tfc); in cxl_ack_irq()
Dcxl.h741 int cxl_ack_irq(struct cxl_context *ctx, u64 tfc, u64 psl_reset_mask);