/linux-4.4.14/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 | 163 scsi_mod-y += scsi.o hosts.o scsi_ioctl.o \
|
D | Kconfig | 1481 This pseudo driver simulates one or more hosts (SCSI initiators),
|
/linux-4.4.14/net/netfilter/ipset/ |
D | ip_set_bitmap_ip.c | 47 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 …]
|
D | ip_set_hash_ip.c | 108 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/ |
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.4.14/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.4.14/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 | bonding.txt | 368 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
|
D | altera_tse.txt | 9 and tested with ARM and NIOS processor hosts seperately. The anticipated use
|
D | ip-sysctl.txt | 10 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
|
D | arcnet.txt | 467 hosts that would normally not be able to communicate at all.
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/drivers/hwtracing/stm/ |
D | Kconfig | 24 messages to trace hosts over STM devices.
|
/linux-4.4.14/fs/nfsd/ |
D | export.h | 22 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() 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()
|
D | nfs4xdr.c | 1997 status = nfsd4_encode_components_esc(xdr, ':', location->hosts, in nfsd4_encode_fs_location4()
|
/linux-4.4.14/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 | 365 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/ |
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.4.14/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.4.14/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. 228 Only present on 32-bit hosts, where a 64-bit spte cannot be written
|
D | api.txt | 985 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/ |
D | metronomefb.txt | 8 Vizplex display media. E-Ink hosts some details of this controller and the
|
/linux-4.4.14/drivers/scsi/cxlflash/ |
D | sislite.h | 387 } hosts[CXLFLASH_MAX_CONTEXT]; member
|
D | superpipe.c | 1441 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()
|
D | main.c | 1481 afu->host_map = &afu->afu_map->hosts[afu->ctx_hndl].host; in init_pcr()
|
/linux-4.4.14/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.4.14/net/ipv6/ |
D | Kconfig | 27 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/ |
D | i2c-arb-gpio-challenge.txt | 24 - OUR_CLAIM: output from us signaling to other hosts that we want the bus
|
/linux-4.4.14/Documentation/devicetree/bindings/usb/ |
D | ci-hdrc-usb2.txt | 29 - tpl-support: TPL (Targeted Peripheral List) feature for targeted hosts
|
/linux-4.4.14/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.4.14/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.4.14/drivers/usb/core/ |
D | Kconfig | 74 external hubs. OTG hosts are allowed to reduce hardware
|
/linux-4.4.14/tools/usb/usbip/ |
D | README | 52 - The USB device 1-2 is now exportable to other hosts!
|
/linux-4.4.14/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.4.14/Documentation/security/ |
D | Smack.txt | 170 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/ |
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.4.14/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.4.14/Documentation/video4linux/ |
D | soc-camera.txt | 24 with non-soc-camera hosts possible. The camera host API to the soc-camera core
|
/linux-4.4.14/drivers/media/platform/soc_camera/ |
D | soc_camera.c | 54 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/ |
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.4.14/Documentation/isdn/ |
D | syncPPP.FAQ | 146 in your local /etc/hosts file or in a way, that
|
/linux-4.4.14/Documentation/sysctl/ |
D | net.txt | 217 old hosts.
|
/linux-4.4.14/Documentation/block/ |
D | cfq-iosched.txt | 159 an implicit leaf child node which hosts all the tasks whose weight is
|
/linux-4.4.14/Documentation/device-mapper/ |
D | thin-provisioning.txt | 210 One use case for this is VM hosts that want to run guests on
|
/linux-4.4.14/drivers/atm/ |
D | Kconfig | 335 on PCI and SBUS hosts. Say Y (or M to compile as a module
|
/linux-4.4.14/drivers/net/usb/ |
D | Kconfig | 214 that support USB connectivity, used for non-Microsoft USB hosts.
|
/linux-4.4.14/net/ipv4/ |
D | Kconfig | 588 provide multi-bit feedback to the end hosts. It is designed to provide:
|
/linux-4.4.14/drivers/mmc/host/ |
D | Kconfig | 63 This option is selected by drivers running on big endian hosts
|
/linux-4.4.14/drivers/usb/host/ |
D | Kconfig | 781 or embedded hosts that need to undergo USB-IF compliance testing with
|
/linux-4.4.14/Documentation/ |
D | kernel-docs.txt | 710 The kernelnewbies website also hosts articles, documents, FAQs...
|