Searched refs:rs_table (Results 1 – 3 of 3) sorted by relevance
721 * @mimo_delim: the first SISO index in rs_table, which separates MIMO726 * @initial_rate_index: first index from rs_table per AC category737 * @rs_table: array of rates for each TX try, each is rate_n_flags,756 __le32 rs_table[LQ_MAX_RETRY_NUM]; member
4303 if (nrates > nitems(lq->rs_table)) { in iwm_setrates()4306 "only %zu\n", __func__, nrates, nitems(lq->rs_table)); in iwm_setrates()4366 lq->rs_table[i] = htole32(tab); in iwm_setrates()4369 for (i = nrates; i < nitems(lq->rs_table); i++) { in iwm_setrates()4371 lq->rs_table[i] = htole32(tab); in iwm_setrates()
4745 * @mimo_delim: the first SISO index in rs_table, which separates MIMO4750 * @initial_rate_index: first index from rs_table per AC category4760 * @rs_table: array of rates for each TX try, each is rate_n_flags,4779 uint32_t rs_table[IWM_LQ_MAX_RETRY_NUM];4775 uint32_t rs_table[IWM_LQ_MAX_RETRY_NUM]; global() member