Searched refs:RX_BUF_SIZE (Results 1 – 8 of 8) sorted by relevance
68 #define RX_BUF_SIZE 1536 macro223 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()
66 #define RX_BUF_SIZE 1536 macro247 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()
97 #define RX_BUF_SIZE 0x1000 macro106 #define RX_BUF_SIZE 0x8000 macro110 #define TX_BASE (RX_BASE + RX_BUF_SIZE)
92 #define RX_BUF_SIZE 1536 /* Rx Buffer size */ macro318 DEFINE_ALIGN_BUFFER(u8, txb, NUM_TX_DESC * RX_BUF_SIZE, RTL8169_ALIGN);324 DEFINE_ALIGN_BUFFER(u8, rxb, NUM_RX_DESC * RX_BUF_SIZE, RTL8169_ALIGN);546 cpu_to_le32((OWNbit | EORbit) + RX_BUF_SIZE); in rtl_recv_common()549 cpu_to_le32(OWNbit + RX_BUF_SIZE); in rtl_recv_common()829 cpu_to_le32((OWNbit | EORbit) + RX_BUF_SIZE); in rtl8169_init_ring()832 cpu_to_le32(OWNbit + RX_BUF_SIZE); in rtl8169_init_ring()834 tpc->RxBufferRing[i] = &rxb[i * RX_BUF_SIZE]; in rtl8169_init_ring()
12 #define RX_BUF_SIZE 2048 macro
22 #define RX_BUF_SIZE 2000 macro319 (frame_hdr->len < RX_BUF_SIZE) && in ks_rcv()
119 } else if ((rcvlen == 0) || (rcvlen > RX_BUF_SIZE)) { in bcm_sf2_eth_receive()
31 #define RX_BUF_SIZE_ALIGNED ALIGN(RX_BUF_SIZE, ARCH_DMA_MINALIGN)