Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/xen-netback/
Dnetback.c130 (vif->pending_tx_info[pending_idx].callback_struct)
137 struct pending_tx_info *temp = in ubuf_to_queue()
138 container_of(ubuf, struct pending_tx_info, callback_struct); in ubuf_to_queue()
141 pending_tx_info[0]); in ubuf_to_queue()
349 memcpy(&queue->pending_tx_info[pending_idx].req, txp, in xenvif_tx_create_map_op()
351 queue->pending_tx_info[pending_idx].extra_count = extra_count; in xenvif_tx_create_map_op()
597 txp = &queue->pending_tx_info[pending_idx].req; in xenvif_fill_frags()
1016 memcpy(&queue->pending_tx_info[pending_idx].req, in xenvif_tx_build_gops()
1018 queue->pending_tx_info[pending_idx].extra_count = in xenvif_tx_build_gops()
1118 txp = &queue->pending_tx_info[pending_idx].req; in xenvif_tx_submit()
[all …]
Dcommon.h53 struct pending_tx_info { struct
169 struct pending_tx_info pending_tx_info[MAX_PENDING_REQS]; member
Dinterface.c605 queue->pending_tx_info[i].callback_struct = (struct ubuf_info) in xenvif_init_queue()