Home
last modified time | relevance | path

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

1234

/kernel/linux/linux-5.10/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()
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 …]
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()
/kernel/linux/linux-5.10/drivers/memstick/host/
Djmb38x_ms.c69 struct memstick_host *hosts[]; member
803 if (!jm->hosts[cnt]) in jmb38x_ms_suspend()
805 memstick_suspend_host(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()
824 memstick_detect_change(jm->hosts[rc]); in jmb38x_ms_resume()
942 jm->hosts[cnt] = jmb38x_ms_alloc_host(jm, cnt); in jmb38x_ms_probe()
943 if (!jm->hosts[cnt]) in jmb38x_ms_probe()
946 rc = memstick_add_host(jm->hosts[cnt]); in jmb38x_ms_probe()
949 jmb38x_ms_free_host(jm->hosts[cnt]); in jmb38x_ms_probe()
[all …]
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/drivers/scsi/libsas/
DKconfig28 bool "Support for SMP interpretation for SAS hosts"
32 Allows sas hosts to receive SMP frames. Selecting this
/kernel/linux/linux-5.10/drivers/soc/qcom/
Dsmsm.c90 struct smsm_host *hosts; member
172 hostp = &smsm->hosts[host]; in smsm_update_bits()
352 struct smsm_host *host = &smsm->hosts[host_id]; in smsm_parse_ipc()
489 smsm->hosts = devm_kcalloc(&pdev->dev, in qcom_smsm_probe()
493 if (!smsm->hosts) in qcom_smsm_probe()
/kernel/linux/linux-5.10/Documentation/networking/
Ddctcp.rst9 the data center network to provide multi-bit feedback to the end hosts.
11 To enable it on end hosts::
Dila.rst88 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 .
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/soc/ti/
Dsci-pm-domain.txt28 the requesting hosts.
30 by multiple hosts.
/kernel/linux/linux-5.10/fs/vboxsf/
DKconfig6 VirtualBox hosts can share folders with guests, this driver
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/drivers/hwtracing/stm/
DKconfig56 messages to trace hosts over STM devices.
65 heartbeat messages to trace hosts over STM devices. It is
/kernel/linux/linux-5.10/net/sched/
Dsch_cake.c154 struct cake_host hosts[CAKE_QUEUES]; /* for triple isolation */ member
789 q->hosts[q->flows[reduced_hash].srchost].srchost_bulk_flow_count--; in cake_hash()
790 q->hosts[q->flows[reduced_hash].dsthost].dsthost_bulk_flow_count--; in cake_hash()
805 if (q->hosts[outer_hash + k].srchost_tag == in cake_hash()
811 if (!q->hosts[outer_hash + k].srchost_bulk_flow_count) 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()
834 if (!q->hosts[outer_hash + k].dsthost_bulk_flow_count) in cake_hash()
837 q->hosts[outer_hash + k].dsthost_tag = dsthost_hash; in cake_hash()
[all …]
/kernel/linux/linux-5.10/fs/nfsd/
Dexport.h23 char *hosts; /* colon separated list of hosts */ member
Dexport.c327 kfree(locations[i].hosts); in nfsd4_fslocs_free()
448 fsloc->locations[i].hosts = kstrdup(buf, GFP_KERNEL); in fsloc_parse()
449 if (!fsloc->locations[i].hosts) in fsloc_parse()
1227 seq_escape(m, fsloc->locations[0].hosts, ",;@ \t\n\\"); in exp_flags()
1232 seq_escape(m, fsloc->locations[i].hosts, ",;@ \t\n\\"); in exp_flags()
/kernel/linux/linux-5.10/drivers/scsi/isci/
Dhost.h298 struct isci_host *hosts[SCI_MAX_CONTROLLERS]; member
314 (ihost = to_pci_info(pdev)->hosts[id]); id++)
Dinit.c353 ihost = pci_info->hosts[id]; in isci_setup_interrupts()
368 ihost = pci_info->hosts[id]; in isci_setup_interrupts()
677 pci_info->hosts[i] = h; in isci_pci_probe()
/kernel/linux/linux-5.10/net/qrtr/
DKconfig29 hosts or testing purposes.
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/virtio/
Diommu.txt6 masters. Therefore, the PCI root complex that hosts the virtio-iommu
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
DREADME26 The VRFs act as lightweight namespaces representing hosts connected to
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/Documentation/fb/
Dmetronomefb.rst11 Vizplex display media. E-Ink hosts some details of this controller and the
/kernel/linux/linux-5.10/Documentation/scsi/
Dscsi_mid_low_api.rst17 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 …]
/kernel/linux/linux-5.10/drivers/nvme/target/
DKconfig25 NVMe Over Fabrics protocol. It allows for hosts to manage and

1234