Searched refs:net_send_packet (Results 1 – 11 of 11) sorted by relevance
/openbmc/u-boot/net/ |
H A D | arp.c | 78 net_send_packet(arp_tx_packet, eth_hdr_size + ARP_HDR_SIZE); in arp_raw_request() 187 net_send_packet(tx_packet, eth_hdr_size + ARP_HDR_SIZE); in arp_receive() 223 net_send_packet(net_tx_packet, arp_wait_tx_packet_size); in arp_receive()
|
H A D | rarp.c | 95 net_send_packet(net_tx_packet, eth_hdr_size + ARP_HDR_SIZE); in rarp_request()
|
H A D | ping.c | 109 net_send_packet(tx_packet, 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 | 822 net_send_packet(net_tx_packet, pktlen); in bootp_request() 1031 net_send_packet(net_tx_packet, pktlen); in dhcp_send_request_packet()
|
H A D | net.c | 885 net_send_packet(net_tx_packet, pkt_hdr_size + payload_len); in net_send_ip_packet()
|
/openbmc/linux/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, 331 net_send_packet(struct sk_buff *skb, struct net_device *dev) in net_send_packet() function
|
H A D | cs89x0.c | 1143 static netdev_tx_t net_send_packet(struct sk_buff *skb, struct net_device *dev) in net_send_packet() function 1262 .ndo_start_xmit = net_send_packet,
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_net.c | 428 net_send_packet(transmit_buffer, buffer_size); in efi_net_transmit()
|
/openbmc/u-boot/include/ |
H A D | net.h | 656 static inline void net_send_packet(uchar *pkt, int len) in net_send_packet() function
|
/openbmc/u-boot/drivers/net/phy/ |
H A D | ncsi.c | 564 net_send_packet(start, final_len); in ncsi_send_command()
|