Home
last modified time | relevance | path

Searched refs:rs_table (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Drs.h721 * @mimo_delim: the first SISO index in rs_table, which separates MIMO
726 * @initial_rate_index: first index from rs_table per AC category
737 * @rs_table: array of rates for each TX try, each is rate_n_flags,
756 __le32 rs_table[LQ_MAX_RETRY_NUM]; member
/freebsd/sys/dev/iwm/
H A Dif_iwm.c4303 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()
H A Dif_iwmreg.h4745 * @mimo_delim: the first SISO index in rs_table, which separates MIMO
4750 * @initial_rate_index: first index from rs_table per AC category
4760 * @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