Home
last modified time | relevance | path

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

/linux/net/can/
H A Dbcm.c98 static inline u64 get_u64(const struct canfd_frame *cp, int offset) in get_u64() function
561 if ((get_u64(cf, i) & get_u64(rxdata, i)) != in bcm_rx_cmp_to_index()
562 (get_u64(cf, i) & get_u64(lcf, i))) { in bcm_rx_cmp_to_index()
739 if ((get_u64(op->frames, 0) & get_u64(rxframe, 0)) == in bcm_rx_handler()
740 (get_u64(op->frames, 0) & in bcm_rx_handler()
741 get_u64(op->frames + op->cfsiz * i, 0))) { in bcm_rx_handler()