Searched refs:HDLC_MAX_MRU (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/include/uapi/linux/ |
D | hdlc.h | 17 #define HDLC_MAX_MRU (HDLC_MAX_MTU + 10 + 14 + 4) /* for ETH+VLAN over FR */ 19 #define HDLC_MAX_MRU 1600 /* as required for FR network */ macro
|
/linux-4.4.14/drivers/net/wan/ |
D | wanxlfw.S | 367 movew #HDLC_MAX_MRU + 2, SCC_MFLR(%a1) // 2 bytes for CRC 377 movew #HDLC_MAX_MRU + 4, SCC_MFLR(%a1) // 4 bytes for CRC 387 movew #HDLC_MAX_MRU + 2, SCC_MFLR(%a1) // 2 bytes for CRC 397 movew #HDLC_MAX_MRU + 4, SCC_MFLR(%a1) // 4 bytes for CRC 405 movew #HDLC_MAX_MRU, SCC_MFLR(%a1) // 0 bytes for CRC 509 cmpw #HDLC_MAX_MRU, %d3
|
D | wanxl.h | 74 #define BUFFER_LENGTH ALIGN32(HDLC_MAX_MRU + 4) /* 4 bytes for 32-bit CRC */
|
D | dscc4.c | 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() 859 scc_writel(LengthCheck | (HDLC_MAX_MRU >> 5), dpriv, dev, RLCR); in dscc4_init_registers() 1947 rx_fd->state1 |= TO_STATE_RX(HDLC_MAX_MRU); in dscc4_init_ring()
|
D | hd64572.c | 106 desc_abs_number(port, desc, transmit) * (u32)HDLC_MAX_MRU; in buffer_offset() 174 sca_outw(HDLC_MAX_MRU, dmac_rx + BFLL, card); /* set buffer length */ in sca_init_port()
|
D | ixp4xx_hss.c | 44 #define RX_SIZE (HDLC_MAX_MRU + 4) /* NPE needs more space */ 541 msg.data16a = HDLC_MAX_MRU; /* including CRC */ in hss_load_firmware() 843 if (unlikely(skb->len > HDLC_MAX_MRU)) { in hss_hdlc_xmit()
|
D | hd64570.c | 128 desc_abs_number(port, desc, transmit) * (u32)HDLC_MAX_MRU; in buffer_offset() 202 sca_outw(HDLC_MAX_MRU, dmac + BFLL, card); in sca_init_port()
|
D | c101.c | 51 (sizeof(pkt_desc) + HDLC_MAX_MRU) - TX_RING_BUFFERS)
|
D | pci200syn.c | 353 i = ramsize / (2 * (sizeof(pkt_desc) + HDLC_MAX_MRU)); in pci200_pci_init_one()
|
D | n2.c | 428 HDLC_MAX_MRU)); in n2_run()
|
D | pc300too.c | 407 i = ramsize / (card->n_ports * (sizeof(pkt_desc) + HDLC_MAX_MRU)); in pc300_pci_init_one()
|
D | hdlc_fr.c | 483 if (len > HDLC_MAX_MRU) { in fr_lmi_send()
|