Home
last modified time | relevance | path

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

/linux-4.4.14/net/can/
Daf_can.h66 enum { RX_ERR, RX_ALL, RX_FIL, RX_INV, RX_MAX }; enumerator
70 struct hlist_head rx[RX_MAX];
/linux-4.4.14/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
510 RX_MAX(HDLC_MAX_MRU), PCI_DMA_FROMDEVICE); in dscc4_release_ring()
523 const int len = RX_MAX(HDLC_MAX_MRU); in try_get_rx_skb()
660 RX_MAX(HDLC_MAX_MRU), PCI_DMA_FROMDEVICE); in dscc4_rx_skb()