Lines Matching refs:pending_tx_info
132 (vif->pending_tx_info[pending_idx].callback_struct)
139 struct pending_tx_info *temp = in ubuf_to_queue()
140 container_of(ubuf, struct pending_tx_info, callback_struct); in ubuf_to_queue()
143 pending_tx_info[0]); in ubuf_to_queue()
354 memcpy(&queue->pending_tx_info[pending_idx].req, txp, in xenvif_tx_create_map_op()
356 queue->pending_tx_info[pending_idx].extra_count = extra_count; in xenvif_tx_create_map_op()
431 memcpy(&queue->pending_tx_info[pending_idx].req, in xenvif_get_requests()
433 queue->pending_tx_info[pending_idx].extra_count = in xenvif_get_requests()
670 txp = &queue->pending_tx_info[pending_idx].req; in xenvif_fill_frags()
1155 txp = &queue->pending_tx_info[pending_idx].req; in xenvif_tx_submit()
1394 struct pending_tx_info *pending_tx_info; in xenvif_idx_release() local
1398 pending_tx_info = &queue->pending_tx_info[pending_idx]; in xenvif_idx_release()
1402 make_tx_response(queue, &pending_tx_info->req, in xenvif_idx_release()
1403 pending_tx_info->extra_count, status); in xenvif_idx_release()