Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-drv.c205 char mac_step, rf_step; in iwl_drv_get_fwname_pre() local
211 mac_step = iwl_drv_get_step(trans->info.hw_rev_step); in iwl_drv_get_fwname_pre()
216 mac_step = 'b'; in iwl_drv_get_fwname_pre()
220 mac_step = 'b'; in iwl_drv_get_fwname_pre()
232 mac_step = 'a'; in iwl_drv_get_fwname_pre()
237 mac_step = 'a'; in iwl_drv_get_fwname_pre()
241 mac_step = 'a'; in iwl_drv_get_fwname_pre()
305 mac, mac_step, rf, cdb, rf_step); in iwl_drv_get_fwname_pre()
/freebsd/sys/dev/iwx/
H A Dif_iwx.c9661 uint8_t mac_step; member
9675 .mac_step = _mac_step, .cdb = _cdb, .jacket = _jacket }
10091 uint8_t mac_step, cdb, jacket, rf_id, no_160, cores; in iwx_find_device_cfg() local
10096 mac_step = IWX_CSR_HW_REV_STEP(sc->sc_hw_rev << 2); in iwx_find_device_cfg()
10120 if (dev_info->mac_step != (uint8_t)IWX_CFG_ANY && in iwx_find_device_cfg()
10121 dev_info->mac_step != mac_step) in iwx_find_device_cfg()