Home
last modified time | relevance | path

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

1234

/linux-6.6.21/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 = 2U << (32 - netmask - 1); in bitmap_ip_create()
318 hosts, (unsigned long long)elements); in bitmap_ip_create()
[all …]
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.6.21/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()
930 jm = kzalloc(struct_size(jm, hosts, cnt), GFP_KERNEL); in jmb38x_ms_probe()
941 jm->hosts[cnt] = jmb38x_ms_alloc_host(jm, cnt); in jmb38x_ms_probe()
942 if (!jm->hosts[cnt]) in jmb38x_ms_probe()
945 rc = memstick_add_host(jm->hosts[cnt]); in jmb38x_ms_probe()
[all …]
/linux-6.6.21/Documentation/devicetree/bindings/usb/
Dusb-hcd.yaml23 targeted hosts (non-PC hosts).
/linux-6.6.21/drivers/scsi/libsas/
DKconfig27 bool "Support for SMP interpretation for SAS hosts"
31 Allows sas hosts to receive SMP frames. Selecting this
/linux-6.6.21/drivers/soc/qcom/
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()
504 smsm->hosts = devm_kcalloc(&pdev->dev, in qcom_smsm_probe()
508 if (!smsm->hosts) in qcom_smsm_probe()
/linux-6.6.21/drivers/gpu/drm/nouveau/
Dnouveau_chan.c260 const struct nvif_mclass hosts[] = { in nouveau_channel_ctor() local
291 cid = nvif_mclass(&device->object, hosts); in nouveau_channel_ctor()
295 if (hosts[cid].oclass < NV50_CHANNEL_GPFIFO) in nouveau_channel_ctor()
313 if (hosts[cid].oclass < NV50_CHANNEL_GPFIFO) { in nouveau_channel_ctor()
320 if (hosts[cid].oclass < FERMI_CHANNEL_GPFIFO) in nouveau_channel_ctor()
331 if (hosts[cid].oclass >= VOLTA_CHANNEL_GPFIFO_A) { in nouveau_channel_ctor()
349 ret = nvif_object_ctor(&device->object, "abi16ChanUser", 0, hosts[cid].oclass, in nouveau_channel_ctor()
/linux-6.6.21/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 .
/linux-6.6.21/Documentation/PCI/endpoint/
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
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.6.21/fs/vboxsf/
DKconfig6 VirtualBox hosts can share folders with guests, this driver
/linux-6.6.21/net/sched/
Dsch_cake.c155 struct cake_host hosts[CAKE_QUEUES]; /* for triple isolation */ member
790 q->hosts[q->flows[reduced_hash].srchost].srchost_bulk_flow_count--; in cake_hash()
791 q->hosts[q->flows[reduced_hash].dsthost].dsthost_bulk_flow_count--; in cake_hash()
806 if (q->hosts[outer_hash + k].srchost_tag == in cake_hash()
812 if (!q->hosts[outer_hash + k].srchost_bulk_flow_count) in cake_hash()
815 q->hosts[outer_hash + k].srchost_tag = srchost_hash; in cake_hash()
819 q->hosts[srchost_idx].srchost_bulk_flow_count++; in cake_hash()
829 if (q->hosts[outer_hash + k].dsthost_tag == in cake_hash()
835 if (!q->hosts[outer_hash + k].dsthost_bulk_flow_count) in cake_hash()
838 q->hosts[outer_hash + k].dsthost_tag = dsthost_hash; in cake_hash()
[all …]
/linux-6.6.21/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-6.6.21/drivers/hwtracing/stm/
DKconfig55 messages to trace hosts over STM devices.
64 heartbeat messages to trace hosts over STM devices. It is
/linux-6.6.21/drivers/scsi/isci/
Dhost.h298 struct isci_host *hosts[SCI_MAX_CONTROLLERS]; member
314 (ihost = to_pci_info(pdev)->hosts[id]); id++)
Dinit.c351 ihost = pci_info->hosts[id]; in isci_setup_interrupts()
366 ihost = pci_info->hosts[id]; in isci_setup_interrupts()
675 pci_info->hosts[i] = h; in isci_pci_probe()
/linux-6.6.21/fs/nfsd/
Dexport.h24 char *hosts; /* colon separated list of hosts */ member
/linux-6.6.21/net/qrtr/
DKconfig29 hosts or testing purposes.
/linux-6.6.21/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-6.6.21/Documentation/devicetree/bindings/soc/ti/
Dsci-pm-domain.yaml40 TI_SCI_PD_SHARED - Allows the device to be shared by multiple hosts.
/linux-6.6.21/tools/testing/selftests/net/forwarding/
DREADME26 The VRFs act as lightweight namespaces representing hosts connected to
/linux-6.6.21/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-6.6.21/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 …]
/linux-6.6.21/Documentation/fb/
Dmetronomefb.rst11 Vizplex display media. E-Ink hosts some details of this controller and the

1234