/linux/net/netfilter/ipset/ |
A D | ip_set_bitmap_ip.c | 44 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() 184 for (; !before(ip_to, ip); ip += map->hosts) { in bitmap_ip_uadt() 221 u32 elements, u32 hosts, u8 netmask) in init_map_ip() argument 229 map->hosts = hosts; in init_map_ip() 257 u32 first_ip = 0, last_ip = 0, hosts; in bitmap_ip_create() local 298 hosts = 1; in bitmap_ip_create() 311 hosts = 2 << (32 - netmask - 1); in bitmap_ip_create() 318 hosts, (unsigned long long)elements); in bitmap_ip_create() [all …]
|
A D | ip_set_hash_ip.c | 105 u32 ip = 0, ip_to = 0, hosts; in hash_ip4_uadt() local 148 hosts = h->netmask == 32 ? 1 : 2 << (32 - h->netmask - 1); in hash_ip4_uadt() 163 ip += hosts; in hash_ip4_uadt()
|
/linux/drivers/memstick/host/ |
A D | jmb38x_ms.c | 69 struct memstick_host *hosts[]; member 803 if (!jm->hosts[cnt]) in jmb38x_ms_suspend() 821 if (!jm->hosts[rc]) in jmb38x_ms_resume() 823 memstick_resume_host(jm->hosts[rc]); in jmb38x_ms_resume() 942 if (!jm->hosts[cnt]) in jmb38x_ms_probe() 948 jmb38x_ms_free_host(jm->hosts[cnt]); in jmb38x_ms_probe() 949 jm->hosts[cnt] = NULL; in jmb38x_ms_probe() 977 if (!jm->hosts[cnt]) in jmb38x_ms_remove() 980 host = memstick_priv(jm->hosts[cnt]); in jmb38x_ms_remove() 994 memstick_remove_host(jm->hosts[cnt]); in jmb38x_ms_remove() [all …]
|
/linux/Documentation/devicetree/bindings/usb/ |
A D | usb-hcd.yaml | 23 targeted hosts (non-PC hosts).
|
/linux/drivers/scsi/libsas/ |
A D | Kconfig | 27 bool "Support for SMP interpretation for SAS hosts" 31 Allows sas hosts to receive SMP frames. Selecting this
|
/linux/drivers/soc/qcom/ |
A D | smsm.c | 90 struct smsm_host *hosts; member 172 hostp = &smsm->hosts[host]; in smsm_update_bits() 367 struct smsm_host *host = &smsm->hosts[host_id]; in smsm_parse_ipc() 504 smsm->hosts = devm_kcalloc(&pdev->dev, in qcom_smsm_probe() 508 if (!smsm->hosts) in qcom_smsm_probe()
|
/linux/Documentation/networking/ |
A D | dctcp.rst | 9 the data center network to provide multi-bit feedback to the end hosts. 11 To enable it on end hosts::
|
A D | ila.rst | 88 ILA can be deployed either on end hosts or intermediate devices in the 89 network; these are provided by "ILA hosts" and "ILA routers" respectively. 94 as showing ILA hosts and routers:: 239 is intended to be used in the receive path for ILA hosts .
|
/linux/Documentation/PCI/endpoint/ |
A D | pci-ntb-function.rst | 16 PCI NTB Function allows two different systems (or hosts) to communicate 133 receives this command from both the hosts, the endpoint will 134 raise a LINK_UP event to both the hosts to indicate the host 216 Doorbell Registers are used by the hosts to interrupt each other. 221 Actual transfer of data between the two hosts will happen using the 230 one is permitted. All these regions should be mapped to BARs for hosts to
|
/linux/net/sched/ |
A D | sch_cake.c | 805 if (q->hosts[outer_hash + k].srchost_tag == in cake_hash() 814 q->hosts[outer_hash + k].srchost_tag = srchost_hash; in cake_hash() 818 q->hosts[srchost_idx].srchost_bulk_flow_count++; in cake_hash() 828 if (q->hosts[outer_hash + k].dsthost_tag == in cake_hash() 837 q->hosts[outer_hash + k].dsthost_tag = dsthost_hash; in cake_hash() 841 q->hosts[dsthost_idx].dsthost_bulk_flow_count++; in cake_hash() 1855 struct cake_host *srchost = &b->hosts[flow->srchost]; in cake_enqueue() 1856 struct cake_host *dsthost = &b->hosts[flow->dsthost]; in cake_enqueue() 1877 struct cake_host *srchost = &b->hosts[flow->srchost]; in cake_enqueue() 2056 srchost = &b->hosts[flow->srchost]; in cake_dequeue() [all …]
|
/linux/fs/vboxsf/ |
A D | Kconfig | 6 VirtualBox hosts can share folders with guests, this driver
|
/linux/drivers/hwtracing/stm/ |
A D | Kconfig | 56 messages to trace hosts over STM devices. 65 heartbeat messages to trace hosts over STM devices. It is
|
/linux/net/atm/ |
A D | Kconfig | 27 ATMARP. If you want to communication with other IP hosts on your ATM 55 bridges and ATM attached hosts establish direct ATM VCs across
|
/linux/drivers/scsi/isci/ |
A D | host.h | 298 struct isci_host *hosts[SCI_MAX_CONTROLLERS]; member 314 (ihost = to_pci_info(pdev)->hosts[id]); id++)
|
A D | init.c | 355 ihost = pci_info->hosts[id]; in isci_setup_interrupts() 370 ihost = pci_info->hosts[id]; in isci_setup_interrupts() 679 pci_info->hosts[i] = h; in isci_pci_probe()
|
/linux/drivers/scsi/ |
A D | built-in.a | 4 hosts.o/
|
A D | .built-in.a.cmd | 1 …ux-gnu-ar cDPrST drivers/scsi/built-in.a drivers/scsi/scsi.o drivers/scsi/hosts.o drivers/scsi/scs…
|
A D | .hosts.o.cmd | 1 …hosts.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/aa… 3 source_drivers/scsi/hosts.o := drivers/scsi/hosts.c 5 deps_drivers/scsi/hosts.o := \ 1187 drivers/scsi/hosts.o: $(deps_drivers/scsi/hosts.o) 1189 $(deps_drivers/scsi/hosts.o):
|
/linux/Documentation/netlabel/ |
A 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/fs/nfsd/ |
A D | export.h | 24 char *hosts; /* colon separated list of hosts */ member
|
A D | export.c | 327 kfree(locations[i].hosts); in nfsd4_fslocs_free() 478 fsloc->locations[i].hosts = kstrdup(buf, GFP_KERNEL); in fsloc_parse() 479 if (!fsloc->locations[i].hosts) in fsloc_parse() 1287 seq_escape(m, fsloc->locations[0].hosts, ",;@ \t\n\\"); in exp_flags() 1292 seq_escape(m, fsloc->locations[i].hosts, ",;@ \t\n\\"); in exp_flags()
|
/linux/net/qrtr/ |
A D | Kconfig | 29 hosts or testing purposes.
|
/linux/Documentation/driver-api/ |
A D | scsi.rst | 189 given host, start by scanning LUN 0. Skip hosts that don't respond at 213 drivers/scsi/hosts.c 218 .. kernel-doc:: drivers/scsi/hosts.c
|
/linux/Documentation/scsi/ |
A D | scsi_mid_low_api.rst | 17 SCSI HBAs. Some HBAs contain multiple hosts. 32 and thus represent two hosts. Like most modern HBAs, each aic7xxx host 79 is based on hosts that are detected at HBA driver load time. This will be 125 In this model an LLD controls when SCSI hosts are introduced and removed 360 * Defined in: drivers/scsi/hosts.c 437 * Defined in: drivers/scsi/hosts.c . 453 * Defined in: drivers/scsi/hosts.c 472 * Defined in: drivers/scsi/hosts.c 492 * Defined in: drivers/scsi/hosts.c . 529 * Defined in: drivers/scsi/hosts.c . [all …]
|
/linux/Documentation/devicetree/bindings/virtio/ |
A D | iommu.txt | 6 masters. Therefore, the PCI root complex that hosts the virtio-iommu
|