Searched refs:HDLC_MAX_MRU (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/include/linux/ |
D | hdlc.h | 46 #define HDLC_MAX_MRU (HDLC_MAX_MTU + 10 + 14 + 4) /* for ETH+VLAN over FR */ macro
|
/linux-2.4.37.9/drivers/net/wan/ |
D | dscc4.c | 496 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()
|
D | c101.c | 47 (sizeof(pkt_desc) + HDLC_MAX_MRU) - TX_RING_BUFFERS)
|
D | hd6457x.c | 173 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()
|
D | pci200syn.c | 366 i = ramsize / (2 * (sizeof(pkt_desc) + HDLC_MAX_MRU)); in pci200_pci_init_one()
|
D | n2.c | 412 HDLC_MAX_MRU)); in n2_run()
|
D | hdlc_fr.c | 437 if (len > HDLC_MAX_MRU) { in fr_lmi_send()
|