Searched refs:RX_THR (Results 1 – 2 of 2) sorted by relevance
78 #define RX_THR 0x80 /* element not been sent due to throttle feature */ macro473 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()
251 #define RX_THR(t) ((t) << 16) macro