Lines Matching defs:tx_local
468 struct xen_netif_tx_request tx_local; /* Last request local copy*/
496 info->tx_local.id = id;
497 info->tx_local.gref = ref;
498 info->tx_local.offset = offset;
499 info->tx_local.size = len;
500 info->tx_local.flags = 0;
502 *tx = info->tx_local;
511 info->size += info->tx_local.size;
787 offset += info.tx_local.size;
792 len -= info.tx_local.size;