Searched refs:tfc (Results 1 – 3 of 3) sorted by relevance
/drivers/misc/cxl/ |
D | trace.h | 191 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)
|
D | native.c | 772 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()
|
D | cxl.h | 741 int cxl_ack_irq(struct cxl_context *ctx, u64 tfc, u64 psl_reset_mask);
|