Home
last modified time | relevance | path

Searched refs:hosts (Results 1 – 25 of 56) sorted by relevance

123

/linux-3.4.99/drivers/scsi/
Dsym53c416.c218 static host hosts[MAXHOSTS] = { variable
560 if(hosts[i].base == ints[1]) in sym53c416_setup()
564 hosts[host_index].base = ints[1]; in sym53c416_setup()
565 hosts[host_index].irq = (ints[0] == 2)? ints[2] : 0; in sym53c416_setup()
682 if (!request_region(hosts[i].base, IO_RANGE, ID)) in sym53c416_detect()
684 if (!sym53c416_test(hosts[i].base)) { in sym53c416_detect()
685 printk(KERN_WARNING "No sym53c416 found at address 0x%03x\n", hosts[i].base); in sym53c416_detect()
690 if (!hosts[i].irq) in sym53c416_detect()
691 hosts[i].irq = sym53c416_probeirq(hosts[i].base, hosts[i].scsi_id); in sym53c416_detect()
692 if (!hosts[i].irq) in sym53c416_detect()
[all …]
DNCR_Q720.c49 struct Scsi_Host *hosts[4]; member
72 ncr53c8xx_intr(irq, p->hosts[siop]); in NCR_Q720_intr()
112 p->hosts[siop] = ncr_attach(&NCR_Q720_tpnt, unit++, &device); in NCR_Q720_probe_one()
114 if (!p->hosts[siop]) in NCR_Q720_probe_one()
123 error = scsi_add_host(p->hosts[siop], p->dev); in NCR_Q720_probe_one()
125 ncr53c8xx_release(p->hosts[siop]); in NCR_Q720_probe_one()
127 scsi_scan_host(p->hosts[siop]); in NCR_Q720_probe_one()
336 if(p->hosts[i]) in NCR_Q720_remove()
337 NCR_Q720_remove_one(p->hosts[i]); in NCR_Q720_remove()
DNCR_D700.c171 struct Scsi_Host *hosts[2]; member
211 p->hosts[siop] = host; in NCR_D700_probe_one()
235 if (p->hosts[i] && in NCR_D700_intr()
236 NCR_700_intr(irq, p->hosts[i]) == IRQ_HANDLED) in NCR_D700_intr()
369 NCR_D700_remove_one(p->hosts[i]); in NCR_D700_remove()
Dfd_mcs.c292 static struct Scsi_Host *hosts[FD_MAX_HOSTS + 1] = { NULL }; variable
405 if (request_irq(irq, fd_mcs_intr, IRQF_SHARED, "fd_mcs", hosts)) { in fd_mcs_detect()
419 free_irq(irq, hosts); in fd_mcs_detect()
470 hosts[found++] = shpnt; in fd_mcs_detect()
635 while ((shpnt = hosts[i++])) { in fd_mcs_intr()
1054 if (shpnt == hosts[i]) in fd_mcs_release()
1056 if (shpnt->irq == hosts[i]->irq) in fd_mcs_release()
1062 free_irq(shpnt->irq, hosts); in fd_mcs_release()
1067 hosts[i] = hosts[i + 1]; in fd_mcs_release()
1069 hosts[found] = NULL; in fd_mcs_release()
/linux-3.4.99/net/netfilter/ipset/
Dip_set_bitmap_ip.c41 u32 hosts; /* number of hosts in a subnet */ member
53 return ((ip & ip_set_hostmask(m->netmask)) - m->first_ip)/m->hosts; in ip_to_id()
113 htonl(map->first_ip + id * map->hosts)); in bitmap_ip_list()
198 htonl(map->first_ip + id * map->hosts)); in bitmap_ip_tlist()
294 for (; !before(ip_to, ip); ip += map->hosts) { in bitmap_ip_uadt()
432 u32 elements, u32 hosts, u8 netmask) in init_map_ip() argument
440 map->hosts = hosts; in init_map_ip()
454 u32 first_ip, last_ip, hosts, elements; in bitmap_ip_create() local
496 hosts = 1; in bitmap_ip_create()
509 hosts = 2 << (32 - netmask - 1); in bitmap_ip_create()
[all …]
Dip_set_hash_ip.c141 u32 ip, ip_to, hosts, timeout = h->timeout; in hash_ip4_uadt() local
186 hosts = h->netmask == 32 ? 1 : 2 << (32 - h->netmask - 1); in hash_ip4_uadt()
190 for (; !before(ip_to, ip); ip += hosts) { in hash_ip4_uadt()
/linux-3.4.99/drivers/memstick/host/
Djmb38x_ms.c72 struct memstick_host *hosts[]; member
811 if (!jm->hosts[cnt]) in jmb38x_ms_suspend()
813 memstick_suspend_host(jm->hosts[cnt]); in jmb38x_ms_suspend()
838 if (!jm->hosts[rc]) in jmb38x_ms_resume()
840 memstick_resume_host(jm->hosts[rc]); in jmb38x_ms_resume()
841 memstick_detect_change(jm->hosts[rc]); in jmb38x_ms_resume()
965 jm->hosts[cnt] = jmb38x_ms_alloc_host(jm, cnt); in jmb38x_ms_probe()
966 if (!jm->hosts[cnt]) in jmb38x_ms_probe()
969 rc = memstick_add_host(jm->hosts[cnt]); in jmb38x_ms_probe()
972 jmb38x_ms_free_host(jm->hosts[cnt]); in jmb38x_ms_probe()
[all …]
/linux-3.4.99/Documentation/scsi/
DChangeLog.1992-199789 * scsi.c/h, hosts.c/h et al reindented to increase readability
123 * hosts.c: Make use_clustering changeable in the Scsi_Host structure.
216 * hosts.h: Change io_port to long int from short.
224 * hosts.c, hosts.h, scsi_ioctl.c, sd.c, sd_ioctl.c, sg.c, sr.c,
256 * hosts.c: If we remove last host registered, reuse host number.
276 * hosts.c: Initialize wish_block to 0.
278 * hosts.h: Add wish_block.
296 * hosts.c: Do not reuse host numbers.
303 hosts.c.
330 * hosts.c: Initialize ->dma_channel and ->io_port when registering
[all …]
Dscsi_mid_low_api.txt15 SCSI HBAs. Some HBAs contain multiple hosts.
30 and thus represent two hosts. Like most modern HBAs, each aic7xxx host
77 is based on hosts that are detected at HBA driver load time. This will be
124 In this model an LLD controls when SCSI hosts are introduced and removed
250 Here is an example of an initialization sequence when two hosts are
453 * Defined in: drivers/scsi/hosts.c
550 * Defined in: drivers/scsi/hosts.c .
566 * Defined in: drivers/scsi/hosts.c
585 * Defined in: drivers/scsi/hosts.c
625 * Defined in: drivers/scsi/hosts.c .
[all …]
/linux-3.4.99/drivers/scsi/libsas/
DKconfig42 bool "Support for SMP interpretation for SAS hosts"
46 Allows sas hosts to receive SMP frames. Selecting this
/linux-3.4.99/drivers/mmc/card/
DKconfig36 bool "Use bounce buffer for simple hosts"
46 Say Y here to help these restricted hosts by bouncing
/linux-3.4.99/net/atm/
DKconfig26 ATMARP. If you want to communication with other IP hosts on your ATM
54 bridges and ATM attached hosts establish direct ATM VCs across
/linux-3.4.99/drivers/scsi/isci/
Dinit.c366 ihost = pci_info->hosts[id]; in isci_setup_interrupts()
381 ihost = pci_info->hosts[id]; in isci_setup_interrupts()
524 pci_info->hosts[i] = h; in isci_pci_probe()
Dhost.h303 struct isci_host *hosts[SCI_MAX_CONTROLLERS]; member
314 (ihost = to_pci_info(pdev)->hosts[id]); id++)
/linux-3.4.99/include/linux/nfsd/
Dexport.h69 char *hosts; /* colon separated list of hosts */ member
/linux-3.4.99/arch/um/
DKconfig.net82 multiple hosts), Ethertap (to network with the host and the
105 hosts, choose the Multicast Transport. To set up a network with
141 bridge if any of them need to be able to talk to their hosts or any
151 If you need UMLs on multiple physical hosts to communicate as if
/linux-3.4.99/Documentation/netlabel/
Ddraft-ietf-cipso-ipsecurity-01.txt82 mapping to hosts within the authority's domain. These mappings may be
123 a mapping table within CIPSO hosts to map these numbers to their
430 The configuration parameters defined below are required for all CIPSO hosts,
479 parameter does not apply to CIPSO hosts that support only one network port.
486 This parameter does not apply to CIPSO hosts that support only one network
492 hosts and gateways MUST support either this parameter, the NET_DOI
498 CIPSO hosts and gateways MUST support either this parameter, the PORT_DOI
504 hosts and gateways MUST support either this parameter, the PORT_DOI
626 networks that have CIPSO and non-CIPSO hosts and the non-CIPSO hosts
/linux-3.4.99/fs/nfsd/
Dexport.c310 kfree(fsloc->locations[i].hosts); in nfsd4_fslocs_free()
423 fsloc->locations[i].hosts = kstrdup(buf, GFP_KERNEL); in fsloc_parse()
424 if (!fsloc->locations[i].hosts) in fsloc_parse()
1184 seq_escape(m, fsloc->locations[0].hosts, ",;@ \t\n\\"); in exp_flags()
1189 seq_escape(m, fsloc->locations[i].hosts, ",;@ \t\n\\"); in exp_flags()
/linux-3.4.99/Documentation/fb/
Dmetronomefb.txt8 Vizplex display media. E-Ink hosts some details of this controller and the
/linux-3.4.99/net/ipv6/
DKconfig46 Advertisement message which improves the ability of hosts
47 to pick an appropriate router, especially when the hosts
/linux-3.4.99/drivers/usb/core/
DKconfig139 normal Linux-USB hosts do (other than the warning), and is
147 external hubs. OTG hosts are allowed to reduce hardware
/linux-3.4.99/Documentation/networking/
Dfore200e.txt13 same time, by hosts that have several bus interfaces (such as PCI+SBUS,
Dbatman-adv.txt170 The TT entries are showing which hosts are connected to the mesh
218 As batman advanced operates on layer 2 all hosts participating in
/linux-3.4.99/Documentation/usb/
Dauthorization.txt35 connect. Wireless USB hosts deauthorize by default all new connected
/linux-3.4.99/Documentation/filesystems/nfs/
Dnfs.txt90 result="$(${getent} hosts ${name} | ${cut} -f1 -d\ )"

123