Searched refs:internal_notif (Results 1 – 1 of 1) sorted by relevance
677 struct iwl_mvm_internal_rxq_notif *internal_notif; in iwl_mvm_rx_queue_notif() local681 internal_notif = (void *)notif->payload; in iwl_mvm_rx_queue_notif()683 if (WARN_ONCE(len < sizeof(*notif) + sizeof(*internal_notif), in iwl_mvm_rx_queue_notif()685 len, (int)(sizeof(*notif) + sizeof(*internal_notif)))) in iwl_mvm_rx_queue_notif()687 len -= sizeof(*notif) + sizeof(*internal_notif); in iwl_mvm_rx_queue_notif()689 if (WARN_ONCE(internal_notif->sync && in iwl_mvm_rx_queue_notif()690 mvm->queue_sync_cookie != internal_notif->cookie, in iwl_mvm_rx_queue_notif()692 internal_notif->cookie, mvm->queue_sync_cookie, queue)) in iwl_mvm_rx_queue_notif()695 switch (internal_notif->type) { in iwl_mvm_rx_queue_notif()704 iwl_mvm_del_ba(mvm, queue, (void *)internal_notif->data); in iwl_mvm_rx_queue_notif()[all …]