Searched defs:RX_BUF_SIZE (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dnatsemi.c70 #define RX_BUF_SIZE 1536 macro
209 static unsigned char rxb[NUM_RX_DESC * RX_BUF_SIZE] __attribute__ ((aligned(4)));
537 rxd[i].cmdsts = (u32) RX_BUF_SIZE;
538 rxd[i].bufptr = virt_to_bus(&rxb[i*RX_BUF_SIZE]);
702 memcpy(nic->packet, (rxb + cur_rx*RX_BUF_SIZE), nic->packetlen);
707 rxd[cur_rx].cmdsts = RX_BUF_SIZE;
708 rxd[cur_rx].bufptr = virt_to_bus(&rxb[cur_rx*RX_BUF_SIZE]);
H A Dr8169.c115 #define RX_BUF_SIZE 1536 /* Rx Buffer size */ macro
296 static unsigned char txb[NUM_TX_DESC * RX_BUF_SIZE];
304 static unsigned char rxb[NUM_RX_DESC * RX_BUF_SIZE];
473 (OWNbit | EORbit) + RX_BUF_SIZE;
476 OWNbit + RX_BUF_SIZE;
628 (OWNbit | EORbit) + RX_BUF_SIZE;
630 tpc->RxDescArray[i].status = OWNbit + RX_BUF_SIZE;
632 tpc->RxBufferRing[i] = &rxb[i * RX_BUF_SIZE];
H A Dns83820.c87 #define RX_BUF_SIZE 1500 /* 8192 */ macro
94 #define REAL_RX_BUF_SIZE (RX_BUF_SIZE + 14 + 6) /* rx/tx mac addr + type */
H A Dsis900.h362 #define RX_BUF_SIZE 1536 macro
H A Dvia-rhine.c31 #define RX_BUF_SIZE 1536 macro
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe.c101 #ifndef RX_BUF_SIZE
102 #define RX_BUF_SIZE 256 macro
105 #define RX_RING_SIZE RX_BUF_SIZE
2192 gcp->gc_rx_buf_max = RX_BUF_SIZE;
/illumos-gate/usr/src/uts/intel/io/amd8111s/
H A Damd8111s_hw.h99 #define RX_BUF_SIZE 2048 macro

Completed in 88 milliseconds