Home
last modified time | relevance | path

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

/linux/drivers/scsi/ibmvscsi/
H A Dibmvscsi.h86 struct list_head host_list; member
H A Dibmvscsi.c2323 list_add_tail(&hostdata->host_list, &ibmvscsi_head); in ibmvscsi_probe()
2360 list_del(&hostdata->host_list); in ibmvscsi_remove()
/linux/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()
328 hlist_add_head(&set_h->host_list, &eht_host->set_entries); in __eht_lookup_create_set_entry()
501 hlist_for_each_entry_safe(set_h, tmp, &eht_host->set_entries, host_list) in br_multicast_del_eht_host()
/linux/drivers/nvme/target/
H A Dfc.c111 struct list_head host_list; member
157 struct list_head host_list; member
979 list_del(&hostport->host_list); in nvmet_fc_hostport_free()
1006 list_for_each_entry(host, &tgtport->host_list, host_list) { in nvmet_fc_match_hostport()
1051 INIT_LIST_HEAD(&newhost->host_list); in nvmet_fc_alloc_hostport()
1054 list_add_tail(&newhost->host_list, &tgtport->host_list); in nvmet_fc_alloc_hostport()
1407 INIT_LIST_HEAD(&newrec->host_list); in nvmet_fc_register_targetport()
/linux/drivers/scsi/
H A Dscsi_debug.c433 struct list_head host_list; member
1348 list_for_each_entry(sdbg_host, &sdebug_host_list, host_list) { in sdebug_max_tgts_luns()
1515 list_for_each_entry(sdbg_host, &sdebug_host_list, host_list) { in all_config_cdb_len()
6837 list_for_each_entry(sdhp, &sdebug_host_list, host_list) { in stop_all_queued()
7070 list_for_each_entry(sdbg_host, &sdebug_host_list, host_list) { in scsi_debug_host_reset()
7146 list_for_each_entry(sdhp, &sdebug_host_list, host_list) { in block_unblock_all_queues()
7637 list_for_each_entry(sdhp, &sdebug_host_list, host_list) { in scsi_debug_show_info()
7678 list_for_each_entry(sdhp, &sdebug_host_list, host_list) { in delay_store()
7719 list_for_each_entry(sdhp, &sdebug_host_list, host_list) { in ndelay_store()
7842 host_list) { in fake_rw_store()
[all …]
/linux/drivers/mtd/nand/raw/
H A Dqcom_nandc.c2226 list_add_tail(&host->node, &nandc->host_list); in qcom_probe_nand_devices()
2350 list_for_each_entry(host, &nandc->host_list, node) { in qcom_nandc_remove()