Lines Matching refs:index

233 /* Convert an MCS index into an iwm_rates[] index. */
3268 uint16_t sn = 0, index = 0;
3281 index = (buf->head_sn + i) % buf->buf_size;
3283 if (ml_empty(&entries[index].frames)) {
3291 timeradd(&entries[index].reorder_time, &timeout, &expiry);
3308 * If no frame expired and there are stored frames, index is now
5004 /* If this wasn't a part of an A-MSDU the sub-frame index will be 0 */
5056 int index = ssn % reorder_buf->buf_size;
5063 chanidx = entries[index].chanidx;
5064 rx_pkt_status = entries[index].rx_pkt_status;
5065 is_shortpre = entries[index].is_shortpre;
5066 rate_n_flags = entries[index].rate_n_flags;
5067 device_timestamp = entries[index].device_timestamp;
5068 rxi = &entries[index].rxi;
5075 while ((m = ml_dequeue(&entries[index].frames)) != NULL) {
5173 int index;
5289 index = sn % buffer->buf_size;
5296 * If it is the same SN then if the subframe index is incrementing it
5299 if (!ml_empty(&entries[index].frames)) {
5310 entries[index].chanidx = chanidx;
5311 entries[index].is_shortpre = is_shortpre;
5312 entries[index].rate_n_flags = rate_n_flags;
5313 entries[index].device_timestamp = device_timestamp;
5314 memcpy(&entries[index].rxi, rxi, sizeof(entries[index].rxi));
5318 ml_enqueue(&entries[index].frames, m);
5320 getmicrouptime(&entries[index].reorder_time);
6699 * ifmedia only provides an MCS index, no NSS.
9513 /* Map 802.11 rate to HW rate index. */
10028 * loop index start from 1 since that CSS block already copied to dram
10029 * and CSS index is 0.
10113 * since that CSS allocated in fw_paging_db[0] loop start from index 1