Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Dnet_tx_pkt.c28 NET_TX_PKT_VHDR_FRAG = 0, enumerator
74 p->vec[NET_TX_PKT_VHDR_FRAG].iov_base = &p->virt_hdr; in net_tx_pkt_init()
75 p->vec[NET_TX_PKT_VHDR_FRAG].iov_len = sizeof p->virt_hdr; in net_tx_pkt_init()
742 fragment[NET_TX_PKT_VHDR_FRAG].iov_base = &virt_hdr; in net_tx_pkt_do_sw_fragmentation()
743 fragment[NET_TX_PKT_VHDR_FRAG].iov_len = sizeof(virt_hdr); in net_tx_pkt_do_sw_fragmentation()
794 fragment + NET_TX_PKT_VHDR_FRAG, dst_idx - NET_TX_PKT_VHDR_FRAG); in net_tx_pkt_do_sw_fragmentation()
849 pkt->vec + NET_TX_PKT_VHDR_FRAG, in net_tx_pkt_send_custom()
850 pkt->payload_frags + NET_TX_PKT_PL_START_FRAG - NET_TX_PKT_VHDR_FRAG); in net_tx_pkt_send_custom()