Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dhdlc.h18 #define HDLC_MAX_MRU (HDLC_MAX_MTU + 10 + 14 + 4) /* for ETH+VLAN over FR */
20 #define HDLC_MAX_MRU 1600 /* as required for FR network */ macro
/Linux-v5.4/drivers/net/wan/
Dwanxlfw.S365 movew #HDLC_MAX_MRU + 2, SCC_MFLR(%a1) // 2 bytes for CRC
375 movew #HDLC_MAX_MRU + 4, SCC_MFLR(%a1) // 4 bytes for CRC
385 movew #HDLC_MAX_MRU + 2, SCC_MFLR(%a1) // 2 bytes for CRC
395 movew #HDLC_MAX_MRU + 4, SCC_MFLR(%a1) // 4 bytes for CRC
403 movew #HDLC_MAX_MRU, SCC_MFLR(%a1) // 0 bytes for CRC
507 cmpw #HDLC_MAX_MRU, %d3
Dwanxl.h71 #define BUFFER_LENGTH ALIGN32(HDLC_MAX_MRU + 4) /* 4 bytes for 32-bit CRC */
Dhd64572.c103 desc_abs_number(port, desc, transmit) * (u32)HDLC_MAX_MRU; in buffer_offset()
171 sca_outw(HDLC_MAX_MRU, dmac_rx + BFLL, card); /* set buffer length */ in sca_init_port()
Dixp4xx_hss.c41 #define RX_SIZE (HDLC_MAX_MRU + 4) /* NPE needs more space */
538 msg.data16a = HDLC_MAX_MRU; /* including CRC */ in hss_load_firmware()
840 if (unlikely(skb->len > HDLC_MAX_MRU)) { in hss_hdlc_xmit()
Dhd64570.c125 desc_abs_number(port, desc, transmit) * (u32)HDLC_MAX_MRU; in buffer_offset()
199 sca_outw(HDLC_MAX_MRU, dmac + BFLL, card); in sca_init_port()
Dc101.c47 (sizeof(pkt_desc) + HDLC_MAX_MRU) - TX_RING_BUFFERS)
Dpci200syn.c348 i = ramsize / (2 * (sizeof(pkt_desc) + HDLC_MAX_MRU)); in pci200_pci_init_one()
Dpc300too.c404 i = ramsize / (card->n_ports * (sizeof(pkt_desc) + HDLC_MAX_MRU)); in pc300_pci_init_one()
Dn2.c424 HDLC_MAX_MRU)); in n2_run()
Dhdlc_fr.c481 if (len > HDLC_MAX_MRU) { in fr_lmi_send()