Searched refs:rxq_sync (Results 1 – 3 of 3) sorted by relevance
| /src/sys/contrib/dev/iwlwifi/mld/ |
| H A D | rx.c | 2049 .notif.cookie = mld->rxq_sync.cookie, in iwl_mld_sync_rx_queues() 2064 mld->rxq_sync.state = (1 << num_rx_queues) - 1; in iwl_mld_sync_rx_queues() 2072 ret = wait_event_timeout(mld->rxq_sync.waitq, in iwl_mld_sync_rx_queues() 2073 READ_ONCE(mld->rxq_sync.state) == 0, in iwl_mld_sync_rx_queues() 2076 mld->rxq_sync.state, mld->rxq_sync.cookie); in iwl_mld_sync_rx_queues() 2079 mld->rxq_sync.state = 0; in iwl_mld_sync_rx_queues() 2080 mld->rxq_sync.cookie++; in iwl_mld_sync_rx_queues() 2102 if (IWL_FW_CHECK(mld, mld->rxq_sync.cookie != internal_notif->cookie, in iwl_mld_handle_rx_queues_sync_notif() 2104 internal_notif->cookie, mld->rxq_sync.cookie, queue)) in iwl_mld_handle_rx_queues_sync_notif() 2123 IWL_FW_CHECK(mld, !test_and_clear_bit(queue, &mld->rxq_sync.state), in iwl_mld_handle_rx_queues_sync_notif() [all …]
|
| H A D | mld.h | 285 struct iwl_mld_rx_queues_sync rxq_sync; member
|
| H A D | mld.c | 104 init_waitqueue_head(&mld->rxq_sync.waitq); in iwl_construct_mld()
|