Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/ibmvscsi/
Dibmvscsi.h86 struct list_head host_list; member
Dibmvscsi.c2318 list_add_tail(&hostdata->host_list, &ibmvscsi_head); in ibmvscsi_probe()
2355 list_del(&hostdata->host_list); in ibmvscsi_remove()
/Linux-v5.10/drivers/nvme/target/
Dfc.c109 struct list_head host_list; member
154 struct list_head host_list; member
998 list_del(&hostport->host_list); in nvmet_fc_hostport_free()
1045 list_for_each_entry(host, &tgtport->host_list, host_list) { in nvmet_fc_alloc_hostport()
1061 INIT_LIST_HEAD(&newhost->host_list); in nvmet_fc_alloc_hostport()
1065 list_for_each_entry(host, &tgtport->host_list, host_list) { in nvmet_fc_alloc_hostport()
1079 list_add_tail(&newhost->host_list, &tgtport->host_list); in nvmet_fc_alloc_hostport()
1401 INIT_LIST_HEAD(&newrec->host_list); in nvmet_fc_register_targetport()
/Linux-v5.10/drivers/gpu/drm/
Ddrm_mipi_dsi.c250 static LIST_HEAD(host_list);
267 list_for_each_entry(host, &host_list, list) { in of_find_mipi_dsi_host_by_node()
292 list_add_tail(&host->list, &host_list); in mipi_dsi_host_register()
/Linux-v5.10/drivers/scsi/
Daha152x.c493 struct list_head host_list; member
725 INIT_LIST_HEAD(&HOSTDATA(shpnt)->host_list); in aha152x_probe_one()
728 list_add_tail(&HOSTDATA(shpnt)->host_list, &aha152x_host_list); in aha152x_probe_one()
840 list_del(&HOSTDATA(shpnt)->host_list); in aha152x_probe_one()
865 list_del(&HOSTDATA(shpnt)->host_list); in aha152x_release()
1299 list_for_each_entry(hd, &aha152x_host_list, host_list) { in run()
3339 list_for_each_entry_safe(hd, tmp, &aha152x_host_list, host_list) { in aha152x_exit()
Dscsi_debug.c306 struct list_head host_list; member
898 list_for_each_entry(sdbg_host, &sdebug_host_list, host_list) { in sdebug_max_tgts_luns()
1044 list_for_each_entry(sdbg_host, &sdebug_host_list, host_list) { in all_config_cdb_len()
1059 list_for_each_entry(sdhp, &sdebug_host_list, host_list) { in clear_luns_changed_on_target()
5243 list_for_each_entry(sdbg_host, &sdebug_host_list, host_list) { in scsi_debug_host_reset()
5797 list_for_each_entry(sdhp, &sdebug_host_list, host_list) { in scsi_debug_show_info()
5999 host_list) { in fake_rw_store()
6138 list_for_each_entry(sdhp, &sdebug_host_list, host_list) { in lun_format_store()
6175 host_list) { in max_luns_store()
6274 host_list) { in virtual_gb_store()
[all …]
DBusLogic.c2468 list_add_tail(&myadapter->host_list, &blogic_host_list); in blogic_init()
2506 list_del(&myadapter->host_list); in blogic_init()
2520 list_del(&myadapter->host_list); in blogic_init()
2541 list_del(&myadapter->host_list); in blogic_init()
2585 list_del(&adapter->host_list); in blogic_deladapter()
3885 list_for_each_entry_safe(ha, next, &blogic_host_list, host_list) in blogic_exit()
DBusLogic.h1052 struct list_head host_list; member
/Linux-v5.10/drivers/mtd/nand/raw/brcmnand/
Dbrcmnand.c234 struct list_head host_list; member
2801 list_for_each_entry(host, &ctrl->host_list, node) in brcmnand_suspend()
2844 list_for_each_entry(host, &ctrl->host_list, node) { in brcmnand_resume()
2952 INIT_LIST_HEAD(&ctrl->host_list); in brcmnand_probe()
3124 list_add_tail(&host->node, &ctrl->host_list); in brcmnand_probe()
3129 if (list_empty(&ctrl->host_list)) { in brcmnand_probe()
3150 list_for_each_entry(host, &ctrl->host_list, node) { in brcmnand_remove()
/Linux-v5.10/drivers/mtd/nand/raw/
Dqcom_nandc.c361 struct list_head host_list; member
2754 INIT_LIST_HEAD(&nandc->host_list); in qcom_nandc_alloc()
2890 list_add_tail(&host->node, &nandc->host_list); in qcom_probe_nand_devices()
2893 if (list_empty(&nandc->host_list)) in qcom_probe_nand_devices()
3015 list_for_each_entry(host, &nandc->host_list, node) { in qcom_nandc_remove()