Searched refs:gop_map (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/xen-netback/ |
H A D | netback.c | 554 struct gnttab_map_grant_ref *gop_map = *gopp_map; in xenvif_tx_check_gop() local 606 for (i = 0; i < nr_frags; i++, gop_map++) { in xenvif_tx_check_gop() 612 newerr = gop_map->status; in xenvif_tx_check_gop() 617 gop_map->handle); in xenvif_tx_check_gop() 640 gop_map->status, in xenvif_tx_check_gop() 642 gop_map->ref); in xenvif_tx_check_gop() 682 *gopp_map = gop_map; in xenvif_tx_check_gop() 1183 struct gnttab_map_grant_ref *gop_map = queue->tx_map_ops; in xenvif_tx_submit() local 1196 if (unlikely(xenvif_tx_check_gop(queue, skb, &gop_map, &gop_copy))) { in xenvif_tx_submit()
|
/kernel/linux/linux-6.6/drivers/net/xen-netback/ |
H A D | netback.c | 554 struct gnttab_map_grant_ref *gop_map = *gopp_map; in xenvif_tx_check_gop() local 606 for (i = 0; i < nr_frags; i++, gop_map++) { in xenvif_tx_check_gop() 612 newerr = gop_map->status; in xenvif_tx_check_gop() 617 gop_map->handle); in xenvif_tx_check_gop() 640 gop_map->status, in xenvif_tx_check_gop() 642 gop_map->ref); in xenvif_tx_check_gop() 682 *gopp_map = gop_map; in xenvif_tx_check_gop() 1172 struct gnttab_map_grant_ref *gop_map = queue->tx_map_ops; in xenvif_tx_submit() local 1185 if (unlikely(xenvif_tx_check_gop(queue, skb, &gop_map, &gop_copy))) { in xenvif_tx_submit()
|
Completed in 5 milliseconds