Lines Matching refs:queue

15 				   int queue, struct ieee80211_sta *sta)
28 /* multicast and non-data only arrives on default queue */
38 * avoid checking for default queue - we don't want to replicate
42 if (queue == 0)
78 res = memcmp(pn, ptk_pn->q[queue].pn[tid], IEEE80211_CCMP_PN_LEN);
84 memcpy(ptk_pn->q[queue].pn[tid], pn, IEEE80211_CCMP_PN_LEN);
238 struct sk_buff *skb, int queue,
241 if (unlikely(iwl_mvm_check_pn(mvm, skb, queue, sta))) {
362 u32 pkt_flags, int queue, u8 *crypt_len)
494 static bool iwl_mvm_is_dup(struct ieee80211_sta *sta, int queue,
511 dup_data = &mvm_sta->dup_data[queue];
562 &baid_data->entries[reorder_buf->queue *
582 reorder_buf->queue,
590 static void iwl_mvm_del_ba(struct iwl_mvm *mvm, int queue,
614 reorder_buf = &ba_data->reorder_buf[queue];
629 u8 baid, u16 nssn, int queue)
655 reorder_buf = &ba_data->reorder_buf[queue];
667 struct iwl_rx_cmd_buffer *rxb, int queue)
685 "Received expired RX queue sync message (cookie %d but wanted %d, queue %d)\n",
686 internal_notif->cookie, mvm->queue_sync_cookie, queue))
698 iwl_mvm_del_ba(mvm, queue, (void *)internal_notif->data);
705 WARN_ONCE(!test_and_clear_bit(queue, &mvm->queue_sync_state),
706 "queue sync: queue %d responded a second time!\n",
707 queue);
719 int queue,
794 buffer = &baid_data->reorder_buf[queue];
795 entries = &baid_data->entries[queue * baid_data->entries_per_queue];
859 * If the last sub-frame is not on this queue - we will get frame
1073 int queue)
1594 int queue)
1631 if (!queue && !(phy_info & IWL_RX_MPDU_PHY_AMPDU)) {
1638 /* update aggregation data for monitor sake on default queue */
1639 if (!queue && (phy_info & IWL_RX_MPDU_PHY_TSF_OVERLOAD) &&
1737 int queue)
1773 if (!queue && !(phy_info & IWL_RX_MPDU_PHY_AMPDU)) {
1782 queue);
1784 /* update aggregation data for monitor sake on default queue */
1785 if (!queue && (phy_info & IWL_RX_MPDU_PHY_TSF_OVERLOAD) &&
1932 int queue)
1967 iwl_mvm_rx_he(mvm, skb, phy_data, queue);
1979 iwl_mvm_rx_eht(mvm, skb, phy_data, queue);
2041 struct iwl_rx_cmd_buffer *rxb, int queue)
2177 /* update aggregation data for monitor sake on default queue */
2178 if (!queue && (phy_data.phy_info & IWL_RX_MPDU_PHY_AMPDU)) {
2223 le32_to_cpu(pkt->len_n_flags), queue,
2229 iwl_mvm_rx_fill_status(mvm, skb, &phy_data, queue);
2296 if (iwl_mvm_is_dup(sta, queue, rx_status, hdr, desc)) {
2330 /* management stuff on default queue */
2331 if (!queue) {
2348 if (!iwl_mvm_reorder(mvm, napi, queue, sta, skb, desc) &&
2356 iwl_mvm_pass_packet_to_mac80211(mvm, napi, skb, queue, sta);
2363 struct iwl_rx_cmd_buffer *rxb, int queue)
2453 iwl_mvm_rx_fill_status(mvm, skb, &phy_data, queue);
2490 struct iwl_rx_cmd_buffer *rxb, int queue)
2500 queue);
2504 struct iwl_rx_cmd_buffer *rxb, int queue)
2544 iwl_mvm_release_frames_from_notif(mvm, napi, baid, nssn, queue);