Searched refs:net_tx_pkt_send_custom (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/hw/net/ |
H A D | net_tx_pkt.h | 201 bool net_tx_pkt_send_custom(struct NetTxPkt *pkt, bool offload,
|
H A D | net_tx_pkt.c | 816 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 D | igb_core.c | 538 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 D | e1000e_core.c | 651 return net_tx_pkt_send_custom(tx->tx_pkt, false, in e1000e_tx_pkt_send()
|