Searched refs:get_u64 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/can/ |
H A D | bcm.c | 96 static inline u64 get_u64(const struct canfd_frame *cp, int offset) in get_u64() function 530 if ((get_u64(cf, i) & get_u64(rxdata, i)) != in bcm_rx_cmp_to_index() 531 (get_u64(cf, i) & get_u64(lcf, i))) { in bcm_rx_cmp_to_index() 693 if ((get_u64(op->frames, 0) & get_u64(rxframe, 0)) == in bcm_rx_handler() 694 (get_u64(op->frames, 0) & in bcm_rx_handler() 695 get_u64(op->frames + op->cfsiz * i, 0))) { in bcm_rx_handler()
|
/kernel/linux/linux-6.6/net/can/ |
H A D | bcm.c | 96 static inline u64 get_u64(const struct canfd_frame *cp, int offset) in get_u64() function 530 if ((get_u64(cf, i) & get_u64(rxdata, i)) != in bcm_rx_cmp_to_index() 531 (get_u64(cf, i) & get_u64(lcf, i))) { in bcm_rx_cmp_to_index() 698 if ((get_u64(op->frames, 0) & get_u64(rxframe, 0)) == in bcm_rx_handler() 699 (get_u64(op->frames, 0) & in bcm_rx_handler() 700 get_u64(op->frames + op->cfsiz * i, 0))) { in bcm_rx_handler()
|
Completed in 4 milliseconds