Home
last modified time | relevance | path

Searched refs:host_list (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/ibmvscsi/
H A Dibmvscsi.h86 struct list_head host_list; member
H A Dibmvscsi.c2318 list_add_tail(&hostdata->host_list, &ibmvscsi_head); in ibmvscsi_probe()
2355 list_del(&hostdata->host_list); in ibmvscsi_remove()
/kernel/linux/linux-6.6/drivers/scsi/ibmvscsi/
H A Dibmvscsi.h86 struct list_head host_list; member
H A Dibmvscsi.c2320 list_add_tail(&hostdata->host_list, &ibmvscsi_head); in ibmvscsi_probe()
2357 list_del(&hostdata->host_list); in ibmvscsi_remove()
/kernel/linux/linux-6.6/net/bridge/
H A Dbr_private_mcast_eht.h30 struct hlist_node host_list; member
H A 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()
/kernel/linux/linux-5.10/drivers/nvme/target/
H A 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()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A 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()
/kernel/linux/linux-6.6/drivers/nvme/target/
H A Dfc.c109 struct list_head host_list; member
157 struct list_head host_list; member
994 list_del(&hostport->host_list); in nvmet_fc_hostport_free()
1031 list_for_each_entry(host, &tgtport->host_list, host_list) { in nvmet_fc_match_hostport()
1084 INIT_LIST_HEAD(&newhost->host_list); in nvmet_fc_alloc_hostport()
1087 list_add_tail(&newhost->host_list, &tgtport->host_list); in nvmet_fc_alloc_hostport()
1427 INIT_LIST_HEAD(&newrec->host_list); in nvmet_fc_register_targetport()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A 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()
/kernel/linux/linux-5.10/drivers/scsi/
H A 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()
H A 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()
H A 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()
5282 list_for_each_entry(sdbg_host, &sdebug_host_list, host_list) { in scsi_debug_host_reset()
5836 list_for_each_entry(sdhp, &sdebug_host_list, host_list) { in scsi_debug_show_info()
6038 host_list) { in fake_rw_store()
6177 list_for_each_entry(sdhp, &sdebug_host_list, host_list) { in lun_format_store()
6214 host_list) { in max_luns_store()
6313 host_list) { in virtual_gb_store()
[all...]
H A DBusLogic.h1052 struct list_head host_list; member
/kernel/linux/linux-6.6/drivers/scsi/
H A 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()
859 list_del(&HOSTDATA(shpnt)->host_list); in aha152x_probe_one()
884 list_del(&HOSTDATA(shpnt)->host_list); in aha152x_release()
1327 list_for_each_entry(hd, &aha152x_host_list, host_list) { in run()
3392 list_for_each_entry_safe(hd, tmp, &aha152x_host_list, host_list) { in aha152x_exit()
H A Dscsi_debug.c316 struct list_head host_list; member
903 list_for_each_entry(sdbg_host, &sdebug_host_list, host_list) { in sdebug_max_tgts_luns()
1046 list_for_each_entry(sdbg_host, &sdebug_host_list, host_list) { in all_config_cdb_len()
5267 list_for_each_entry(sdhp, &sdebug_host_list, host_list) { in stop_all_queued()
5384 list_for_each_entry(sdbg_host, &sdebug_host_list, host_list) { in scsi_debug_host_reset()
5458 list_for_each_entry(sdhp, &sdebug_host_list, host_list) { in block_unblock_all_queues()
5973 list_for_each_entry(sdhp, &sdebug_host_list, host_list) { in scsi_debug_show_info()
6014 list_for_each_entry(sdhp, &sdebug_host_list, host_list) { in delay_store()
6055 list_for_each_entry(sdhp, &sdebug_host_list, host_list) { in ndelay_store()
6178 host_list) { in fake_rw_store()
[all...]
H A DBusLogic.c2316 list_add_tail(&myadapter->host_list, &blogic_host_list); in blogic_init()
2354 list_del(&myadapter->host_list); in blogic_init()
2368 list_del(&myadapter->host_list); in blogic_init()
2387 list_del(&myadapter->host_list); in blogic_init()
2431 list_del(&adapter->host_list); in blogic_deladapter()
3710 list_for_each_entry_safe(ha, next, &blogic_host_list, host_list) in blogic_exit()
H A DBusLogic.h1041 struct list_head host_list; member
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.c238 struct list_head host_list; member
2923 list_for_each_entry(host, &ctrl->host_list, node) in brcmnand_suspend()
2966 list_for_each_entry(host, &ctrl->host_list, node) { in brcmnand_resume()
3079 INIT_LIST_HEAD(&ctrl->host_list); in brcmnand_probe()
3257 list_add_tail(&host->node, &ctrl->host_list); in brcmnand_probe()
3261 if (!list_empty(&ctrl->host_list)) in brcmnand_probe()
3285 list_add_tail(&host->node, &ctrl->host_list); in brcmnand_probe()
3288 if (list_empty(&ctrl->host_list)) { in brcmnand_probe()
3309 list_for_each_entry(host, &ctrl->host_list, node) { in brcmnand_remove()
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.c237 struct list_head host_list; member
2868 list_for_each_entry(host, &ctrl->host_list, node) in brcmnand_suspend()
2911 list_for_each_entry(host, &ctrl->host_list, node) { in brcmnand_resume()
3025 INIT_LIST_HEAD(&ctrl->host_list); in brcmnand_probe()
3197 list_add_tail(&host->node, &ctrl->host_list); in brcmnand_probe()
3202 if (list_empty(&ctrl->host_list)) { in brcmnand_probe()
3223 list_for_each_entry(host, &ctrl->host_list, node) { in brcmnand_remove()
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dqcom_nandc.c326 * @host_list: list containing all the chips attached to the
360 struct list_head host_list; member
410 * @node: list node to add itself to host_list in
2755 INIT_LIST_HEAD(&nandc->host_list); in qcom_nandc_alloc()
2891 list_add_tail(&host->node, &nandc->host_list); in qcom_probe_nand_devices()
3012 list_for_each_entry(host, &nandc->host_list, node) { in qcom_nandc_remove()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dqcom_nandc.c362 * @host_list: list containing all the chips attached to the
406 struct list_head host_list; member
487 * @node: list node to add itself to host_list in
3138 INIT_LIST_HEAD(&nandc->host_list); in qcom_nandc_alloc()
3340 list_add_tail(&host->node, &nandc->host_list); in qcom_probe_nand_devices()
3460 list_for_each_entry(host, &nandc->host_list, node) { in qcom_nandc_remove()

Completed in 73 milliseconds