Searched refs:mac_step (Results 1 – 2 of 2) sorted by relevance
| /src/sys/contrib/dev/iwlwifi/ |
| H A D | iwl-drv.c | 206 char mac_step, rf_step; in iwl_drv_get_fwname_pre() local 212 mac_step = iwl_drv_get_step(trans->info.hw_rev_step); in iwl_drv_get_fwname_pre() 217 mac_step = 'b'; in iwl_drv_get_fwname_pre() 221 mac_step = 'b'; in iwl_drv_get_fwname_pre() 233 mac_step = 'a'; in iwl_drv_get_fwname_pre() 238 mac_step = 'a'; in iwl_drv_get_fwname_pre() 242 mac_step = 'a'; in iwl_drv_get_fwname_pre() 306 mac, mac_step, rf, cdb, rf_step); in iwl_drv_get_fwname_pre()
|
| /src/sys/dev/iwx/ |
| H A D | if_iwx.c | 9672 uint8_t mac_step; member 9686 .mac_step = _mac_step, .cdb = _cdb, .jacket = _jacket } 10102 uint8_t mac_step, cdb, jacket, rf_id, no_160, cores; in iwx_find_device_cfg() local 10107 mac_step = IWX_CSR_HW_REV_STEP(sc->sc_hw_rev << 2); in iwx_find_device_cfg() 10131 if (dev_info->mac_step != (uint8_t)IWX_CFG_ANY && in iwx_find_device_cfg() 10132 dev_info->mac_step != mac_step) in iwx_find_device_cfg()
|