Home
last modified time | relevance | path

Searched refs:net_tx_pkt_send_custom (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/net/
H A Dnet_tx_pkt.h201 bool net_tx_pkt_send_custom(struct NetTxPkt *pkt, bool offload,
H A Dnet_tx_pkt.c816 return net_tx_pkt_send_custom(pkt, offload, net_tx_pkt_sendv, nc); in net_tx_pkt_send()
819 bool net_tx_pkt_send_custom(struct NetTxPkt *pkt, bool offload, in net_tx_pkt_send_custom() function
H A Digb_core.c538 return net_tx_pkt_send_custom(tx->tx_pkt, false, in igb_tx_pkt_switch()
559 return net_tx_pkt_send_custom(tx->tx_pkt, false, in igb_tx_pkt_send()
H A De1000e_core.c651 return net_tx_pkt_send_custom(tx->tx_pkt, false, in e1000e_tx_pkt_send()