Home
last modified time | relevance | path

Searched refs:net_process_received_packet (Results 1 – 25 of 63) sorted by relevance

123

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dxilinx_ll_temac_fifo.c96 net_process_received_packet(net_rx_packets[0], length); in ll_temac_recv_fifo()
H A Drtl8139.c507 net_process_received_packet(rxdata, length); in rtl_poll()
511 net_process_received_packet(rx_ring + ring_offs + 4, length); in rtl_poll()
H A Dbcm-sf2-eth.c127 net_process_received_packet(buf, rcvlen); in bcm_sf2_eth_receive()
H A Dsmc911x.c214 net_process_received_packet(net_rx_packets[0], pktlen); in smc911x_rx()
H A Dcs8900.c197 net_process_received_packet(net_rx_packets[0], rxlen); in cs8900_recv()
H A Dxilinx_ll_temac_sdma.c260 net_process_received_packet(net_rx_packets[pb_idx], length); in ll_temac_recv_sdma()
H A Ddnet.c197 net_process_received_packet(net_rx_packets[0], pkt_len + 5); in dnet_recv()
H A Dftmac100.c251 net_process_received_packet((void *)curr_des->rxdes2, len); in _ftmac100_recv()
H A Dlan91c96.c613 net_process_received_packet(net_rx_packets[0], packet_length); in smc_rcv()
H A Dpcnet.c523 net_process_received_packet(buf, pkt_len); in pcnet_recv()
H A Ddm9000x.c523 net_process_received_packet(net_rx_packets[0], RxLen); in dm9000_rx()
H A Dftmac110.c350 net_process_received_packet(buf, len); in ftmac110_recv()
H A Dftgmac100.c496 net_process_received_packet((void *)curr_des->rxdes2, rxlen); in ftgmac100_recv()
H A Dks8851_mll.c325 net_process_received_packet(*pv_data, frame_hdr->len); in ks_rcv()
H A Dcalxedaxgmac.c469 net_process_received_packet(desc_get_buf_addr(rxdesc), length); in xgmac_rx()
H A Dat91_emac.c423 net_process_received_packet(net_rx_packets[dev->rbindex], size); in at91emac_recv()
H A Dlpc32xx_eth.c414 net_process_received_packet( in lpc32xx_eth_recv()
H A Dep93xx_eth.c321 net_process_received_packet( in ep93xx_eth_rcv_packet()
H A Dax88180.c240 net_process_received_packet(net_rx_packets[0], data_size); in ax88180_rx_handler()
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.drivers.eth144 For each packet you receive, you should call the net_process_received_packet() function on it
148 free to call the net_process_received_packet() function with any buffer you wish. So the pseudo
158 net_process_received_packet(&net_rx_packets[i], length);
/OK3568_Linux_fs/u-boot/net/
H A Dnet.su
H A Deth-uclass.c372 net_process_received_packet(packet, ret); in eth_rx()
/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_eth.c192 net_process_received_packet(net_rx_packets[next_rx], in au1x00_recv()
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dether_fcc.c189 net_process_received_packet(net_rx_packets[rxIdx], length - 4); in fec_recv()
/OK3568_Linux_fs/u-boot/include/
H A Dnet.h681 void net_process_received_packet(uchar *in_packet, int len);

123