Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dif_iwm.c196 #define IWM_RIDX_MAX (__arraycount(iwm_rates)-1) macro
5371 for (ridx = 0; ridx <= IWM_RIDX_MAX; ridx++) in iwm_setrates()
5374 if (ridx > IWM_RIDX_MAX) in iwm_setrates()
5444 for (ridx = 0; ridx <= IWM_RIDX_MAX; ridx++) in iwm_media_change()