Searched refs:RX_BUF_SIZE (Results 1 - 24 of 24) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/msdos/
H A Dpktdrvr.h7 #define RX_BUF_SIZE ETH_MTU /* buffer size variables. NB !! */ macro
98 BYTE data [RX_BUF_SIZE];
H A Dpkt_rx0.asm16 RX_BUF_SIZE = 1500 ; max message size on Ethernet define
52 rxBuffer db RX_BUF_SIZE dup (0) ; RX buffer
148 cmp cx, RX_BUF_SIZE+14 ; size OK ?
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/winbond/
H A Dmds_s.h71 #define RX_BUF_SIZE 2352 /* 600 - For 301 must be multiple of 8 */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dn_r3964.h186 #define RX_BUF_SIZE 4000 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/cpm_uart/
H A Dcpm_uart.h47 #define RX_BUF_SIZE 32 macro
H A Dcpm_uart_core.c1167 pinfo->rx_fifosize = RX_BUF_SIZE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dznet.c123 #define RX_BUF_SIZE 8192 macro
125 #define DMA_BUF_SIZE (RX_BUF_SIZE + 16) /* 8k + 16 bytes for trailers */
334 cfblk->rbuf_size = RX_BUF_SIZE >> 12; /* Set receive buffer size */
435 if (!dma_page_eq (znet->rx_start, znet->rx_start + (RX_BUF_SIZE/2-1)) ||
441 znet->rx_end = znet->rx_start + RX_BUF_SIZE/2;
709 cur_frame_end_offset += (RX_BUF_SIZE/2);
731 cur_frame_end_offset += RX_BUF_SIZE/2;
786 znet->rx_cur -= RX_BUF_SIZE/2;
858 set_dma_count(znet->rx_dma, RX_BUF_SIZE);
H A Deexpress.h64 #define RX_BUF_SIZE ((32+ETH_FRAME_LEN+31)&~0x1f) macro
H A D3c507.c201 #define RX_BUF_SIZE (1518+14+18) /* packet+header+RBD */ macro
685 writew(cur_rxbuf + RX_BUF_SIZE,write_ptr+=2); /* Link */
700 writew(0x8000 + RX_BUF_SIZE-0x20,write_ptr+=2);
703 cur_rxbuf += RX_BUF_SIZE;
704 } while (cur_rxbuf <= RX_BUF_END - RX_BUF_SIZE);
H A Dsis900.c1103 if ((skb = dev_alloc_skb(RX_BUF_SIZE)) == NULL) {
1111 sis_priv->rx_ring[i].cmdsts = RX_BUF_SIZE;
1113 skb->data, RX_BUF_SIZE, PCI_DMA_FROMDEVICE);
1668 sis_priv->rx_ring[entry].cmdsts = RX_BUF_SIZE;
1674 sis_priv->rx_ring[entry].bufptr, RX_BUF_SIZE,
1679 if ((skb = dev_alloc_skb(RX_BUF_SIZE)) == NULL) {
1718 sis_priv->rx_ring[entry].cmdsts = RX_BUF_SIZE;
1721 RX_BUF_SIZE, PCI_DMA_FROMDEVICE);
1736 if ((skb = dev_alloc_skb(RX_BUF_SIZE)) == NULL) {
1749 sis_priv->rx_ring[entry].cmdsts = RX_BUF_SIZE;
[all...]
H A Deexpress.c1387 outw(rx_block + RX_BUF_SIZE, ioaddr+DATAPORT);
1399 outw(rx_block + RX_BUF_SIZE + 0x16, ioaddr+DATAPORT);
1402 outw(RX_BUF_SIZE-0x20, ioaddr+DATAPORT);
1405 rx_block += RX_BUF_SIZE;
1406 } while (rx_block <= lp->rx_buf_end-RX_BUF_SIZE);
H A Dtc35815.c351 #define RX_BUF_SIZE PAGE_SIZE macro
353 #define RX_BUF_SIZE \ macro
356 #define RX_BUF_SIZE \ macro
455 skb = dev_alloc_skb(RX_BUF_SIZE);
458 *dma_handle = pci_map_single(hwdev, skb->data, RX_BUF_SIZE,
470 pci_unmap_single(hwdev, dma_handle, RX_BUF_SIZE,
990 RX_BUF_SIZE);
1536 RX_BUF_SIZE, PCI_DMA_FROMDEVICE);
1608 RX_BUF_SIZE);
H A Dsis900.h320 #define RX_BUF_SIZE (MAX_FRAME_SIZE+18) macro
H A Dsis190.c55 #define RX_BUF_SIZE 1536 macro
1054 tp->rx_buf_sz = (mtu > RX_BUF_SIZE) ? mtu + ETH_HLEN + 8 : RX_BUF_SIZE;
H A Dns83820.c43 #define RX_BUF_SIZE 1500 /* 8192 */ macro
53 #define REAL_RX_BUF_SIZE (RX_BUF_SIZE + 14) /* rx/tx mac addr + type */
796 RX_BUF_SIZE, PCI_DMA_FROMDEVICE);
1598 if (new_mtu > RX_BUF_SIZE)
H A Dks8851_mll.c44 #define RX_BUF_SIZE 2000 macro
799 (frame_hdr->len < RX_BUF_SIZE) && frame_hdr->len)) {
H A Dskge.c60 #define RX_BUF_SIZE 1536 macro
2541 if (dev->mtu > RX_BUF_SIZE)
2544 skge->rx_buf_size = RX_BUF_SIZE;
H A Dr8169.c74 #define RX_BUF_SIZE 1536 /* Rx Buffer size */ macro
3271 tp->rx_buf_sz = (max_frame > RX_BUF_SIZE) ? max_frame : RX_BUF_SIZE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A D68360serial.c171 #define RX_BUF_SIZE 32 macro
220 static char rx_buf_pool[NR_PORTS * RX_NUM_FIFO * RX_BUF_SIZE];
702 scup->mrblr = RX_BUF_SIZE;
703 scup->max_idl = RX_BUF_SIZE;
728 up->mrblr = RX_BUF_SIZE;
729 up->max_idl = RX_BUF_SIZE;
2251 static char kgdb_buf[RX_BUF_SIZE], *kgdp;
2304 bdp->buf = mem_addr+RX_BUF_SIZE;
2306 up->smc_mrblr = RX_BUF_SIZE; /* receive buffer length */
2307 up->smc_maxidl = RX_BUF_SIZE;
[all...]
H A Ducc_uart.c74 #define RX_BUF_SIZE 32 macro
1423 qe_port->rx_fifosize = RX_BUF_SIZE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/amso1100/
H A Dc2.h56 #define RX_BUF_SIZE (1536 + 8) macro
H A Dc2.c97 if (netdev->mtu > RX_BUF_SIZE)
102 c2_port->rx_buf_size = sizeof(struct c2_rxp_hdr) + RX_BUF_SIZE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/nes/
H A Dnes.h78 #define RX_BUF_SIZE (1536 + 8) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dn_r3964.c632 if (pInfo->rx_position < RX_BUF_SIZE) {
959 pInfo->rx_buf = kmalloc(RX_BUF_SIZE, GFP_KERNEL);

Completed in 325 milliseconds