Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/xen-netback/
Dcommon.h52 struct pending_tx_info { struct
146 struct pending_tx_info pending_tx_info[MAX_PENDING_REQS]; member
Dnetback.c123 (vif->pending_tx_info[pending_idx].callback_struct)
130 struct pending_tx_info *temp = in ubuf_to_queue()
131 container_of(ubuf, struct pending_tx_info, callback_struct); in ubuf_to_queue()
134 pending_tx_info[0]); in ubuf_to_queue()
794 memcpy(&queue->pending_tx_info[pending_idx].req, txp, in xenvif_tx_create_map_op()
1053 txp = &queue->pending_tx_info[pending_idx].req; in xenvif_fill_frags()
1312 memcpy(&queue->pending_tx_info[pending_idx].req, &txreq, in xenvif_tx_build_gops()
1422 txp = &queue->pending_tx_info[pending_idx].req; in xenvif_tx_submit()
1652 struct pending_tx_info *pending_tx_info; in xenvif_idx_release() local
1656 pending_tx_info = &queue->pending_tx_info[pending_idx]; in xenvif_idx_release()
[all …]
Dinterface.c494 queue->pending_tx_info[i].callback_struct = (struct ubuf_info) in xenvif_init_queue()