Home
last modified time | relevance | path

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

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