Searched refs:HDLC_MAX_MRU (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dwanxl.h74 #define BUFFER_LENGTH ALIGN32(HDLC_MAX_MRU + 4) /* 4 bytes for 32-bit CRC */
H A Dwanxlfw.S366 movew #HDLC_MAX_MRU + 2, SCC_MFLR(%a1) // 2 bytes for CRC
376 movew #HDLC_MAX_MRU + 4, SCC_MFLR(%a1) // 4 bytes for CRC
386 movew #HDLC_MAX_MRU + 2, SCC_MFLR(%a1) // 2 bytes for CRC
396 movew #HDLC_MAX_MRU + 4, SCC_MFLR(%a1) // 4 bytes for CRC
404 movew #HDLC_MAX_MRU, SCC_MFLR(%a1) // 0 bytes for CRC
508 cmpw #HDLC_MAX_MRU, %d3
H A Ddscc4.c503 RX_MAX(HDLC_MAX_MRU), PCI_DMA_FROMDEVICE);
516 const int len = RX_MAX(HDLC_MAX_MRU);
616 pci_unmap_single(pdev, rx_fd->data, RX_MAX(HDLC_MAX_MRU), PCI_DMA_FROMDEVICE);
820 scc_writel(LengthCheck | (HDLC_MAX_MRU >> 5), dpriv, dev, RLCR);
1858 rx_fd->state1 |= TO_STATE_RX(HDLC_MAX_MRU);
H A Dc101.c48 (sizeof(pkt_desc) + HDLC_MAX_MRU) - TX_RING_BUFFERS)
H A Dpci200syn.c373 i = ramsize / (2 * (sizeof(pkt_desc) + HDLC_MAX_MRU));
H A Dhd6457x.c23 * rx_ring_buffers * HDLC_MAX_MRU = logical channel #0 RX buffers
24 * tx_ring_buffers * HDLC_MAX_MRU = logical channel #0 TX buffers
25 * rx_ring_buffers * HDLC_MAX_MRU = logical channel #0 RX buffers (if used)
26 * tx_ring_buffers * HDLC_MAX_MRU = logical channel #0 TX buffers (if used)
167 desc_abs_number(port, desc, transmit) * (u32)HDLC_MAX_MRU;
243 sca_outw(HDLC_MAX_MRU, dmac + BFLL, card);
H A Dn2.c425 HDLC_MAX_MRU));
H A Dpc300too.c427 i = ramsize / (card->n_ports * (sizeof(pkt_desc) + HDLC_MAX_MRU));
H A Dhdlc_fr.c514 if (len > HDLC_MAX_MRU) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dhdlc.h16 #define HDLC_MAX_MRU 1600 /* as required for FR network */ macro

Completed in 73 milliseconds