Searched refs:net_send_packet (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/u-boot/net/ |
| H A D | arp.c | 79 net_send_packet(arp_tx_packet, eth_hdr_size + ARP_HDR_SIZE); in arp_raw_request() 185 net_send_packet((uchar *)et, eth_hdr_size + ARP_HDR_SIZE); in arp_receive() 221 net_send_packet(net_tx_packet, arp_wait_tx_packet_size); in arp_receive()
|
| H A D | rarp.c | 96 net_send_packet(net_tx_packet, eth_hdr_size + ARP_HDR_SIZE); in rarp_request()
|
| H A D | ping.c | 110 net_send_packet((uchar *)et, eth_hdr_size + len); in ping_receive()
|
| H A D | cdp.c | 218 net_send_packet(net_tx_packet, (uchar *)s - net_tx_packet); in cdp_send_trigger()
|
| H A D | bootp.c | 810 net_send_packet(net_tx_packet, pktlen); in bootp_request() 1016 net_send_packet(net_tx_packet, pktlen); in dhcp_send_request_packet()
|
| H A D | net.c | 833 net_send_packet(net_tx_packet, pkt_hdr_size + payload_len); in net_send_udp_packet()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/cirrus/ |
| H A D | mac89x0.c | 116 static netdev_tx_t net_send_packet(struct sk_buff *skb, struct net_device *dev); 155 .ndo_start_xmit = net_send_packet, 328 net_send_packet(struct sk_buff *skb, struct net_device *dev) in net_send_packet() function
|
| H A D | cs89x0.c | 1142 static netdev_tx_t net_send_packet(struct sk_buff *skb, struct net_device *dev) in net_send_packet() function 1261 .ndo_start_xmit = net_send_packet,
|
| /OK3568_Linux_fs/u-boot/lib/efi_loader/ |
| H A D | efi_net.c | 159 net_send_packet(efi_bounce_buffer, buffer_size); in efi_net_transmit() 161 net_send_packet(buffer, buffer_size); in efi_net_transmit()
|
| /OK3568_Linux_fs/u-boot/test/rockchip/ |
| H A D | test-net.c | 151 net_send_packet(net_tx_packet, LOOPBACK_TEST_FRAME_SIZE); in eth_run_loopback_test()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | net.h | 661 static inline void net_send_packet(uchar *pkt, int len) in net_send_packet() function
|