Home
last modified time | relevance | path

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

/linux-4.19.296/include/trace/events/
Dfsi_master_ast_cf.h48 TP_PROTO(const struct fsi_master_acf *master, u8 rtag, u8 rcrc, __be32 rdata, bool crc_ok),
49 TP_ARGS(master, rtag, rcrc, rdata, crc_ok),
52 __field(u8, rtag)
59 __entry->rtag = rtag;
65 __entry->master_idx, __entry->rtag, __entry->rcrc,
/linux-4.19.296/include/net/
Dip_fib.h415 u32 rtag; in fib_combine_itag() local
419 rtag = res->tclassid; in fib_combine_itag()
421 *itag = (rtag<<16); in fib_combine_itag()
422 *itag |= (rtag>>16); in fib_combine_itag()
/linux-4.19.296/drivers/fsi/
Dfsi-master-ast-cf.c380 uint8_t rtag = ioread8(master->sram + STAT_RTAG) & 0xf; in read_copro_response() local
386 *tag = ack = rtag & 3; in read_copro_response()
390 crc = crc4(crc, rtag, 4); in read_copro_response()
399 trace_fsi_master_acf_copro_response(master, rtag, rcrc, rdata, crc == 0); in read_copro_response()
406 if ((rtag == 0xf && rcrc == 0xf) || (rtag == 0 && rcrc == 0)) in read_copro_response()