Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/ibmvscsi/
Dibmvscsi.h86 struct list_head host_list; member
Dibmvscsi.c2320 list_add_tail(&hostdata->host_list, &ibmvscsi_head); in ibmvscsi_probe()
2357 list_del(&hostdata->host_list); in ibmvscsi_remove()
/linux-6.12.1/net/bridge/
Dbr_private_mcast_eht.h30 struct hlist_node host_list; member
Dbr_multicast_eht.c168 hlist_del_init(&set_h->host_list); in __eht_del_set_entry()
325 hlist_add_head(&set_h->host_list, &eht_host->set_entries); in __eht_lookup_create_set_entry()
498 hlist_for_each_entry_safe(set_h, tmp, &eht_host->set_entries, host_list) in br_multicast_del_eht_host()
/linux-6.12.1/drivers/nvme/target/
Dfc.c109 struct list_head host_list; member
157 struct list_head host_list; member
992 list_del(&hostport->host_list); in nvmet_fc_hostport_free()
1029 list_for_each_entry(host, &tgtport->host_list, host_list) { in nvmet_fc_match_hostport()
1082 INIT_LIST_HEAD(&newhost->host_list); in nvmet_fc_alloc_hostport()
1085 list_add_tail(&newhost->host_list, &tgtport->host_list); in nvmet_fc_alloc_hostport()
1432 INIT_LIST_HEAD(&newrec->host_list); in nvmet_fc_register_targetport()
/linux-6.12.1/drivers/mtd/nand/raw/brcmnand/
Dbrcmnand.c238 struct list_head host_list; member
2957 list_for_each_entry(host, &ctrl->host_list, node) in brcmnand_suspend()
3000 list_for_each_entry(host, &ctrl->host_list, node) { in brcmnand_resume()
3113 INIT_LIST_HEAD(&ctrl->host_list); in brcmnand_probe()
3295 list_add_tail(&host->node, &ctrl->host_list); in brcmnand_probe()
3299 if (!list_empty(&ctrl->host_list)) in brcmnand_probe()
3323 list_add_tail(&host->node, &ctrl->host_list); in brcmnand_probe()
3326 if (list_empty(&ctrl->host_list)) { in brcmnand_probe()
3347 list_for_each_entry(host, &ctrl->host_list, node) { in brcmnand_remove()
/linux-6.12.1/drivers/gpu/drm/
Ddrm_mipi_dsi.c297 static LIST_HEAD(host_list);
314 list_for_each_entry(host, &host_list, list) { in of_find_mipi_dsi_host_by_node()
339 list_add_tail(&host->list, &host_list); in mipi_dsi_host_register()
/linux-6.12.1/drivers/scsi/
Daha152x.c511 struct list_head host_list; member
744 INIT_LIST_HEAD(&HOSTDATA(shpnt)->host_list); in aha152x_probe_one()
747 list_add_tail(&HOSTDATA(shpnt)->host_list, &aha152x_host_list); in aha152x_probe_one()
860 list_del(&HOSTDATA(shpnt)->host_list); in aha152x_probe_one()
885 list_del(&HOSTDATA(shpnt)->host_list); in aha152x_release()
1328 list_for_each_entry(hd, &aha152x_host_list, host_list) { in run()
3386 list_for_each_entry_safe(hd, tmp, &aha152x_host_list, host_list) { in aha152x_exit()
Dscsi_debug.c377 struct list_head host_list; member
1261 list_for_each_entry(sdbg_host, &sdebug_host_list, host_list) { in sdebug_max_tgts_luns()
1404 list_for_each_entry(sdbg_host, &sdebug_host_list, host_list) { in all_config_cdb_len()
6040 list_for_each_entry(sdhp, &sdebug_host_list, host_list) { in stop_all_queued()
6248 list_for_each_entry(sdbg_host, &sdebug_host_list, host_list) { in scsi_debug_host_reset()
6322 list_for_each_entry(sdhp, &sdebug_host_list, host_list) { in block_unblock_all_queues()
6851 list_for_each_entry(sdhp, &sdebug_host_list, host_list) { in scsi_debug_show_info()
6892 list_for_each_entry(sdhp, &sdebug_host_list, host_list) { in delay_store()
6933 list_for_each_entry(sdhp, &sdebug_host_list, host_list) { in ndelay_store()
7056 host_list) { in fake_rw_store()
[all …]
DBusLogic.c2317 list_add_tail(&myadapter->host_list, &blogic_host_list); in blogic_init()
2355 list_del(&myadapter->host_list); in blogic_init()
2369 list_del(&myadapter->host_list); in blogic_init()
2388 list_del(&myadapter->host_list); in blogic_init()
2432 list_del(&adapter->host_list); in blogic_deladapter()
3711 list_for_each_entry_safe(ha, next, &blogic_host_list, host_list) in blogic_exit()
DBusLogic.h1041 struct list_head host_list; member
/linux-6.12.1/drivers/mtd/nand/raw/
Dqcom_nandc.c406 struct list_head host_list; member
3137 INIT_LIST_HEAD(&nandc->host_list); in qcom_nandc_alloc()
3339 list_add_tail(&host->node, &nandc->host_list); in qcom_probe_nand_devices()
3459 list_for_each_entry(host, &nandc->host_list, node) { in qcom_nandc_remove()