Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dhdlc.h46 #define HDLC_MAX_MRU (HDLC_MAX_MTU + 10 + 14 + 4) /* for ETH+VLAN over FR */ macro
/linux-2.4.37.9/drivers/net/wan/
Ddscc4.c496 RX_MAX(HDLC_MAX_MRU), PCI_DMA_FROMDEVICE); in dscc4_release_ring()
508 const int len = RX_MAX(HDLC_MAX_MRU); in try_get_rx_skb()
647 pci_unmap_single(pdev, rx_fd->data, RX_MAX(HDLC_MAX_MRU), PCI_DMA_FROMDEVICE); in dscc4_rx_skb()
843 scc_writel(LengthCheck | (HDLC_MAX_MRU >> 5), dpriv, dev, RLCR); in dscc4_init_registers()
1932 rx_fd->state1 |= TO_STATE_RX(HDLC_MAX_MRU); in dscc4_init_ring()
Dc101.c47 (sizeof(pkt_desc) + HDLC_MAX_MRU) - TX_RING_BUFFERS)
Dhd6457x.c173 desc_abs_number(port, desc, transmit) * (u32)HDLC_MAX_MRU; in buffer_offset()
232 sca_outw(HDLC_MAX_MRU, dmac + BFLL, card); in sca_init_sync_port()
Dpci200syn.c366 i = ramsize / (2 * (sizeof(pkt_desc) + HDLC_MAX_MRU)); in pci200_pci_init_one()
Dn2.c412 HDLC_MAX_MRU)); in n2_run()
Dhdlc_fr.c437 if (len > HDLC_MAX_MRU) { in fr_lmi_send()