Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/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
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/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
/OK3568_Linux_fs/kernel/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 Dixp4xx_hss.c42 #define RX_SIZE (HDLC_MAX_MRU + 4) /* NPE needs more space */
539 msg.data16a = HDLC_MAX_MRU; /* including CRC */ in hss_load_firmware()
841 if (unlikely(skb->len > HDLC_MAX_MRU)) { in hss_hdlc_xmit()
H A 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()
H A 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()
H A Dpci200syn.c348 i = ramsize / (2 * (sizeof(pkt_desc) + HDLC_MAX_MRU)); in pci200_pci_init_one()
H A Dc101.c47 (sizeof(pkt_desc) + HDLC_MAX_MRU) - TX_RING_BUFFERS)
H A Dpc300too.c404 i = ramsize / (card->n_ports * (sizeof(pkt_desc) + HDLC_MAX_MRU)); in pc300_pci_init_one()
H A Dn2.c424 HDLC_MAX_MRU)); in n2_run()
H A Dhdlc_fr.c491 if (len > HDLC_MAX_MRU) { in fr_lmi_send()