Searched refs:tx_evtchn (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/net/ |
D | xen-netfront.c | 119 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 …]
|
/Linux-v6.6/drivers/net/xen-netback/ |
D | xenbus.c | 855 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()
|
D | interface.c | 704 unsigned int tx_evtchn, in xenvif_connect_data() argument 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()
|
D | common.h | 356 unsigned int tx_evtchn,
|