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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Dhighlevel.c245 list_del(&as->host_list);
360 INIT_LIST_HEAD(&as->host_list);
370 a1 = list_entry(entry, struct hpsb_address_serve, host_list);
372 host_list);
383 list_add(&as->host_list, entry);
428 INIT_LIST_HEAD(&as->host_list);
438 list_entry(lh, struct hpsb_address_serve, host_list);
441 host_list);
447 list_add(&as->host_list, lh);
486 INIT_LIST_HEAD(&host->dummy_zero_addr.host_list);
[all...]
H A Dhosts.h22 struct list_head host_list; member in struct:hpsb_host
H A Dhighlevel.h16 struct list_head host_list; /* per host list */ member in struct:hpsb_address_serve
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A DBusLogic.c2287 list_add_tail(&HostAdapter->host_list, &BusLogic_host_list);
2324 list_del(&HostAdapter->host_list);
2338 list_del(&HostAdapter->host_list);
2357 list_del(&HostAdapter->host_list);
2400 list_del(&HostAdapter->host_list);
3520 list_for_each_entry_safe(ha, next, &BusLogic_host_list, host_list)
H A Daha152x.c552 struct list_head host_list; member in struct:aha152x_hostdata
783 INIT_LIST_HEAD(&HOSTDATA(shpnt)->host_list);
786 list_add_tail(&HOSTDATA(shpnt)->host_list, &aha152x_host_list);
902 list_del(&HOSTDATA(shpnt)->host_list);
927 list_del(&HOSTDATA(shpnt)->host_list);
1405 list_for_each_entry(hd, &aha152x_host_list, host_list) {
3863 list_for_each_entry_safe(hd, tmp, &aha152x_host_list, host_list) {
H A DBusLogic.h1074 struct list_head host_list; member in struct:BusLogic_HostAdapter
H A Dscsi_debug.c219 struct list_head host_list; member in struct:sdebug_host_info
292 list_for_each_entry(sdbg_host, &sdebug_host_list, host_list) {
2541 list_for_each_entry(sdbg_host, &sdebug_host_list, host_list) {
3473 list_add_tail(&sdbg_host->host_list, &sdebug_host_list);
3507 struct sdebug_host_info, host_list);
3508 list_del(&sdbg_host->host_list);

Completed in 61 milliseconds