Searched refs:proxy_rx_wq (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/sfc/siena/
H A Dmcdi.h65 * @proxy_rx_wq: Wait queue for updates to proxy_rx_handle
89 wait_queue_head_t proxy_rx_wq; member in struct:efx_mcdi_iface
H A Dmcdi.c82 init_waitqueue_head(&mcdi->proxy_rx_wq);
758 wake_up(&mcdi->proxy_rx_wq);
775 wake_up(&mcdi->proxy_rx_wq);
784 rc = wait_event_timeout(mcdi->proxy_rx_wq,
/linux-master/drivers/net/ethernet/sfc/
H A Dmcdi.h65 * @proxy_rx_wq: Wait queue for updates to proxy_rx_handle
89 wait_queue_head_t proxy_rx_wq; member in struct:efx_mcdi_iface
H A Dmcdi.c80 init_waitqueue_head(&mcdi->proxy_rx_wq);
754 wake_up(&mcdi->proxy_rx_wq);
771 wake_up(&mcdi->proxy_rx_wq);
780 rc = wait_event_timeout(mcdi->proxy_rx_wq,

Completed in 100 milliseconds