Home
last modified time | relevance | path

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

/linux/include/trace/events/
H 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),
55 __field(bool, crc_ok)
62 __entry->crc_ok = crc_ok;
66 __entry->rdata, __entry->crc_ok ? ' ' : '!'
/linux/drivers/net/ieee802154/
H A Dcc2520.c568 bool crc_ok; in cc2520_rx() local
574 crc_ok = skb->data[len - 1] & BIT(7); in cc2520_rx()
577 if (!crc_ok) { in cc2520_rx()
/linux/fs/xfs/scrub/
H A Dinode_repair.c178 bool crc_ok = false; in xrep_dinode_buf_core() local
193 crc_ok = true; in xrep_dinode_buf_core()
195 if (magic_ok && unlinked_ok && crc_ok) in xrep_dinode_buf_core()