Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/intel/iwlwifi/tests/
H A Ddevinfo.c17 pfx, di->device, di->subdevice, di->mac_type, di->mac_step, in iwl_pci_print_dev_info()
31 di->mac_type, di->mac_step, in devinfo_table_order()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/
H A Diwl-config.h478 u8 mac_step; member
494 u16 mac_type, u8 mac_step, u16 rf_type, u8 cdb,
H A Diwl-drv.c184 char mac_step, rf_step; in iwl_drv_get_fwname_pre() local
193 mac_step = iwl_drv_get_step(trans->hw_rev_step); in iwl_drv_get_fwname_pre()
226 trans->cfg->fw_name_mac, mac_step, in iwl_drv_get_fwname_pre()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/pcie/
H A Ddrv.c559 .mac_step = _mac_step, .cdb = _cdb, .jacket = IWL_CFG_ANY }
1386 u16 mac_type, u8 mac_step, u16 rf_type, u8 cdb, in iwl_pci_find_dev_info() argument
1410 if (dev_info->mac_step != (u8)IWL_CFG_ANY && in iwl_pci_find_dev_info()
1411 dev_info->mac_step != mac_step) in iwl_pci_find_dev_info()