Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A 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
/openbmc/linux/drivers/net/wan/
H A 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
H A Dwanxl.h71 #define BUFFER_LENGTH ALIGN32(HDLC_MAX_MRU + 4) /* 4 bytes for 32-bit CRC */
H A Dhd64572.c100 desc_abs_number(port, desc, transmit) * (u32)HDLC_MAX_MRU; in buffer_offset()
166 sca_outw(HDLC_MAX_MRU, dmac_rx + BFLL, card); /* set buffer length */ in sca_init_port()
H A Dhd64570.c126 desc_abs_number(port, desc, transmit) * (u32)HDLC_MAX_MRU; in buffer_offset()
198 sca_outw(HDLC_MAX_MRU, dmac + BFLL, card); in sca_init_port()
H A Dixp4xx_hss.c51 #define RX_SIZE (HDLC_MAX_MRU + 4) /* NPE needs more space */
548 msg.data16a = HDLC_MAX_MRU; /* including CRC */ in hss_load_firmware()
850 if (unlikely(skb->len > HDLC_MAX_MRU)) { in hss_hdlc_xmit()
H A Dc101.c46 (sizeof(pkt_desc) + HDLC_MAX_MRU) - TX_RING_BUFFERS)
H A Dpci200syn.c336 i = ramsize / (2 * (sizeof(pkt_desc) + HDLC_MAX_MRU)); in pci200_pci_init_one()
H A Dpc300too.c391 i = ramsize / (card->n_ports * (sizeof(pkt_desc) + HDLC_MAX_MRU)); in pc300_pci_init_one()
H A Dn2.c411 HDLC_MAX_MRU)); in n2_run()
H A Dhdlc_fr.c470 if (len > HDLC_MAX_MRU) { in fr_lmi_send()
/openbmc/linux/drivers/soc/fsl/qe/
H A Dqmc.c1361 qmc_write16(qmc->scc_pram + QMC_GBL_MRBLR, HDLC_MAX_MRU + 4); in qmc_probe()