Home
last modified time | relevance | path

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

/linux-6.12.1/net/can/
Dbcm.c78 #define RX_THR 0x80 /* element not been sent due to throttle feature */ macro
473 data->flags &= ~RX_THR; in bcm_rx_changed()
500 lastdata->flags |= (RX_RECV|RX_THR); in bcm_rx_update_and_send()
623 if ((op->last_frames) && (lcf->flags & RX_THR)) { in bcm_rx_do_flush()
/linux-6.12.1/drivers/i3c/master/
Di3c-master-cdns.c251 #define RX_THR(t) ((t) << 16) macro