Home
last modified time | relevance | path

Searched refs:tx_evtchn (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/xen-netback/
H A Dxenbus.c855 unsigned int tx_evtchn, rx_evtchn; in connect_data_rings() local
899 "event-channel-tx", "%u", &tx_evtchn, in connect_data_rings()
903 "event-channel", "%u", &tx_evtchn); in connect_data_rings()
910 rx_evtchn = tx_evtchn; in connect_data_rings()
915 tx_evtchn, rx_evtchn); in connect_data_rings()
920 tx_evtchn, rx_evtchn); in connect_data_rings()
H A Dinterface.c705 unsigned int tx_evtchn, in xenvif_connect_data()
746 if (tx_evtchn == rx_evtchn) { in xenvif_connect_data()
749 queue->vif->domid, tx_evtchn, xenvif_interrupt, 0, in xenvif_connect_data()
760 queue->vif->domid, tx_evtchn, xenvif_tx_interrupt, 0, in xenvif_connect_data()
702 xenvif_connect_data(struct xenvif_queue *queue, unsigned long tx_ring_ref, unsigned long rx_ring_ref, unsigned int tx_evtchn, unsigned int rx_evtchn) xenvif_connect_data() argument
H A Dcommon.h356 unsigned int tx_evtchn,
/kernel/linux/linux-6.6/drivers/net/xen-netback/
H A Dxenbus.c855 unsigned int tx_evtchn, rx_evtchn; in connect_data_rings() local
898 "event-channel-tx", "%u", &tx_evtchn, in connect_data_rings()
902 "event-channel", "%u", &tx_evtchn); in connect_data_rings()
909 rx_evtchn = tx_evtchn; in connect_data_rings()
914 tx_evtchn, rx_evtchn); in connect_data_rings()
919 tx_evtchn, rx_evtchn); in connect_data_rings()
H A Dinterface.c704 unsigned int tx_evtchn, in xenvif_connect_data()
745 if (tx_evtchn == rx_evtchn) { in xenvif_connect_data()
748 dev, tx_evtchn, xenvif_interrupt, 0, in xenvif_connect_data()
759 dev, tx_evtchn, xenvif_tx_interrupt, 0, in xenvif_connect_data()
701 xenvif_connect_data(struct xenvif_queue *queue, unsigned long tx_ring_ref, unsigned long rx_ring_ref, unsigned int tx_evtchn, unsigned int rx_evtchn) xenvif_connect_data() argument
H A Dcommon.h356 unsigned int tx_evtchn,
/kernel/linux/linux-5.10/drivers/net/
H A Dxen-netfront.c121 unsigned int tx_evtchn, rx_evtchn; member
1830 queue->tx_evtchn = queue->rx_evtchn = 0; in xennet_disconnect_backend()
1906 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->tx_evtchn); in setup_netfront_single()
1910 err = bind_evtchn_to_irqhandler_lateeoi(queue->tx_evtchn, in setup_netfront_single()
1916 queue->rx_evtchn = queue->tx_evtchn; in setup_netfront_single()
1922 xenbus_free_evtchn(queue->info->xbdev, queue->tx_evtchn); in setup_netfront_single()
1923 queue->tx_evtchn = 0; in setup_netfront_single()
1932 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->tx_evtchn); in setup_netfront_split()
1941 err = bind_evtchn_to_irqhandler_lateeoi(queue->tx_evtchn, in setup_netfront_split()
1966 xenbus_free_evtchn(queue->info->xbdev, queue->tx_evtchn); in setup_netfront_split()
[all...]
/kernel/linux/linux-6.6/drivers/net/
H A Dxen-netfront.c119 unsigned int tx_evtchn, rx_evtchn; member
1826 queue->tx_evtchn = queue->rx_evtchn = 0; in xennet_disconnect_backend()
1902 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->tx_evtchn); in setup_netfront_single()
1906 err = bind_evtchn_to_irqhandler_lateeoi(queue->tx_evtchn, in setup_netfront_single()
1912 queue->rx_evtchn = queue->tx_evtchn; in setup_netfront_single()
1918 xenbus_free_evtchn(queue->info->xbdev, queue->tx_evtchn); in setup_netfront_single()
1919 queue->tx_evtchn = 0; in setup_netfront_single()
1928 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->tx_evtchn); in setup_netfront_split()
1937 err = bind_evtchn_to_irqhandler_lateeoi(queue->tx_evtchn, in setup_netfront_split()
1962 xenbus_free_evtchn(queue->info->xbdev, queue->tx_evtchn); in setup_netfront_split()
[all...]

Completed in 14 milliseconds