Home
last modified time | relevance | path

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

/Linux-v4.19/net/can/
Daf_can.h67 enum { RX_ERR, RX_ALL, RX_FIL, RX_INV, RX_MAX }; enumerator
71 struct hlist_head rx[RX_MAX];
/Linux-v4.19/drivers/net/wan/
Ddscc4.c184 #define TO_STATE_RX(len) cpu_to_le32((RX_MAX(len) % RxSizeMax) << 16)
185 #define RX_MAX(len) ((((len) >> 5) + 1) << 5) /* Cf RLCR */ macro
507 RX_MAX(HDLC_MAX_MRU), in dscc4_release_ring()
522 const int len = RX_MAX(HDLC_MAX_MRU); in try_get_rx_skb()
666 RX_MAX(HDLC_MAX_MRU), DMA_FROM_DEVICE); in dscc4_rx_skb()