Home
last modified time | relevance | path

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

1234

/Linux-v5.4/net/netfilter/ipset/
Dip_set_bitmap_ip.c44 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 …]
Dip_set_hash_ip.c104 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/
Djmb38x_ms.c69 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/
Dste,mcde.txt24 - #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/
DKconfig27 bool "Support for SMP interpretation for SAS hosts"
31 Allows sas hosts to receive SMP frames. Selecting this
/Linux-v5.4/drivers/soc/qcom/
Dsmsm.c90 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/
Ddctcp.txt6 the data center network to provide multi-bit feedback to the end hosts.
8 To enable it on end hosts:
Dila.txt79 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 .
Dfore200e.txt13 same time, by hosts that have several bus interfaces (such as PCI+SBUS,
/Linux-v5.4/Documentation/devicetree/bindings/soc/ti/
Dsci-pm-domain.txt28 the requesting hosts.
30 by multiple hosts.
/Linux-v5.4/net/sched/
Dsch_cake.c154 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/
DKconfig56 messages to trace hosts over STM devices.
65 heartbeat messages to trace hosts over STM devices. It is
/Linux-v5.4/net/atm/
DKconfig27 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/
Dexport.h23 char *hosts; /* colon separated list of hosts */ member
Dexport.c316 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/
DKconfig30 hosts or testing purposes.
/Linux-v5.4/drivers/scsi/isci/
Dhost.h298 struct isci_host *hosts[SCI_MAX_CONTROLLERS]; member
314 (ihost = to_pci_info(pdev)->hosts[id]); id++)
Dinit.c348 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/
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-v5.4/Documentation/devicetree/bindings/virtio/
Diommu.txt6 masters. Therefore, the PCI root complex that hosts the virtio-iommu
/Linux-v5.4/tools/testing/selftests/net/forwarding/
DREADME26 The VRFs act as lightweight namespaces representing hosts connected to
/Linux-v5.4/Documentation/driver-api/
Dscsi.rst189 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/
Dmetronomefb.rst11 Vizplex display media. E-Ink hosts some details of this controller and the
/Linux-v5.4/drivers/nvme/target/
Dconfigfs.c724 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/
Dcpuid.rst28 Note also that old hosts set eax value to 0x0. This should

1234