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.c66 #define RX_BUF_SIZE 1536 macro
247 static unsigned char rxb[NUM_RX_DESC * RX_BUF_SIZE]
653 rxd[i].cmdsts = cpu_to_le32((u32) RX_BUF_SIZE); in ns8382x_init_rxd()
654 rxd[i].bufptr = cpu_to_le32((u32) & rxb[i * RX_BUF_SIZE]); in ns8382x_init_rxd()
817 net_process_received_packet((rxb + cur_rx * RX_BUF_SIZE), in ns8382x_poll()
823 rxd[cur_rx].cmdsts = cpu_to_le32(RX_BUF_SIZE); in ns8382x_poll()
824 rxd[cur_rx].bufptr = cpu_to_le32((u32) & rxb[cur_rx * RX_BUF_SIZE]); in ns8382x_poll()
Dnatsemi.c68 #define RX_BUF_SIZE 1536 macro
223 static unsigned char rxb[NUM_RX_DESC * RX_BUF_SIZE]
693 rxd[i].cmdsts = cpu_to_le32((u32) RX_BUF_SIZE); in natsemi_init_rxd()
694 rxd[i].bufptr = cpu_to_le32((u32) & rxb[i * RX_BUF_SIZE]); in natsemi_init_rxd()
844 net_process_received_packet((rxb + cur_rx * RX_BUF_SIZE), in natsemi_poll()
850 rxd[cur_rx].cmdsts = cpu_to_le32(RX_BUF_SIZE); in natsemi_poll()
851 rxd[cur_rx].bufptr = cpu_to_le32((u32) & rxb[cur_rx * RX_BUF_SIZE]); in natsemi_poll()
Drtl8169.c91 #define RX_BUF_SIZE 1536 /* Rx Buffer size */ macro
317 DEFINE_ALIGN_BUFFER(u8, txb, NUM_TX_DESC * RX_BUF_SIZE, RTL8169_ALIGN);
323 DEFINE_ALIGN_BUFFER(u8, rxb, NUM_RX_DESC * RX_BUF_SIZE, RTL8169_ALIGN);
545 cpu_to_le32((OWNbit | EORbit) + RX_BUF_SIZE); in rtl_recv_common()
548 cpu_to_le32(OWNbit + RX_BUF_SIZE); in rtl_recv_common()
828 cpu_to_le32((OWNbit | EORbit) + RX_BUF_SIZE); in rtl8169_init_ring()
831 cpu_to_le32(OWNbit + RX_BUF_SIZE); in rtl8169_init_ring()
833 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.c30 #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 ?