Home
last modified time | relevance | path

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

/linux-4.1.27/include/xen/interface/io/
Dnetif.h148 struct xen_netif_tx_request { struct
250 struct xen_netif_tx_request,
/linux-4.1.27/drivers/net/xen-netback/
Dnetback.c97 struct xen_netif_tx_request *txp,
653 struct xen_netif_tx_request *txp, RING_IDX end) in xenvif_tx_err()
680 struct xen_netif_tx_request *first, in xenvif_count_requests()
681 struct xen_netif_tx_request *txp, in xenvif_count_requests()
693 struct xen_netif_tx_request dropped_tx = { 0 }; in xenvif_count_requests()
786 struct xen_netif_tx_request *txp, in xenvif_tx_create_map_op()
817 struct xen_netif_tx_request *txp, in xenvif_get_requests()
1036 struct xen_netif_tx_request *txp; in xenvif_fill_frags()
1188 struct xen_netif_tx_request txreq; in xenvif_tx_build_gops()
1189 struct xen_netif_tx_request txfrags[XEN_NETBK_LEGACY_SLOTS_MAX]; in xenvif_tx_build_gops()
[all …]
Dcommon.h53 struct xen_netif_tx_request req; /* tx request */
/linux-4.1.27/drivers/net/
Dxen-netfront.c419 static struct xen_netif_tx_request *xennet_make_one_txreq( in xennet_make_one_txreq()
424 struct xen_netif_tx_request *tx; in xennet_make_one_txreq()
450 static struct xen_netif_tx_request *xennet_make_txreqs( in xennet_make_txreqs()
451 struct netfront_queue *queue, struct xen_netif_tx_request *tx, in xennet_make_txreqs()
518 struct xen_netif_tx_request *tx, *first_tx; in xennet_start_xmit()