| /linux/net/netfilter/ipset/ |
| H A D | ip_set_bitmap_ip.c | 44 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() 181 for (; !before(ip_to, ip); ip += map->hosts) { in bitmap_ip_uadt() 218 u32 elements, u32 hosts, u8 netmask) in init_map_ip() argument 226 map->hosts = hosts; in init_map_ip() 254 u32 first_ip = 0, last_ip = 0, hosts; in bitmap_ip_create() local 295 hosts = 1; in bitmap_ip_create() 308 hosts = 2U << (32 - netmask - 1); in bitmap_ip_create() 315 hosts, (unsigned long long)elements); in bitmap_ip_create() [all …]
|
| H A D | ip_set_hash_ip.c | 107 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/ |
| H A D | jmb38x_ms.c | 69 struct memstick_host *hosts[] __counted_by(host_cnt); 802 if (!jm->hosts[cnt]) in jmb38x_ms_suspend() 804 memstick_suspend_host(jm->hosts[cnt]); in jmb38x_ms_suspend() 820 if (!jm->hosts[rc]) in jmb38x_ms_resume() 822 memstick_resume_host(jm->hosts[rc]); in jmb38x_ms_resume() 823 memstick_detect_change(jm->hosts[rc]); in jmb38x_ms_resume() 929 jm = kzalloc_flex(*jm, hosts, cnt); in jmb38x_ms_probe() 940 jm->hosts[cnt] = jmb38x_ms_alloc_host(jm, cnt); in jmb38x_ms_probe() 941 if (!jm->hosts[cnt]) in jmb38x_ms_probe() 944 rc = memstick_add_host(jm->hosts[cnt]); in jmb38x_ms_probe() [all …]
|
| /linux/drivers/soc/qcom/ |
| H A D | smsm.c | 92 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/drivers/scsi/libsas/ |
| H A D | Kconfig | 27 bool "Support for SMP interpretation for SAS hosts" 31 Allows sas hosts to receive SMP frames. Selecting this
|
| /linux/Documentation/translations/zh_CN/scsi/ |
| H A D | scsi_mid_low_api.rst | 329 * 函数定义:drivers/scsi/hosts.c 403 * 函数定义:drivers/scsi/hosts.c 420 * 函数定义:drivers/scsi/hosts.c 438 * 函数定义:drivers/scsi/hosts.c 472 * 函数定义:drivers/scsi/hosts.c 984 当创建struct Scsi_Host实例时(通过hosts.c中的 1103 中初始化(该函数定义在hosts.c文件中)。在同一个函数
|
| /linux/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_chan.c | 251 const struct nvif_mclass hosts[] = { in nouveau_channel_ctor() local 281 cid = nvif_mclass(&device->object, hosts); in nouveau_channel_ctor() 285 if (hosts[cid].oclass < NV50_CHANNEL_GPFIFO) in nouveau_channel_ctor() 303 if (hosts[cid].oclass < NV50_CHANNEL_GPFIFO) { in nouveau_channel_ctor() 310 if (hosts[cid].oclass < FERMI_CHANNEL_GPFIFO) in nouveau_channel_ctor() 321 if (hosts[cid].oclass >= VOLTA_CHANNEL_GPFIFO_A) { in nouveau_channel_ctor() 339 ret = nvif_object_ctor(&device->object, "abi16ChanUser", 0, hosts[cid].oclass, in nouveau_channel_ctor()
|
| /linux/Documentation/driver-api/cxl/devices/ |
| H A D | device-types.rst | 99 A CXL device may present one or more "Logical Devices" to one or more hosts 116 hosts. An example of this would be a simple memory-pool which may be 124 hosts. An example of this would be a Dynamic Capacity Device or which 159 privileged host with privileges to change configurations for other hosts). 162 may also be exclusive to a single host or shared across multiple hosts.
|
| /linux/Documentation/driver-api/cxl/allocation/ |
| H A D | dax.rst | 9 hosts. 11 If the capacity is shared across hosts or persistent, appropriate flushing
|
| /linux/Documentation/networking/ |
| H A D | dctcp.rst | 9 the data center network to provide multi-bit feedback to the end hosts. 11 To enable it on end hosts::
|
| H A D | ila.rst | 88 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/ |
| H A D | pci-vntb-function.rst | 92 Doorbell Registers are used by the hosts to interrupt each other. 97 Actual transfer of data between the two hosts will happen using the
|
| H A D | pci-ntb-function.rst | 16 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/ |
| H A D | Kconfig | 6 VirtualBox hosts can share folders with guests, this driver
|
| /linux/drivers/hwtracing/stm/ |
| H A D | Kconfig | 55 messages to trace hosts over STM devices. 64 heartbeat messages to trace hosts over STM devices. It is
|
| /linux/Documentation/tee/ |
| H A D | ts-tee.rst | 11 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/ |
| H A D | Kconfig | 27 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/net/sched/ |
| H A D | sch_cake.c | 156 struct cake_host hosts[CAKE_QUEUES]; /* for triple isolation */ member 651 q->hosts[flow->srchost].srchost_bulk_flow_count)) in cake_dec_srchost_bulk_flow_count() 652 q->hosts[flow->srchost].srchost_bulk_flow_count--; in cake_dec_srchost_bulk_flow_count() 660 q->hosts[flow->srchost].srchost_bulk_flow_count < CAKE_QUEUES)) in cake_inc_srchost_bulk_flow_count() 661 q->hosts[flow->srchost].srchost_bulk_flow_count++; in cake_inc_srchost_bulk_flow_count() 669 q->hosts[flow->dsthost].dsthost_bulk_flow_count)) in cake_dec_dsthost_bulk_flow_count() 670 q->hosts[flow->dsthost].dsthost_bulk_flow_count--; in cake_dec_dsthost_bulk_flow_count() 678 q->hosts[flow->dsthost].dsthost_bulk_flow_count < CAKE_QUEUES)) in cake_inc_dsthost_bulk_flow_count() 679 q->hosts[flow->dsthost].dsthost_bulk_flow_count++; in cake_inc_dsthost_bulk_flow_count() 690 q->hosts[flow->srchost].srchost_bulk_flow_count); in cake_get_flow_quantum() [all …]
|
| /linux/drivers/scsi/isci/ |
| H A D | host.h | 298 struct isci_host *hosts[SCI_MAX_CONTROLLERS]; member 314 (ihost = to_pci_info(pdev)->hosts[id]); id++)
|
| H A D | init.c | 334 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/Documentation/netlabel/ |
| H A D | draft-ietf-cipso-ipsecurity-01.txt | 82 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/net/qrtr/ |
| H A D | Kconfig | 29 hosts or testing purposes.
|
| /linux/drivers/i3c/ |
| H A D | Kconfig | 32 i2c or i3c hosts, but cannot be built-in for the kernel when
|
| /linux/fs/nfsd/ |
| H A D | export.h | 25 char *hosts; /* colon separated list of hosts */ member
|
| /linux/Documentation/driver-api/ |
| H A D | scsi.rst | 187 given host, start by scanning LUN 0. Skip hosts that don't respond at 211 drivers/scsi/hosts.c 216 .. kernel-doc:: drivers/scsi/hosts.c
|