Home
last modified time | relevance | path

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

1234

/Linux-v4.19/net/netfilter/ipset/
Dip_set_bitmap_ip.c47 u32 hosts; /* number of hosts in a subnet */ member
64 return ((ip & ip_set_hostmask(m->netmask)) - m->first_ip) / m->hosts; in ip_to_id()
100 htonl(map->first_ip + id * map->hosts)); in bitmap_ip_do_list()
187 for (; !before(ip_to, ip); ip += map->hosts) { in bitmap_ip_uadt()
224 u32 elements, u32 hosts, u8 netmask) in init_map_ip() argument
232 map->hosts = hosts; in init_map_ip()
248 u32 first_ip = 0, last_ip = 0, hosts; in bitmap_ip_create() local
289 hosts = 1; in bitmap_ip_create()
302 hosts = 2 << (32 - netmask - 1); in bitmap_ip_create()
309 hosts, (unsigned long long)elements); in bitmap_ip_create()
[all …]
Dip_set_hash_ip.c108 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()
159 ip += hosts; in hash_ip4_uadt()
/Linux-v4.19/drivers/memstick/host/
Djmb38x_ms.c73 struct memstick_host *hosts[]; member
812 if (!jm->hosts[cnt]) in jmb38x_ms_suspend()
814 memstick_suspend_host(jm->hosts[cnt]); in jmb38x_ms_suspend()
839 if (!jm->hosts[rc]) in jmb38x_ms_resume()
841 memstick_resume_host(jm->hosts[rc]); in jmb38x_ms_resume()
842 memstick_detect_change(jm->hosts[rc]); in jmb38x_ms_resume()
967 jm->hosts[cnt] = jmb38x_ms_alloc_host(jm, cnt); in jmb38x_ms_probe()
968 if (!jm->hosts[cnt]) in jmb38x_ms_probe()
971 rc = memstick_add_host(jm->hosts[cnt]); in jmb38x_ms_probe()
974 jmb38x_ms_free_host(jm->hosts[cnt]); in jmb38x_ms_probe()
[all …]
/Linux-v4.19/drivers/soc/qcom/
Dsmsm.c98 struct smsm_host *hosts; member
180 hostp = &smsm->hosts[host]; in smsm_update_bits()
355 struct smsm_host *host = &smsm->hosts[host_id]; in smsm_parse_ipc()
492 smsm->hosts = devm_kcalloc(&pdev->dev, in qcom_smsm_probe()
496 if (!smsm->hosts) in qcom_smsm_probe()
/Linux-v4.19/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-v4.19/drivers/scsi/libsas/
DKconfig43 bool "Support for SMP interpretation for SAS hosts"
47 Allows sas hosts to receive SMP frames. Selecting this
/Linux-v4.19/drivers/hwtracing/stm/
DKconfig26 messages to trace hosts over STM devices.
35 heartbeat messages to trace hosts over STM devices. It is
/Linux-v4.19/net/atm/
DKconfig26 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-v4.19/net/sched/
Dsch_cake.c154 struct cake_host hosts[CAKE_QUEUES]; /* for triple isolation */ member
749 q->hosts[q->flows[reduced_hash].srchost].srchost_refcnt--; in cake_hash()
750 q->hosts[q->flows[reduced_hash].dsthost].dsthost_refcnt--; in cake_hash()
764 if (q->hosts[outer_hash + k].srchost_tag == in cake_hash()
770 if (!q->hosts[outer_hash + k].srchost_refcnt) in cake_hash()
773 q->hosts[outer_hash + k].srchost_tag = srchost_hash; in cake_hash()
776 q->hosts[srchost_idx].srchost_refcnt++; in cake_hash()
786 if (q->hosts[outer_hash + k].dsthost_tag == in cake_hash()
792 if (!q->hosts[outer_hash + k].dsthost_refcnt) in cake_hash()
795 q->hosts[outer_hash + k].dsthost_tag = dsthost_hash; in cake_hash()
[all …]
/Linux-v4.19/net/qrtr/
DKconfig29 hosts or testing purposes.
/Linux-v4.19/fs/nfsd/
Dexport.h23 char *hosts; /* colon separated list of hosts */ member
Dexport.c303 kfree(locations[i].hosts); in nfsd4_fslocs_free()
419 fsloc->locations[i].hosts = kstrdup(buf, GFP_KERNEL); in fsloc_parse()
420 if (!fsloc->locations[i].hosts) in fsloc_parse()
1189 seq_escape(m, fsloc->locations[0].hosts, ",;@ \t\n\\"); in exp_flags()
1194 seq_escape(m, fsloc->locations[i].hosts, ",;@ \t\n\\"); in exp_flags()
/Linux-v4.19/drivers/scsi/isci/
Dhost.h298 struct isci_host *hosts[SCI_MAX_CONTROLLERS]; member
314 (ihost = to_pci_info(pdev)->hosts[id]); id++)
Dinit.c360 ihost = pci_info->hosts[id]; in isci_setup_interrupts()
375 ihost = pci_info->hosts[id]; in isci_setup_interrupts()
677 pci_info->hosts[i] = h; in isci_pci_probe()
/Linux-v4.19/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-v4.19/tools/testing/selftests/net/forwarding/
DREADME26 The VRFs act as lightweight namespaces representing hosts connected to
/Linux-v4.19/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-v4.19/Documentation/fb/
Dmetronomefb.txt8 Vizplex display media. E-Ink hosts some details of this controller and the
/Linux-v4.19/Documentation/virtual/kvm/
Dcpuid.txt20 Note also that old hosts set eax value to 0x0. This should
/Linux-v4.19/arch/um/drivers/
DKconfig207 multiple hosts), Ethertap (to network with the host and the
230 hosts, choose the Multicast Transport. To set up a network with
277 bridge if any of them need to be able to talk to their hosts or any
287 If you need UMLs on multiple physical hosts to communicate as if
/Linux-v4.19/drivers/nvme/target/
Dconfigfs.c673 list_for_each_entry(p, &subsys->hosts, entry) { in nvmet_allowed_hosts_allow_link()
677 list_add_tail(&link->entry, &subsys->hosts); in nvmet_allowed_hosts_allow_link()
695 list_for_each_entry(p, &subsys->hosts, entry) { in nvmet_allowed_hosts_drop_link()
737 if (allow_any_host && !list_empty(&subsys->hosts)) { in nvmet_subsys_attr_allow_any_host_store()
/Linux-v4.19/Documentation/fmc/
DAPI.txt37 If a carrier hosts slots that are driven by different FPGA devices, it
/Linux-v4.19/Documentation/scsi/
Dscsi_mid_low_api.txt15 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
122 In this model an LLD controls when SCSI hosts are introduced and removed
358 * Defined in: drivers/scsi/hosts.c
435 * Defined in: drivers/scsi/hosts.c .
451 * Defined in: drivers/scsi/hosts.c
470 * Defined in: drivers/scsi/hosts.c
510 * Defined in: drivers/scsi/hosts.c .
547 * Defined in: drivers/scsi/hosts.c .
[all …]

1234