Home
last modified time | relevance | path

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

12345

/linux/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/drivers/memstick/host/
A Djmb38x_ms.c803 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()
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/drivers/soc/qcom/
A Dsmsm.c92 struct smsm_host *hosts; member
179 hostp = &smsm->hosts[host]; in smsm_update_bits()
378 struct smsm_host *host = &smsm->hosts[host_id]; in smsm_parse_mbox()
402 struct smsm_host *host = &smsm->hosts[host_id]; in smsm_parse_ipc()
539 smsm->hosts = devm_kcalloc(&pdev->dev, in qcom_smsm_probe()
543 if (!smsm->hosts) in qcom_smsm_probe()
656 mbox_free_channel(smsm->hosts[id].mbox_chan); in qcom_smsm_probe()
672 mbox_free_channel(smsm->hosts[id].mbox_chan); in qcom_smsm_remove()
/linux/Documentation/devicetree/bindings/usb/
A Dusb-hcd.yaml23 targeted hosts (non-PC hosts).
/linux/drivers/scsi/libsas/
A DKconfig27 bool "Support for SMP interpretation for SAS hosts"
31 Allows sas hosts to receive SMP frames. Selecting this
/linux/drivers/gpu/drm/nouveau/
A Dnouveau_chan.c255 const struct nvif_mclass hosts[] = { in nouveau_channel_ctor() local
286 cid = nvif_mclass(&device->object, hosts); in nouveau_channel_ctor()
290 if (hosts[cid].oclass < NV50_CHANNEL_GPFIFO) in nouveau_channel_ctor()
308 if (hosts[cid].oclass < NV50_CHANNEL_GPFIFO) { in nouveau_channel_ctor()
315 if (hosts[cid].oclass < FERMI_CHANNEL_GPFIFO) in nouveau_channel_ctor()
326 if (hosts[cid].oclass >= VOLTA_CHANNEL_GPFIFO_A) { in nouveau_channel_ctor()
344 ret = nvif_object_ctor(&device->object, "abi16ChanUser", 0, hosts[cid].oclass, in nouveau_channel_ctor()
/linux/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/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/fs/vboxsf/
A DKconfig6 VirtualBox hosts can share folders with guests, this driver
/linux/net/sched/
A Dsch_cake.c792 if (q->hosts[outer_hash + k].srchost_tag == in cake_hash()
801 q->hosts[outer_hash + k].srchost_tag = srchost_hash; in cake_hash()
805 q->hosts[srchost_idx].srchost_bulk_flow_count++; in cake_hash()
815 if (q->hosts[outer_hash + k].dsthost_tag == in cake_hash()
824 q->hosts[outer_hash + k].dsthost_tag = dsthost_hash; in cake_hash()
828 q->hosts[dsthost_idx].dsthost_bulk_flow_count++; in cake_hash()
1842 struct cake_host *srchost = &b->hosts[flow->srchost]; in cake_enqueue()
1843 struct cake_host *dsthost = &b->hosts[flow->dsthost]; in cake_enqueue()
1864 struct cake_host *srchost = &b->hosts[flow->srchost]; in cake_enqueue()
2043 srchost = &b->hosts[flow->srchost]; in cake_dequeue()
[all …]
/linux/drivers/hwtracing/stm/
A DKconfig55 messages to trace hosts over STM devices.
64 heartbeat messages to trace hosts over STM devices. It is
/linux/Documentation/tee/
A Dts-tee.rst11 Secure Partitions. The project hosts the reference implementation of the Arm
32 opening the TEE device and creating a TEE context. A TS SP hosts one or more
/linux/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/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.c334 ihost = pci_info->hosts[id]; in isci_setup_interrupts()
349 ihost = pci_info->hosts[id]; in isci_setup_interrupts()
658 pci_info->hosts[i] = h; in isci_pci_probe()
/linux/fs/nfsd/
A Dexport.h24 char *hosts; /* colon separated list of hosts */ member
/linux/net/qrtr/
A DKconfig29 hosts or testing purposes.
/linux/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/Documentation/devicetree/bindings/soc/ti/
A Dsci-pm-domain.yaml40 TI_SCI_PD_SHARED - Allows the device to be shared by multiple hosts.
/linux/Documentation/driver-api/
A Dscsi.rst188 given host, start by scanning LUN 0. Skip hosts that don't respond at
212 drivers/scsi/hosts.c
217 .. kernel-doc:: drivers/scsi/hosts.c
/linux/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 …]
/linux/Documentation/fb/
A Dmetronomefb.rst11 Vizplex display media. E-Ink hosts some details of this controller and the

Completed in 54 milliseconds

12345