Home
last modified time | relevance | path

Searched refs:tx_local (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/
H A Dxen-netfront.c470 struct xen_netif_tx_request tx_local; /* Last request local copy*/ member
498 info->tx_local.id = id; in xennet_tx_setup_grant()
499 info->tx_local.gref = ref; in xennet_tx_setup_grant()
500 info->tx_local.offset = offset; in xennet_tx_setup_grant()
501 info->tx_local.size = len; in xennet_tx_setup_grant()
502 info->tx_local.flags = 0; in xennet_tx_setup_grant()
504 *tx = info->tx_local; in xennet_tx_setup_grant()
513 info->size += info->tx_local.size; in xennet_tx_setup_grant()
791 offset += info.tx_local.size; in xennet_start_xmit()
796 len -= info.tx_local in xennet_start_xmit()
[all...]
/kernel/linux/linux-6.6/drivers/net/
H A Dxen-netfront.c468 struct xen_netif_tx_request tx_local; /* Last request local copy*/ member
496 info->tx_local.id = id; in xennet_tx_setup_grant()
497 info->tx_local.gref = ref; in xennet_tx_setup_grant()
498 info->tx_local.offset = offset; in xennet_tx_setup_grant()
499 info->tx_local.size = len; in xennet_tx_setup_grant()
500 info->tx_local.flags = 0; in xennet_tx_setup_grant()
502 *tx = info->tx_local; in xennet_tx_setup_grant()
511 info->size += info->tx_local.size; in xennet_tx_setup_grant()
787 offset += info.tx_local.size; in xennet_start_xmit()
792 len -= info.tx_local in xennet_start_xmit()
[all...]

Completed in 6 milliseconds