Home
last modified time | relevance | path

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

1234

/linux-6.3-rc2/net/netfilter/ipset/
A 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 = 2U << (32 - netmask - 1); in bitmap_ip_create()
318 hosts, (unsigned long long)elements); in bitmap_ip_create()
[all …]
A Dip_set_hash_ip.c107 u32 ip = 0, ip_to = 0, hosts, i = 0; in hash_ip4_uadt() local
150 hosts = h->netmask == 32 ? 1 : 2 << (32 - h->netmask - 1); in hash_ip4_uadt()
164 ip += hosts; in hash_ip4_uadt()
/linux-6.3-rc2/drivers/memstick/host/
A Djmb38x_ms.c69 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-6.3-rc2/Documentation/devicetree/bindings/usb/
A Dusb-hcd.yaml23 targeted hosts (non-PC hosts).
/linux-6.3-rc2/drivers/scsi/libsas/
A DKconfig27 bool "Support for SMP interpretation for SAS hosts"
31 Allows sas hosts to receive SMP frames. Selecting this
/linux-6.3-rc2/drivers/soc/qcom/
A Dsmsm.c90 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()
505 smsm->hosts = devm_kcalloc(&pdev->dev, in qcom_smsm_probe()
509 if (!smsm->hosts) in qcom_smsm_probe()
/linux-6.3-rc2/drivers/gpu/drm/nouveau/
A Dnouveau_chan.c254 } hosts[] = { in nouveau_channel_ctor() local
285 cid = nvif_mclass(&device->object, hosts); in nouveau_channel_ctor()
289 if (hosts[cid].oclass < NV50_CHANNEL_GPFIFO) in nouveau_channel_ctor()
307 if (hosts[cid].oclass < NV50_CHANNEL_GPFIFO) { in nouveau_channel_ctor()
314 if (hosts[cid].oclass < FERMI_CHANNEL_GPFIFO) in nouveau_channel_ctor()
325 if (hosts[cid].oclass >= VOLTA_CHANNEL_GPFIFO_A) { in nouveau_channel_ctor()
343 ret = nvif_object_ctor(&device->object, "abi16ChanUser", 0, hosts[cid].oclass, in nouveau_channel_ctor()
/linux-6.3-rc2/Documentation/networking/
A Ddctcp.rst9 the data center network to provide multi-bit feedback to the end hosts.
11 To enable it on end hosts::
A 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 .
/linux-6.3-rc2/Documentation/PCI/endpoint/
A Dpci-vntb-function.rst92 Doorbell Registers are used by the hosts to interrupt each other.
97 Actual transfer of data between the two hosts will happen using the
A Dpci-ntb-function.rst16 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-6.3-rc2/fs/vboxsf/
A DKconfig6 VirtualBox hosts can share folders with guests, this driver
/linux-6.3-rc2/net/sched/
A Dsch_cake.c805 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-6.3-rc2/drivers/hwtracing/stm/
A DKconfig55 messages to trace hosts over STM devices.
64 heartbeat messages to trace hosts over STM devices. It is
/linux-6.3-rc2/net/atm/
A 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-6.3-rc2/drivers/scsi/isci/
A Dhost.h298 struct isci_host *hosts[SCI_MAX_CONTROLLERS]; member
314 (ihost = to_pci_info(pdev)->hosts[id]); id++)
A Dinit.c354 ihost = pci_info->hosts[id]; in isci_setup_interrupts()
369 ihost = pci_info->hosts[id]; in isci_setup_interrupts()
678 pci_info->hosts[i] = h; in isci_pci_probe()
/linux-6.3-rc2/fs/nfsd/
A Dexport.h24 char *hosts; /* colon separated list of hosts */ member
A Dexport.c327 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-6.3-rc2/net/qrtr/
A DKconfig29 hosts or testing purposes.
/linux-6.3-rc2/Documentation/netlabel/
A 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-6.3-rc2/Documentation/devicetree/bindings/soc/ti/
A Dsci-pm-domain.yaml40 TI_SCI_PD_SHARED - Allows the device to be shared by multiple hosts.
/linux-6.3-rc2/tools/testing/selftests/net/forwarding/
A DREADME26 The VRFs act as lightweight namespaces representing hosts connected to
/linux-6.3-rc2/Documentation/driver-api/
A 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-6.3-rc2/Documentation/scsi/
A 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 …]

Completed in 50 milliseconds

1234