Searched refs:pending_tx_info (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/xen-netback/ |
H A D | netback.c | 131 (vif->pending_tx_info[pending_idx].callback_struct) 133 /* Find the containing VIF's structure from a pointer in pending_tx_info array 138 struct pending_tx_info *temp = in ubuf_to_queue() 139 container_of(ubuf, struct pending_tx_info, callback_struct); in ubuf_to_queue() 142 pending_tx_info[0]); in ubuf_to_queue() 350 memcpy(&queue->pending_tx_info[pending_idx].req, txp, in xenvif_tx_create_map_op() 352 queue->pending_tx_info[pending_idx].extra_count = extra_count; in xenvif_tx_create_map_op() 439 memcpy(&queue->pending_tx_info[pending_idx].req, in xenvif_get_requests() 441 queue->pending_tx_info[pending_idx].extra_count = in xenvif_get_requests() 712 txp = &queue->pending_tx_info[pending_id in xenvif_fill_frags() 1459 struct pending_tx_info *pending_tx_info; xenvif_idx_release() local [all...] |
H A D | common.h | 52 struct pending_tx_info { struct 57 * also an index in pending_tx_info array. It is initialized in 60 * callback_struct in this array of struct pending_tx_info's, then ctx 166 struct pending_tx_info pending_tx_info[MAX_PENDING_REQS]; member
|
H A D | interface.c | 592 queue->pending_tx_info[i].callback_struct = (struct ubuf_info) in xenvif_init_queue()
|
/kernel/linux/linux-6.6/drivers/net/xen-netback/ |
H A D | netback.c | 131 (vif->pending_tx_info[pending_idx].callback_struct) 133 /* Find the containing VIF's structure from a pointer in pending_tx_info array 138 struct pending_tx_info *temp = in ubuf_to_queue() 139 container_of(ubuf, struct pending_tx_info, callback_struct); in ubuf_to_queue() 142 pending_tx_info[0]); in ubuf_to_queue() 350 memcpy(&queue->pending_tx_info[pending_idx].req, txp, in xenvif_tx_create_map_op() 352 queue->pending_tx_info[pending_idx].extra_count = extra_count; in xenvif_tx_create_map_op() 439 memcpy(&queue->pending_tx_info[pending_idx].req, in xenvif_get_requests() 441 queue->pending_tx_info[pending_idx].extra_count = in xenvif_get_requests() 712 txp = &queue->pending_tx_info[pending_id in xenvif_fill_frags() 1448 struct pending_tx_info *pending_tx_info; xenvif_idx_release() local [all...] |
H A D | common.h | 52 struct pending_tx_info { struct 57 * also an index in pending_tx_info array. It is initialized in 60 * callback_struct in this array of struct pending_tx_info's, then ctx 166 struct pending_tx_info pending_tx_info[MAX_PENDING_REQS]; member
|
H A D | interface.c | 592 queue->pending_tx_info[i].callback_struct = (struct ubuf_info_msgzc) in xenvif_init_queue()
|
Completed in 10 milliseconds