Searched refs:host_list (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.10/drivers/scsi/ibmvscsi/ |
D | ibmvscsi.h | 86 struct list_head host_list; member
|
D | ibmvscsi.c | 2318 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/ |
D | fc.c | 109 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/ |
D | drm_mipi_dsi.c | 250 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/ |
D | aha152x.c | 493 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()
|
D | scsi_debug.c | 306 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 …]
|
D | BusLogic.c | 2468 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()
|
D | BusLogic.h | 1052 struct list_head host_list; member
|
/Linux-v5.10/drivers/mtd/nand/raw/brcmnand/ |
D | brcmnand.c | 234 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/ |
D | qcom_nandc.c | 361 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()
|