Searched refs:cfg_j (Results 1 – 1 of 1) sorted by relevance
129 const struct iwl_rf_cfg *cfg_j = iwl_dev_info_table[j].cfg; in devinfo_no_cfg_dups() local131 if (cfg_i == cfg_j) in devinfo_no_cfg_dups()134 KUNIT_EXPECT_NE_MSG(test, memcmp(cfg_i, cfg_j, in devinfo_no_cfg_dups()137 cfg_i, cfg_j); in devinfo_no_cfg_dups()227 const struct iwl_mac_cfg *cfg_j = in devinfo_no_mac_cfg_dups() local230 if (cfg_i == cfg_j) in devinfo_no_mac_cfg_dups()233 KUNIT_EXPECT_NE_MSG(test, memcmp(cfg_j, cfg_i, in devinfo_no_mac_cfg_dups()236 cfg_i, cfg_j); in devinfo_no_mac_cfg_dups()
Completed in 3 milliseconds