HomeSort by: relevance | last modified time | path
    Searched refs:rs_table (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_iwm.c 6087 if (j >= __arraycount(lq->rs_table))
6123 lq->rs_table[j++] = htole32(tab);
6128 while (j < __arraycount(lq->rs_table))
6129 lq->rs_table[j++] = lq->rs_table[i];
if_iwmreg.h 4274 * @mimo_delim: the first SISO index in rs_table, which separates MIMO
4279 * @initial_rate_index: first index from rs_table per AC category
4289 * @rs_table: array of rates for each TX try, each is rate_n_flags,
4308 uint32_t rs_table[IWM_LQ_MAX_RETRY_NUM]; member in struct:iwm_lq_cmd

Completed in 24 milliseconds