Searched refs:net_tx_pkt_unmap_frag_pci (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/net/ |
H A D | net_tx_pkt.h | 170 void net_tx_pkt_unmap_frag_pci(void *context, void *base, size_t len);
|
H A D | net_tx_pkt.c | 480 void net_tx_pkt_unmap_frag_pci(void *context, void *base, size_t len) in net_tx_pkt_unmap_frag_pci() function 495 net_tx_pkt_unmap_frag_pci(pci_dev, base, mapped_len); in net_tx_pkt_add_raw_fragment_pci()
|
H A D | vmxnet3.c | 679 net_tx_pkt_unmap_frag_pci, PCI_DEVICE(s)); in vmxnet3_process_tx_queue() 683 net_tx_pkt_reset(s->tx_pkt, net_tx_pkt_unmap_frag_pci, PCI_DEVICE(s)); in vmxnet3_process_tx_queue()
|
H A D | e1000e_core.c | 737 net_tx_pkt_reset(tx->tx_pkt, net_tx_pkt_unmap_frag_pci, core->owner); in e1000e_process_tx_desc() 931 net_tx_pkt_reset(txr->tx->tx_pkt, net_tx_pkt_unmap_frag_pci, core->owner); in e1000e_start_xmit()
|
H A D | igb_core.c | 677 net_tx_pkt_reset(tx->tx_pkt, net_tx_pkt_unmap_frag_pci, dev); in igb_process_tx_desc() 911 net_tx_pkt_reset(txr->tx->tx_pkt, net_tx_pkt_unmap_frag_pci, d); in igb_start_xmit()
|