Home
last modified time | relevance | path

Searched refs:net_send_packet (Results 1 – 11 of 11) sorted by relevance

/openbmc/u-boot/net/
H A Darp.c78 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 Drarp.c95 net_send_packet(net_tx_packet, eth_hdr_size + ARP_HDR_SIZE); in rarp_request()
H A Dping.c109 net_send_packet(tx_packet, eth_hdr_size + len); in ping_receive()
H A Dcdp.c218 net_send_packet(net_tx_packet, (uchar *)s - net_tx_packet); in cdp_send_trigger()
H A Dbootp.c822 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 Dnet.c885 net_send_packet(net_tx_packet, pkt_hdr_size + payload_len); in net_send_ip_packet()
/openbmc/linux/drivers/net/ethernet/cirrus/
H A Dmac89x0.c116 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 Dcs89x0.c1143 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 Defi_net.c428 net_send_packet(transmit_buffer, buffer_size); in efi_net_transmit()
/openbmc/u-boot/include/
H A Dnet.h656 static inline void net_send_packet(uchar *pkt, int len) in net_send_packet() function
/openbmc/u-boot/drivers/net/phy/
H A Dncsi.c564 net_send_packet(start, final_len); in ncsi_send_command()