Lines Matching refs:tx_local
470 struct xen_netif_tx_request tx_local; /* Last request local copy*/
498 info->tx_local.id = id;
499 info->tx_local.gref = ref;
500 info->tx_local.offset = offset;
501 info->tx_local.size = len;
502 info->tx_local.flags = 0;
504 *tx = info->tx_local;
513 info->size += info->tx_local.size;
787 offset += info.tx_local.size;
792 len -= info.tx_local.size;