Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dif_iwm.c6087 if (j >= __arraycount(lq->rs_table)) in iwm_setrates()
6123 lq->rs_table[j++] = htole32(tab); in iwm_setrates()
6128 while (j < __arraycount(lq->rs_table)) in iwm_setrates()
6129 lq->rs_table[j++] = lq->rs_table[i]; in iwm_setrates()
H A Dif_iwmreg.h4308 uint32_t rs_table[IWM_LQ_MAX_RETRY_NUM]; member