Lines Matching +full:queue +full:- +full:pkt +full:- +full:rx
1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
9 #include "fw/api/rx.h"
12 * struct iwl_mld_reorder_buffer - per ra/tid/queue reorder buffer
15 * @queue: queue of this reorder buffer
16 * @valid: true if reordering is valid for this queue
21 int queue; member
26 * struct iwl_mld_reorder_buf_entry - reorder buffer entry per-queue/per-seqno
27 * @frames: list of skbs stored. a list is necessary because in an A-MSDU,
28 * all sub-frames share the same sequence number, so they are stored
41 * struct iwl_mld_baid_data - Block Ack session data
47 * @entries_per_queue: number of buffers per queue, this actually gets
52 * the last update to minimize cache bouncing between RX queues.
60 * @reorder_buf: reorder buffer, allocated per queue
80 * struct iwl_mld_delba_data - RX queue sync data for %IWL_MLD_RXQ_NOTIF_DEL_BA
89 * enum iwl_mld_reorder_result - Possible return values for iwl_mld_reorder()
109 int queue, struct ieee80211_sta *sta,
114 struct iwl_rx_packet *pkt, int queue);
117 struct iwl_rx_packet *pkt,
118 int queue);
120 void iwl_mld_del_ba(struct iwl_mld *mld, int queue,