/linux-4.1.27/drivers/scsi/ |
D | sym53c416.c | 218 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 …]
|
D | NCR_Q720.c | 49 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()
|
D | NCR_D700.c | 171 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()
|
D | Makefile | 162 scsi_mod-y += scsi.o hosts.o scsi_ioctl.o \
|
D | Kconfig | 1469 This pseudo driver simulates one or more hosts (SCSI initiators),
|
/linux-4.1.27/net/netfilter/ipset/ |
D | ip_set_bitmap_ip.c | 47 u32 hosts; /* number of hosts in a subnet */ member 61 return ((ip & ip_set_hostmask(m->netmask)) - m->first_ip)/m->hosts; in ip_to_id() 97 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 238 map->hosts = hosts; in init_map_ip() 253 u32 first_ip = 0, last_ip = 0, hosts; in bitmap_ip_create() local 297 hosts = 1; in bitmap_ip_create() 310 hosts = 2 << (32 - netmask - 1); in bitmap_ip_create() 317 hosts, (unsigned long long)elements); in bitmap_ip_create() [all …]
|
D | ip_set_hash_ip.c | 109 u32 ip = 0, ip_to = 0, hosts; in hash_ip4_uadt() local 153 hosts = h->netmask == 32 ? 1 : 2 << (32 - h->netmask - 1); in hash_ip4_uadt() 157 for (; !before(ip_to, ip); ip += hosts) { in hash_ip4_uadt()
|
/linux-4.1.27/drivers/memstick/host/ |
D | jmb38x_ms.c | 72 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.1.27/Documentation/scsi/ |
D | ChangeLog.1992-1997 | 89 * 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 …]
|
D | scsi_mid_low_api.txt | 15 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 …]
|
D | sym53c8xx_2.txt | 40 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.
|
D | ncr53c8xx.txt | 54 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.
|
D | ChangeLog.lpfc | 923 * 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.1.27/Documentation/networking/ |
D | dctcp.txt | 6 the data center network to provide multi-bit feedback to the end hosts. 8 To enable it on end hosts:
|
D | fore200e.txt | 13 same time, by hosts that have several bus interfaces (such as PCI+SBUS,
|
D | batman-adv.txt | 178 As batman advanced operates on layer 2 all hosts participating in
|
D | 00-INDEX | 234 - sync patches for XFRM enable migration of an SA between hosts.
|
D | ip-sysctl.txt | 10 parameters to their default state (RFC1122 for hosts, RFC1812 497 Most hosts use the older BSD interpretation, so if you turn this on 961 to allow these hosts to communicate through the upstream 1068 hosts reachable via this interface require the source IP 1643 addresses. This requirement is mandated so that unauthorized hosts
|
D | altera_tse.txt | 9 and tested with ARM and NIOS processor hosts seperately. The anticipated use
|
D | bonding.txt | 331 bonding hosts are concurrently issuing ARPs to one or more targets 2051 If two hosts (or a host and a single switch) are directly 2198 that the majority of traffic from Host A is destined for other hosts 2375 isolated network with many hosts (a cluster configured for high 2378 hosts, three 24 port switches can be significantly less expensive than 2395 mode allows individual connections between two hosts to effectively
|
D | arcnet.txt | 467 hosts that would normally not be able to communicate at all.
|
/linux-4.1.27/drivers/scsi/libsas/ |
D | Kconfig | 42 bool "Support for SMP interpretation for SAS hosts" 46 Allows sas hosts to receive SMP frames. Selecting this
|
/linux-4.1.27/drivers/mmc/card/ |
D | Kconfig | 36 bool "Use bounce buffer for simple hosts" 46 Say Y here to help these restricted hosts by bouncing
|
/linux-4.1.27/Documentation/DocBook/ |
D | .scsi.xml.cmd | 2 …netlink.c drivers/scsi/scsi_scan.c drivers/scsi/scsi_sysfs.c drivers/scsi/hosts.c drivers/scsi/con…
|
/linux-4.1.27/net/atm/ |
D | Kconfig | 26 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.1.27/fs/nfsd/ |
D | export.h | 21 char *hosts; /* colon separated list of hosts */ member
|
D | export.c | 302 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() 1243 seq_escape(m, fsloc->locations[0].hosts, ",;@ \t\n\\"); in exp_flags() 1248 seq_escape(m, fsloc->locations[i].hosts, ",;@ \t\n\\"); in exp_flags()
|
D | nfs4xdr.c | 1996 status = nfsd4_encode_components_esc(xdr, ':', location->hosts, in nfsd4_encode_fs_location4()
|
/linux-4.1.27/drivers/scsi/isci/ |
D | host.h | 299 struct isci_host *hosts[SCI_MAX_CONTROLLERS]; member 315 (ihost = to_pci_info(pdev)->hosts[id]); id++)
|
D | init.c | 367 ihost = pci_info->hosts[id]; in isci_setup_interrupts() 382 ihost = pci_info->hosts[id]; in isci_setup_interrupts() 686 pci_info->hosts[i] = h; in isci_pci_probe()
|
/linux-4.1.27/Documentation/devicetree/bindings/usb/ |
D | ci-hdrc-imx.txt | 22 - tpl-support: TPL (Targeted Peripheral List) feature for targeted hosts
|
/linux-4.1.27/arch/um/ |
D | Kconfig.net | 82 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.1.27/Documentation/netlabel/ |
D | draft-ietf-cipso-ipsecurity-01.txt | 82 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.1.27/Documentation/virtual/kvm/ |
D | cpuid.txt | 20 Note also that old hosts set eax value to 0x0. This should
|
D | mmu.txt | 53 exposing NPT capable hardware on NPT capable hosts. 222 Only present on 32-bit hosts, where a 64-bit spte cannot be written
|
D | api.txt | 954 This ioctl is required on Intel-based hosts. This is needed on Intel hardware 1073 This ioctl is required on Intel-based hosts. This is needed on Intel hardware
|
/linux-4.1.27/Documentation/fb/ |
D | metronomefb.txt | 8 Vizplex display media. E-Ink hosts some details of this controller and the
|
/linux-4.1.27/Documentation/fmc/ |
D | API.txt | 37 If a carrier hosts slots that are driven by different FPGA devices, it
|
D | FMC-and-SDB.txt | 44 carrier is mostly digital, and hosts an FPGA that must be configured to
|
/linux-4.1.27/net/ipv6/ |
D | Kconfig | 28 Advertisement message which improves the ability of hosts 29 to pick an appropriate router, especially when the hosts
|
/linux-4.1.27/Documentation/usb/ |
D | authorization.txt | 35 connect. Wireless USB hosts deauthorize by default all new connected
|
D | WUSB-Design-overview.txt | 40 1. Devices and hosts: the basic structure 159 Devices and hosts: the basic structure
|
/linux-4.1.27/Documentation/devicetree/bindings/i2c/ |
D | i2c-arb-gpio-challenge.txt | 24 - OUR_CLAIM: output from us signaling to other hosts that we want the bus
|
/linux-4.1.27/drivers/usb/core/ |
D | Kconfig | 74 external hubs. OTG hosts are allowed to reduce hardware
|
/linux-4.1.27/drivers/usb/gadget/ |
D | Kconfig | 109 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.1.27/tools/usb/usbip/ |
D | README | 52 - The USB device 1-2 is now exportable to other hosts!
|
/linux-4.1.27/drivers/usb/gadget/legacy/ |
D | Kconfig | 135 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.1.27/Documentation/filesystems/nfs/ |
D | nfs.txt | 128 result="$(${getent} hosts ${name} | ${cut} -f1 -d\ )"
|
D | nfs-rdma.txt | 188 assumes you have two IB hosts named host1 and host2):
|
/linux-4.1.27/Documentation/filesystems/ |
D | 9p.txt | 118 hosts. This functionality will be expanded in later versions.
|
D | autofs4-mount-control.txt | 94 This mechanism is used for the well known "hosts" map and we have seen
|
/linux-4.1.27/Documentation/video4linux/ |
D | soc-camera.txt | 24 with non-soc-camera hosts possible. The camera host API to the soc-camera core
|
/linux-4.1.27/drivers/media/platform/soc_camera/ |
D | soc_camera.c | 54 static LIST_HEAD(hosts); 1964 list_for_each_entry(ix, &hosts, list) { in soc_camera_host_register() 1975 list_add_tail(&ici->list, &hosts); in soc_camera_host_register()
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 28 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.1.27/Documentation/isdn/ |
D | syncPPP.FAQ | 146 in your local /etc/hosts file or in a way, that
|
/linux-4.1.27/Documentation/security/ |
D | Smack.txt | 202 treated as single label hosts. Packets are sent to single 203 label hosts without CIPSO headers, but only from processes 205 received from single label hosts are given the specified
|
/linux-4.1.27/Documentation/sysctl/ |
D | net.txt | 215 old hosts.
|
/linux-4.1.27/Documentation/block/ |
D | cfq-iosched.txt | 159 an implicit leaf child node which hosts all the tasks whose weight is
|
/linux-4.1.27/Documentation/device-mapper/ |
D | thin-provisioning.txt | 210 One use case for this is VM hosts that want to run guests on
|
/linux-4.1.27/drivers/atm/ |
D | Kconfig | 335 on PCI and SBUS hosts. Say Y (or M to compile as a module
|
/linux-4.1.27/drivers/net/usb/ |
D | Kconfig | 201 that support USB connectivity, used for non-Microsoft USB hosts.
|
/linux-4.1.27/net/ipv4/ |
D | Kconfig | 602 provide multi-bit feedback to the end hosts. It is designed to provide:
|
/linux-4.1.27/drivers/mmc/host/ |
D | Kconfig | 63 This option is selected by drivers running on big endian hosts
|
/linux-4.1.27/drivers/usb/host/ |
D | Kconfig | 784 or embedded hosts that need to undergo USB-IF compliance testing with
|
/linux-4.1.27/Documentation/ |
D | kernel-docs.txt | 709 server and then /join #kernelnewbies". It also hosts articles,
|