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

/external/libpcap/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 ?
/external/syslinux/gpxe/src/drivers/net/
H A D3c90x.h262 #define RX_BUF_SIZE 1536 macro
H A Dnatsemi.c370 np->iobuf[i] = alloc_iob (RX_BUF_SIZE);
375 np->rx[i].cmdsts = RX_BUF_SIZE;
425 while (np->rx[i].cmdsts == RX_BUF_SIZE) {
575 np->rx[np->rx_cur].cmdsts = RX_BUF_SIZE;
H A Dnatsemi.h7 #define RX_BUF_SIZE 1536 macro
H A Dsis900.c73 unsigned char rxb[NUM_RX_DESC * RX_BUF_SIZE];
764 rxd[i].cmdsts = (u32) RX_BUF_SIZE;
765 rxd[i].bufptr = virt_to_bus(&rxb[i*RX_BUF_SIZE]);
1231 memcpy(nic->packet, (rxb + cur_rx*RX_BUF_SIZE), nic->packetlen);
1236 rxd[cur_rx].cmdsts = RX_BUF_SIZE;
1237 rxd[cur_rx].bufptr = virt_to_bus(&rxb[cur_rx*RX_BUF_SIZE]);
H A Dsis190.h42 #define RX_BUF_SIZE 1536 macro
H A Dsis900.h364 #define RX_BUF_SIZE 1536 macro
H A D3c90x.c410 p->rx_ring[index].DataLength = RX_BUF_SIZE | upLastFrag;
444 p->rx_iobuf[i] = alloc_iob(RX_BUF_SIZE);
H A Dr8169.h76 #define RX_BUF_SIZE 1536 /* Rx Buffer size */ macro
H A Dsis190.c183 desc->size = cpu_to_le32((RX_BUF_SIZE & RX_BUF_MASK) | eor);
207 iob = alloc_iob(RX_BUF_SIZE);
272 if (pkt_size > RX_BUF_SIZE) {
H A Dns83820.c82 #define RX_BUF_SIZE 1500 /* 8192 */ macro
89 #define REAL_RX_BUF_SIZE (RX_BUF_SIZE + 14 + 6) /* rx/tx mac addr + type */
H A Dr8169.c1005 RTL_W16 ( RxMaxSize, RX_BUF_SIZE );
1674 RX_BUF_SIZE;
1706 if ( ! ( tp->rx_iobuf[i] = alloc_iob ( RX_BUF_SIZE ) ) ) {
H A Dvia-rhine.c34 #define RX_BUF_SIZE 1536 macro
H A Dbnx2.c42 unsigned char rx_buf[RX_BUF_CNT][RX_BUF_SIZE];
2045 bp->rx_buf_size = RX_BUF_SIZE;
H A Dskge.c1988 iob = alloc_iob(RX_BUF_SIZE);
1990 skge_rx_setup(skge, e, iob, RX_BUF_SIZE);
H A Dskge.h27 #define RX_BUF_SIZE 1536 macro
H A Dbnx2.h4594 //#define RX_BUF_SIZE (RX_BUF_USE_SIZE + 8)
4595 #define RX_BUF_SIZE (L1_CACHE_ALIGN(RX_BUF_USE_SIZE + 8)) macro

Completed in 1028 milliseconds