Searched refs:rs_table (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/iwm/
H A Dif_iwm.c4347 if (nrates > nitems(lq->rs_table)) {
4350 "only %zu\n", __func__, nrates, nitems(lq->rs_table));
4410 lq->rs_table[i] = htole32(tab);
4413 for (i = nrates; i < nitems(lq->rs_table); i++) {
4415 lq->rs_table[i] = htole32(tab);
H A Dif_iwmreg.h4327 * @mimo_delim: the first SISO index in rs_table, which separates MIMO
4332 * @initial_rate_index: first index from rs_table per AC category
4342 * @rs_table: array of rates for each TX try, each is rate_n_flags,
4361 uint32_t rs_table[IWM_LQ_MAX_RETRY_NUM]; member in struct:iwm_lq_cmd

Completed in 137 milliseconds