Home
last modified time | relevance | path

Searched refs:hwsim_virtio_rx_work (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/
H A Dmac80211_hwsim.c703 static void hwsim_virtio_rx_work(struct work_struct *work);
704 static DECLARE_WORK(hwsim_virtio_rx, hwsim_virtio_rx_work);
4252 static void hwsim_virtio_rx_work(struct work_struct *work) in hwsim_virtio_rx_work() function