Searched refs:internal_notif (Results 1 – 1 of 1) sorted by relevance
671 struct iwl_mvm_internal_rxq_notif *internal_notif; in iwl_mvm_rx_queue_notif() local675 internal_notif = (void *)notif->payload; in iwl_mvm_rx_queue_notif()677 if (WARN_ONCE(len < sizeof(*notif) + sizeof(*internal_notif), in iwl_mvm_rx_queue_notif()679 len, (int)(sizeof(*notif) + sizeof(*internal_notif)))) in iwl_mvm_rx_queue_notif()681 len -= sizeof(*notif) + sizeof(*internal_notif); in iwl_mvm_rx_queue_notif()683 if (WARN_ONCE(internal_notif->sync && in iwl_mvm_rx_queue_notif()684 mvm->queue_sync_cookie != internal_notif->cookie, in iwl_mvm_rx_queue_notif()686 internal_notif->cookie, mvm->queue_sync_cookie, queue)) in iwl_mvm_rx_queue_notif()689 switch (internal_notif->type) { in iwl_mvm_rx_queue_notif()698 iwl_mvm_del_ba(mvm, queue, (void *)internal_notif->data); in iwl_mvm_rx_queue_notif()[all …]