Home
last modified time | relevance | path

Searched refs:BCM_CAN_FLAGS_MASK (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/can/
H A Dbcm.c77 #define BCM_CAN_FLAGS_MASK 0x3F /* to clean private flags after usage */ macro
348 firstframe->flags &= BCM_CAN_FLAGS_MASK; in bcm_send_to_user()
447 data->flags &= (BCM_CAN_FLAGS_MASK|RX_RECV); in bcm_rx_changed()
/kernel/linux/linux-6.6/net/can/
H A Dbcm.c77 #define BCM_CAN_FLAGS_MASK 0x3F /* to clean private flags after usage */ macro
348 firstframe->flags &= BCM_CAN_FLAGS_MASK; in bcm_send_to_user()
447 data->flags &= (BCM_CAN_FLAGS_MASK|RX_RECV); in bcm_rx_changed()

Completed in 4 milliseconds