Searched refs:HDLC_MAX_MRU (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/include/uapi/linux/ |
D | hdlc.h | 18 #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-6.1.9/drivers/net/wan/ |
D | wanxlfw.S | 365 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
|
D | wanxl.h | 71 #define BUFFER_LENGTH ALIGN32(HDLC_MAX_MRU + 4) /* 4 bytes for 32-bit CRC */
|
D | hd64572.c | 100 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()
|
D | hd64570.c | 126 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()
|
D | ixp4xx_hss.c | 51 #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()
|
D | c101.c | 46 (sizeof(pkt_desc) + HDLC_MAX_MRU) - TX_RING_BUFFERS)
|
D | pci200syn.c | 336 i = ramsize / (2 * (sizeof(pkt_desc) + HDLC_MAX_MRU)); in pci200_pci_init_one()
|
D | pc300too.c | 391 i = ramsize / (card->n_ports * (sizeof(pkt_desc) + HDLC_MAX_MRU)); in pc300_pci_init_one()
|
D | n2.c | 411 HDLC_MAX_MRU)); in n2_run()
|
D | hdlc_fr.c | 470 if (len > HDLC_MAX_MRU) { in fr_lmi_send()
|