Home
last modified time | relevance | path

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

/linux/include/trace/events/
A 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/include/net/
A Dip_fib.h544 u32 rtag; in fib_combine_itag() local
556 rtag = res->tclassid; in fib_combine_itag()
558 *itag = (rtag<<16); in fib_combine_itag()
559 *itag |= (rtag>>16); in fib_combine_itag()
/linux/drivers/fsi/
A 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()
/linux/drivers/atm/
A Dfirestream.h363 u32 rtag[3]; member
A Dfirestream.c1015 tc->rtag[0] = 0; /* What should I do with routing tags??? in fs_open()
1017 tc->rtag[1] = 0; in fs_open()
1018 tc->rtag[2] = 0; in fs_open()
/linux/fs/ntfs3/
A Dfsntfs.c2346 int ntfs_insert_reparse(struct ntfs_sb_info *sbi, __le32 rtag, in ntfs_insert_reparse() argument
2363 re.key.ReparseTag = rtag; in ntfs_insert_reparse()
2376 int ntfs_remove_reparse(struct ntfs_sb_info *sbi, __le32 rtag, in ntfs_remove_reparse() argument
2390 rkey.ReparseTag = rtag; in ntfs_remove_reparse()
2395 if (rtag) { in ntfs_remove_reparse()
A Dntfs_fs.h639 int ntfs_insert_reparse(struct ntfs_sb_info *sbi, __le32 rtag,
641 int ntfs_remove_reparse(struct ntfs_sb_info *sbi, __le32 rtag,

Completed in 26 milliseconds