Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/neterion/
H A Ds2io.h947 wait_queue_head_t msi_wait; member
H A Ds2io.c3815 wake_up(&sp->msi_wait); in s2io_test_intr()
3836 init_waitqueue_head(&sp->msi_wait); in s2io_test_msi()
3845 wait_event_timeout(sp->msi_wait, sp->msi_detected, HZ/10); in s2io_test_msi()
/openbmc/linux/drivers/net/ethernet/marvell/
H A Dsky2.h2304 wait_queue_head_t msi_wait; member
H A Dsky2.c4705 wake_up(&hw->msi_wait); in sky2_test_intr()
4719 init_waitqueue_head(&hw->msi_wait); in sky2_test_msi()
4732 wait_event_timeout(hw->msi_wait, (hw->flags & SKY2_HW_USE_MSI), HZ/10); in sky2_test_msi()