/Linux-v5.4/net/netfilter/ipset/ |
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() 245 u32 first_ip = 0, last_ip = 0, hosts; in bitmap_ip_create() local 286 hosts = 1; in bitmap_ip_create() 299 hosts = 2 << (32 - netmask - 1); in bitmap_ip_create() 306 hosts, (unsigned long long)elements); in bitmap_ip_create() [all …]
|
D | ip_set_hash_ip.c | 104 u32 ip = 0, ip_to = 0, hosts; in hash_ip4_uadt() local 144 hosts = h->netmask == 32 ? 1 : 2 << (32 - h->netmask - 1); in hash_ip4_uadt() 155 ip += hosts; in hash_ip4_uadt()
|
/Linux-v5.4/drivers/memstick/host/ |
D | jmb38x_ms.c | 69 struct memstick_host *hosts[]; member 804 if (!jm->hosts[cnt]) in jmb38x_ms_suspend() 806 memstick_suspend_host(jm->hosts[cnt]); in jmb38x_ms_suspend() 831 if (!jm->hosts[rc]) in jmb38x_ms_resume() 833 memstick_resume_host(jm->hosts[rc]); in jmb38x_ms_resume() 834 memstick_detect_change(jm->hosts[rc]); in jmb38x_ms_resume() 959 jm->hosts[cnt] = jmb38x_ms_alloc_host(jm, cnt); in jmb38x_ms_probe() 960 if (!jm->hosts[cnt]) in jmb38x_ms_probe() 963 rc = memstick_add_host(jm->hosts[cnt]); in jmb38x_ms_probe() 966 jmb38x_ms_free_host(jm->hosts[cnt]); in jmb38x_ms_probe() [all …]
|
/Linux-v5.4/Documentation/devicetree/bindings/display/ |
D | ste,mcde.txt | 24 - #address-cells: should be <1> (for the DSI hosts that will be children) 25 - #size-cells: should be <1> (for the DSI hosts that will be children) 45 Display panels and bridges will appear as children on the DSI hosts, and 46 the displays are connected to the DSI hosts using the common binding
|
/Linux-v5.4/drivers/scsi/libsas/ |
D | Kconfig | 27 bool "Support for SMP interpretation for SAS hosts" 31 Allows sas hosts to receive SMP frames. Selecting this
|
/Linux-v5.4/drivers/soc/qcom/ |
D | smsm.c | 90 struct smsm_host *hosts; member 172 hostp = &smsm->hosts[host]; in smsm_update_bits() 347 struct smsm_host *host = &smsm->hosts[host_id]; in smsm_parse_ipc() 484 smsm->hosts = devm_kcalloc(&pdev->dev, in qcom_smsm_probe() 488 if (!smsm->hosts) in qcom_smsm_probe()
|
/Linux-v5.4/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 | ila.txt | 79 ILA can be deployed either on end hosts or intermediate devices in the 80 network; these are provided by "ILA hosts" and "ILA routers" respectively. 85 as showing ILA hosts and routers. 230 is intended to be used in the receive path for ILA hosts .
|
D | fore200e.txt | 13 same time, by hosts that have several bus interfaces (such as PCI+SBUS,
|
/Linux-v5.4/Documentation/devicetree/bindings/soc/ti/ |
D | sci-pm-domain.txt | 28 the requesting hosts. 30 by multiple hosts.
|
/Linux-v5.4/net/sched/ |
D | sch_cake.c | 154 struct cake_host hosts[CAKE_QUEUES]; /* for triple isolation */ member 753 q->hosts[q->flows[reduced_hash].srchost].srchost_bulk_flow_count--; in cake_hash() 754 q->hosts[q->flows[reduced_hash].dsthost].dsthost_bulk_flow_count--; in cake_hash() 769 if (q->hosts[outer_hash + k].srchost_tag == in cake_hash() 775 if (!q->hosts[outer_hash + k].srchost_bulk_flow_count) in cake_hash() 778 q->hosts[outer_hash + k].srchost_tag = srchost_hash; in cake_hash() 782 q->hosts[srchost_idx].srchost_bulk_flow_count++; in cake_hash() 792 if (q->hosts[outer_hash + k].dsthost_tag == in cake_hash() 798 if (!q->hosts[outer_hash + k].dsthost_bulk_flow_count) in cake_hash() 801 q->hosts[outer_hash + k].dsthost_tag = dsthost_hash; in cake_hash() [all …]
|
/Linux-v5.4/drivers/hwtracing/stm/ |
D | Kconfig | 56 messages to trace hosts over STM devices. 65 heartbeat messages to trace hosts over STM devices. It is
|
/Linux-v5.4/net/atm/ |
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-v5.4/fs/nfsd/ |
D | export.h | 23 char *hosts; /* colon separated list of hosts */ member
|
D | export.c | 316 kfree(locations[i].hosts); in nfsd4_fslocs_free() 432 fsloc->locations[i].hosts = kstrdup(buf, GFP_KERNEL); in fsloc_parse() 433 if (!fsloc->locations[i].hosts) in fsloc_parse() 1204 seq_escape(m, fsloc->locations[0].hosts, ",;@ \t\n\\"); in exp_flags() 1209 seq_escape(m, fsloc->locations[i].hosts, ",;@ \t\n\\"); in exp_flags()
|
/Linux-v5.4/net/qrtr/ |
D | Kconfig | 30 hosts or testing purposes.
|
/Linux-v5.4/drivers/scsi/isci/ |
D | host.h | 298 struct isci_host *hosts[SCI_MAX_CONTROLLERS]; member 314 (ihost = to_pci_info(pdev)->hosts[id]); id++)
|
D | init.c | 348 ihost = pci_info->hosts[id]; in isci_setup_interrupts() 363 ihost = pci_info->hosts[id]; in isci_setup_interrupts() 672 pci_info->hosts[i] = h; in isci_pci_probe()
|
/Linux-v5.4/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-v5.4/Documentation/devicetree/bindings/virtio/ |
D | iommu.txt | 6 masters. Therefore, the PCI root complex that hosts the virtio-iommu
|
/Linux-v5.4/tools/testing/selftests/net/forwarding/ |
D | README | 26 The VRFs act as lightweight namespaces representing hosts connected to
|
/Linux-v5.4/Documentation/driver-api/ |
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-v5.4/Documentation/fb/ |
D | metronomefb.rst | 11 Vizplex display media. E-Ink hosts some details of this controller and the
|
/Linux-v5.4/drivers/nvme/target/ |
D | configfs.c | 724 list_for_each_entry(p, &subsys->hosts, entry) { in nvmet_allowed_hosts_allow_link() 728 list_add_tail(&link->entry, &subsys->hosts); in nvmet_allowed_hosts_allow_link() 747 list_for_each_entry(p, &subsys->hosts, entry) { in nvmet_allowed_hosts_drop_link() 790 if (allow_any_host && !list_empty(&subsys->hosts)) { in nvmet_subsys_attr_allow_any_host_store()
|
/Linux-v5.4/Documentation/virt/kvm/ |
D | cpuid.rst | 28 Note also that old hosts set eax value to 0x0. This should
|