Home
last modified time | relevance | path

Searched refs:RX_BUF_SIZE (Results 1 – 10 of 10) sorted by relevance

/external/u-boot/drivers/net/
Dns8382x.c65 #define RX_BUF_SIZE 1536 macro
246 static unsigned char rxb[NUM_RX_DESC * RX_BUF_SIZE]
652 rxd[i].cmdsts = cpu_to_le32((u32) RX_BUF_SIZE); in ns8382x_init_rxd()
653 rxd[i].bufptr = cpu_to_le32((u32) & rxb[i * RX_BUF_SIZE]); in ns8382x_init_rxd()
816 net_process_received_packet((rxb + cur_rx * RX_BUF_SIZE), in ns8382x_poll()
822 rxd[cur_rx].cmdsts = cpu_to_le32(RX_BUF_SIZE); in ns8382x_poll()
823 rxd[cur_rx].bufptr = cpu_to_le32((u32) & rxb[cur_rx * RX_BUF_SIZE]); in ns8382x_poll()
Dnatsemi.c67 #define RX_BUF_SIZE 1536 macro
222 static unsigned char rxb[NUM_RX_DESC * RX_BUF_SIZE]
692 rxd[i].cmdsts = cpu_to_le32((u32) RX_BUF_SIZE); in natsemi_init_rxd()
693 rxd[i].bufptr = cpu_to_le32((u32) & rxb[i * RX_BUF_SIZE]); in natsemi_init_rxd()
843 net_process_received_packet((rxb + cur_rx * RX_BUF_SIZE), in natsemi_poll()
849 rxd[cur_rx].cmdsts = cpu_to_le32(RX_BUF_SIZE); in natsemi_poll()
850 rxd[cur_rx].bufptr = cpu_to_le32((u32) & rxb[cur_rx * RX_BUF_SIZE]); in natsemi_poll()
Drtl8169.c92 #define RX_BUF_SIZE 1536 /* Rx Buffer size */ macro
316 DEFINE_ALIGN_BUFFER(u8, txb, NUM_TX_DESC * RX_BUF_SIZE, RTL8169_ALIGN);
322 DEFINE_ALIGN_BUFFER(u8, rxb, NUM_RX_DESC * RX_BUF_SIZE, RTL8169_ALIGN);
544 cpu_to_le32((OWNbit | EORbit) + RX_BUF_SIZE); in rtl_recv_common()
547 cpu_to_le32(OWNbit + RX_BUF_SIZE); in rtl_recv_common()
827 cpu_to_le32((OWNbit | EORbit) + RX_BUF_SIZE); in rtl8169_init_ring()
830 cpu_to_le32(OWNbit + RX_BUF_SIZE); in rtl8169_init_ring()
832 tpc->RxBufferRing[i] = &rxb[i * RX_BUF_SIZE]; in rtl8169_init_ring()
Dax88180.h97 #define RX_BUF_SIZE 0x1000 macro
106 #define RX_BUF_SIZE 0x8000 macro
110 #define TX_BASE (RX_BASE + RX_BUF_SIZE)
Dbcm-sf2-eth.h11 #define RX_BUF_SIZE 2048 macro
Dks8851_mll.c21 #define RX_BUF_SIZE 2000 macro
318 (frame_hdr->len < RX_BUF_SIZE) && in ks_rcv()
Dbcm-sf2-eth.c118 } else if ((rcvlen == 0) || (rcvlen > RX_BUF_SIZE)) { in bcm_sf2_eth_receive()
Dbcm-sf2-eth-gmac.c31 #define RX_BUF_SIZE_ALIGNED ALIGN(RX_BUF_SIZE, ARCH_DMA_MINALIGN)
/external/libpcap/msdos/
Dpktdrvr.h7 #define RX_BUF_SIZE ETH_MTU /* buffer size variables. NB !! */ macro
98 BYTE data [RX_BUF_SIZE];
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 ?