Home
last modified time | relevance | path

Searched refs:HDLC_MAX_MRU (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dhdlc.h17 #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/
Dwanxlfw.S367 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
Dwanxl.h74 #define BUFFER_LENGTH ALIGN32(HDLC_MAX_MRU + 4) /* 4 bytes for 32-bit CRC */
Ddscc4.c510 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()
Dhd64572.c106 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()
Dixp4xx_hss.c44 #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()
Dhd64570.c128 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()
Dc101.c51 (sizeof(pkt_desc) + HDLC_MAX_MRU) - TX_RING_BUFFERS)
Dpci200syn.c353 i = ramsize / (2 * (sizeof(pkt_desc) + HDLC_MAX_MRU)); in pci200_pci_init_one()
Dn2.c428 HDLC_MAX_MRU)); in n2_run()
Dpc300too.c407 i = ramsize / (card->n_ports * (sizeof(pkt_desc) + HDLC_MAX_MRU)); in pc300_pci_init_one()
Dhdlc_fr.c483 if (len > HDLC_MAX_MRU) { in fr_lmi_send()