Home
last modified time | relevance | path

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

/linux-4.4.14/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()
DMakefile163 scsi_mod-y += scsi.o hosts.o scsi_ioctl.o \
DKconfig1481 This pseudo driver simulates one or more hosts (SCSI initiators),
/linux-4.4.14/net/netfilter/ipset/
Dip_set_bitmap_ip.c47 u32 hosts; /* number of hosts in a subnet */ member
63 return ((ip & ip_set_hostmask(m->netmask)) - m->first_ip) / m->hosts; in ip_to_id()
99 htonl(map->first_ip + id * map->hosts)); in bitmap_ip_do_list()
186 for (; !before(ip_to, ip); ip += map->hosts) { in bitmap_ip_uadt()
223 u32 elements, u32 hosts, u8 netmask) in init_map_ip() argument
231 map->hosts = hosts; in init_map_ip()
246 u32 first_ip = 0, last_ip = 0, hosts; in bitmap_ip_create() local
291 hosts = 1; in bitmap_ip_create()
304 hosts = 2 << (32 - netmask - 1); in bitmap_ip_create()
311 hosts, (unsigned long long)elements); in bitmap_ip_create()
[all …]
Dip_set_hash_ip.c108 u32 ip = 0, ip_to = 0, hosts; in hash_ip4_uadt() local
149 hosts = h->netmask == 32 ? 1 : 2 << (32 - h->netmask - 1); in hash_ip4_uadt()
153 for (; !before(ip_to, ip); ip += hosts) { in hash_ip4_uadt()
/linux-4.4.14/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-4.4.14/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
433 * Defined in: drivers/scsi/hosts.c
510 * Defined in: drivers/scsi/hosts.c .
526 * Defined in: drivers/scsi/hosts.c
545 * Defined in: drivers/scsi/hosts.c
585 * Defined in: drivers/scsi/hosts.c .
[all …]
Dsym53c8xx_2.txt40 10.2.7 Suggest a default SCSI id for hosts
484 10.2.7 Suggest a default SCSI id for hosts
486 hostid=#x (0 < x < 7) x suggested for hosts SCSI id.
544 driver not to attach hosts at address 0xb400 and 0xc000.
Dncr53c8xx.txt54 10.2.21 Suggest a default SCSI id for hosts
331 hosts is incremented each time the driver is loaded.
833 ncr53c8xx driver not to attach hosts at address 0xb400 and 0xc000.
835 10.2.21 Suggest a default SCSI id for hosts
837 hostid:#x (0 < x < 7) x suggested for hosts SCSI id.
DChangeLog.lpfc923 * Added fixes to targetless hosts that caused modprobe and insmod to hang.
1280 * Modified lpfc.conf to remove limit on number of support hosts
1396 big endian hosts like PPC64, the SLIM is accessed 4 bytes at a
/linux-4.4.14/Documentation/networking/
Ddctcp.txt6 the data center network to provide multi-bit feedback to the end hosts.
8 To enable it on end hosts:
Dfore200e.txt13 same time, by hosts that have several bus interfaces (such as PCI+SBUS,
Dbatman-adv.txt178 As batman advanced operates on layer 2 all hosts participating in
D00-INDEX234 - sync patches for XFRM enable migration of an SA between hosts.
Dbonding.txt368 bonding hosts are concurrently issuing ARPs to one or more targets
1670 other hosts in the same L2). This implies that other machines in the L2
1671 domain can spoof LACPDU packets from other hosts to the switch and potentially
1673 machine's aggregate, thus receiving a portion of that hosts incoming
2135 If two hosts (or a host and a single switch) are directly
2282 that the majority of traffic from Host A is destined for other hosts
2459 isolated network with many hosts (a cluster configured for high
2462 hosts, three 24 port switches can be significantly less expensive than
2479 mode allows individual connections between two hosts to effectively
Daltera_tse.txt9 and tested with ARM and NIOS processor hosts seperately. The anticipated use
Dip-sysctl.txt10 parameters to their default state (RFC1122 for hosts, RFC1812
523 Most hosts use the older BSD interpretation, so if you turn this on
1004 to allow these hosts to communicate through the upstream
1111 hosts reachable via this interface require the source IP
1729 addresses. This requirement is mandated so that unauthorized hosts
Darcnet.txt467 hosts that would normally not be able to communicate at all.
/linux-4.4.14/drivers/scsi/libsas/
DKconfig42 bool "Support for SMP interpretation for SAS hosts"
46 Allows sas hosts to receive SMP frames. Selecting this
/linux-4.4.14/drivers/mmc/card/
DKconfig36 bool "Use bounce buffer for simple hosts"
46 Say Y here to help these restricted hosts by bouncing
/linux-4.4.14/Documentation/DocBook/
D.scsi.xml.cmd2 …netlink.c drivers/scsi/scsi_scan.c drivers/scsi/scsi_sysfs.c drivers/scsi/hosts.c drivers/scsi/con…
/linux-4.4.14/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-4.4.14/drivers/hwtracing/stm/
DKconfig24 messages to trace hosts over STM devices.
/linux-4.4.14/fs/nfsd/
Dexport.h22 char *hosts; /* colon separated list of hosts */ member
Dexport.c302 kfree(locations[i].hosts); in nfsd4_fslocs_free()
417 fsloc->locations[i].hosts = kstrdup(buf, GFP_KERNEL); in fsloc_parse()
418 if (!fsloc->locations[i].hosts) in fsloc_parse()
1176 seq_escape(m, fsloc->locations[0].hosts, ",;@ \t\n\\"); in exp_flags()
1181 seq_escape(m, fsloc->locations[i].hosts, ",;@ \t\n\\"); in exp_flags()
Dnfs4xdr.c1997 status = nfsd4_encode_components_esc(xdr, ':', location->hosts, in nfsd4_encode_fs_location4()
/linux-4.4.14/drivers/scsi/isci/
Dhost.h299 struct isci_host *hosts[SCI_MAX_CONTROLLERS]; member
315 (ihost = to_pci_info(pdev)->hosts[id]); id++)
Dinit.c365 ihost = pci_info->hosts[id]; in isci_setup_interrupts()
380 ihost = pci_info->hosts[id]; in isci_setup_interrupts()
684 pci_info->hosts[i] = h; in isci_pci_probe()
/linux-4.4.14/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-4.4.14/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-4.4.14/Documentation/virtual/kvm/
Dcpuid.txt20 Note also that old hosts set eax value to 0x0. This should
Dmmu.txt53 exposing NPT capable hardware on NPT capable hosts.
228 Only present on 32-bit hosts, where a 64-bit spte cannot be written
Dapi.txt985 This ioctl is required on Intel-based hosts. This is needed on Intel hardware
1105 This ioctl is required on Intel-based hosts. This is needed on Intel hardware
/linux-4.4.14/Documentation/fb/
Dmetronomefb.txt8 Vizplex display media. E-Ink hosts some details of this controller and the
/linux-4.4.14/drivers/scsi/cxlflash/
Dsislite.h387 } hosts[CXLFLASH_MAX_CONTEXT]; member
Dsuperpipe.c1441 attach->mmio_size = sizeof(afu->afu_map->hosts[0].harea); in cxlflash_disk_attach()
1661 recover->mmio_size = sizeof(afu->afu_map->hosts[0].harea); in cxlflash_afu_recover()
Dmain.c1481 afu->host_map = &afu->afu_map->hosts[afu->ctx_hndl].host; in init_pcr()
/linux-4.4.14/Documentation/fmc/
DAPI.txt37 If a carrier hosts slots that are driven by different FPGA devices, it
DFMC-and-SDB.txt44 carrier is mostly digital, and hosts an FPGA that must be configured to
/linux-4.4.14/net/ipv6/
DKconfig27 Advertisement message which improves the ability of hosts
28 to pick an appropriate router, especially when the hosts
/linux-4.4.14/Documentation/devicetree/bindings/i2c/
Di2c-arb-gpio-challenge.txt24 - OUR_CLAIM: output from us signaling to other hosts that we want the bus
/linux-4.4.14/Documentation/devicetree/bindings/usb/
Dci-hdrc-usb2.txt29 - tpl-support: TPL (Targeted Peripheral List) feature for targeted hosts
/linux-4.4.14/Documentation/usb/
Dauthorization.txt35 connect. Wireless USB hosts deauthorize by default all new connected
DWUSB-Design-overview.txt40 1. Devices and hosts: the basic structure
159 Devices and hosts: the basic structure
/linux-4.4.14/drivers/usb/gadget/
DKconfig109 0 mA would be legal, but can make some hosts misbehave.
252 MS-Windows hosts or with the Linux-USB "cdc-acm" driver.
324 EEM model is for mobile devices to communicate with hosts using
/linux-4.4.14/drivers/usb/core/
DKconfig74 external hubs. OTG hosts are allowed to reduce hardware
/linux-4.4.14/tools/usb/usbip/
DREADME52 - The USB device 1-2 is now exportable to other hosts!
/linux-4.4.14/drivers/usb/gadget/legacy/
DKconfig135 Microsoft USB hosts.
153 EEM model is for mobile devices to communicate with hosts using
271 to interoperate with MS-Windows hosts or with the Linux-USB
/linux-4.4.14/Documentation/security/
DSmack.txt170 treated as single label hosts. Packets are sent to single
171 label hosts only from processes that have Smack write access
172 to the host label. All packets received from single label hosts
224 treated as single label hosts. Packets are sent to single
225 label hosts without CIPSO headers, but only from processes
227 received from single label hosts are given the specified
/linux-4.4.14/Documentation/filesystems/nfs/
Dnfs.txt128 result="$(${getent} hosts ${name} | ${cut} -f1 -d\ )"
Dnfs-rdma.txt188 assumes you have two IB hosts named host1 and host2):
/linux-4.4.14/Documentation/filesystems/
D9p.txt118 hosts. This functionality will be expanded in later versions.
Dautofs4-mount-control.txt94 This mechanism is used for the well known "hosts" map and we have seen
/linux-4.4.14/Documentation/video4linux/
Dsoc-camera.txt24 with non-soc-camera hosts possible. The camera host API to the soc-camera core
/linux-4.4.14/drivers/media/platform/soc_camera/
Dsoc_camera.c54 static LIST_HEAD(hosts);
1982 list_for_each_entry(ix, &hosts, list) { in soc_camera_host_register()
1993 list_add_tail(&ici->list, &hosts); in soc_camera_host_register()
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt28 4. UML on 2G/2G hosts
292 hosts'' for the scoop on running UML on your system.
452 not run. They will immediately segfault. See ``UML on 2G/2G hosts''
531 4. UML on 2G/2G hosts
552 The prebuilt UML binaries on this site will not run on 2G/2G hosts
554 (0xa0000000 - 0xbfffffff). Obviously, on 2G/2G hosts, this is right
859 machine to exchange packets with other hosts:
1097 Note: If you can't communicate with other hosts on your physical
1817 o To allow other hosts on your network to see the virtual machine,
2150 will mount the hosts's /home on the virtual machine's /mnt/home.
[all …]
/linux-4.4.14/Documentation/isdn/
DsyncPPP.FAQ146 in your local /etc/hosts file or in a way, that
/linux-4.4.14/Documentation/sysctl/
Dnet.txt217 old hosts.
/linux-4.4.14/Documentation/block/
Dcfq-iosched.txt159 an implicit leaf child node which hosts all the tasks whose weight is
/linux-4.4.14/Documentation/device-mapper/
Dthin-provisioning.txt210 One use case for this is VM hosts that want to run guests on
/linux-4.4.14/drivers/atm/
DKconfig335 on PCI and SBUS hosts. Say Y (or M to compile as a module
/linux-4.4.14/drivers/net/usb/
DKconfig214 that support USB connectivity, used for non-Microsoft USB hosts.
/linux-4.4.14/net/ipv4/
DKconfig588 provide multi-bit feedback to the end hosts. It is designed to provide:
/linux-4.4.14/drivers/mmc/host/
DKconfig63 This option is selected by drivers running on big endian hosts
/linux-4.4.14/drivers/usb/host/
DKconfig781 or embedded hosts that need to undergo USB-IF compliance testing with
/linux-4.4.14/Documentation/
Dkernel-docs.txt710 The kernelnewbies website also hosts articles, documents, FAQs...