Home
last modified time | relevance | path

Searched refs:net_tx_pkt_unmap_frag_pci (Results 1 – 5 of 5) sorted by relevance

/qemu/hw/net/
H A Dnet_tx_pkt.h170 void net_tx_pkt_unmap_frag_pci(void *context, void *base, size_t len);
H A Dnet_tx_pkt.c480 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 Dvmxnet3.c680 net_tx_pkt_unmap_frag_pci, PCI_DEVICE(s)); in vmxnet3_process_tx_queue()
684 net_tx_pkt_reset(s->tx_pkt, net_tx_pkt_unmap_frag_pci, PCI_DEVICE(s)); in vmxnet3_process_tx_queue()
H A De1000e_core.c738 net_tx_pkt_reset(tx->tx_pkt, net_tx_pkt_unmap_frag_pci, core->owner); in e1000e_process_tx_desc()
933 net_tx_pkt_reset(txr->tx->tx_pkt, net_tx_pkt_unmap_frag_pci, core->owner); in e1000e_start_xmit()
H A Digb_core.c678 net_tx_pkt_reset(tx->tx_pkt, net_tx_pkt_unmap_frag_pci, dev); in igb_process_tx_desc()
913 net_tx_pkt_reset(txr->tx->tx_pkt, net_tx_pkt_unmap_frag_pci, d); in igb_start_xmit()