Searched refs:hosts (Results 1 - 188 of 188) sorted by relevance

/linux-4.4.14/net/netfilter/ipset/
H A Dip_set_bitmap_ip.c47 u32 hosts; /* number of hosts in a subnet */ member in struct:bitmap_ip
63 return ((ip & ip_set_hostmask(m->netmask)) - m->first_ip) / m->hosts; ip_to_id()
99 htonl(map->first_ip + id * map->hosts)); bitmap_ip_do_list()
186 for (; !before(ip_to, ip); ip += map->hosts) { bitmap_ip_uadt()
223 u32 elements, u32 hosts, u8 netmask) init_map_ip()
231 map->hosts = hosts; init_map_ip()
246 u32 first_ip = 0, last_ip = 0, hosts; bitmap_ip_create() local
291 hosts = 1; bitmap_ip_create()
304 hosts = 2 << (32 - netmask - 1); bitmap_ip_create()
310 pr_debug("hosts %u, elements %llu\n", bitmap_ip_create()
311 hosts, (unsigned long long)elements); bitmap_ip_create()
321 elements, hosts, netmask)) { bitmap_ip_create()
221 init_map_ip(struct ip_set *set, struct bitmap_ip *map, u32 first_ip, u32 last_ip, u32 elements, u32 hosts, u8 netmask) init_map_ip() argument
H A Dip_set_hash_ip.c108 u32 ip = 0, ip_to = 0, hosts; hash_ip4_uadt() local
149 hosts = h->netmask == 32 ? 1 : 2 << (32 - h->netmask - 1); hash_ip4_uadt()
153 for (; !before(ip_to, ip); ip += hosts) { hash_ip4_uadt()
/linux-4.4.14/drivers/scsi/
H A DNCR_Q720.c40 /* We needs this helper because we have up to four hosts per struct device */
49 struct Scsi_Host *hosts[4]; member in struct:NCR_Q720_private
72 ncr53c8xx_intr(irq, p->hosts[siop]); NCR_Q720_intr()
112 p->hosts[siop] = ncr_attach(&NCR_Q720_tpnt, unit++, &device); NCR_Q720_probe_one()
114 if (!p->hosts[siop]) NCR_Q720_probe_one()
123 error = scsi_add_host(p->hosts[siop], p->dev); NCR_Q720_probe_one()
125 ncr53c8xx_release(p->hosts[siop]); NCR_Q720_probe_one()
127 scsi_scan_host(p->hosts[siop]); NCR_Q720_probe_one()
336 if(p->hosts[i]) NCR_Q720_remove()
337 NCR_Q720_remove_one(p->hosts[i]); NCR_Q720_remove()
H A Dsym53c416.c218 static host hosts[MAXHOSTS] = { variable
550 printk(KERN_WARNING "sym53c416: Too many hosts defined\n"); sym53c416_setup()
560 if(hosts[i].base == ints[1]) sym53c416_setup()
564 hosts[host_index].base = ints[1]; sym53c416_setup()
565 hosts[host_index].irq = (ints[0] == 2)? ints[2] : 0; sym53c416_setup()
682 if (!request_region(hosts[i].base, IO_RANGE, ID)) sym53c416_detect()
684 if (!sym53c416_test(hosts[i].base)) { sym53c416_detect()
685 printk(KERN_WARNING "No sym53c416 found at address 0x%03x\n", hosts[i].base); sym53c416_detect()
690 if (!hosts[i].irq) sym53c416_detect()
691 hosts[i].irq = sym53c416_probeirq(hosts[i].base, hosts[i].scsi_id); sym53c416_detect()
692 if (!hosts[i].irq) sym53c416_detect()
699 if (request_irq(hosts[i].irq, sym53c416_intr_handle, 0, ID, shpnt)) sym53c416_detect()
703 shpnt->unique_id = hosts[i].base; sym53c416_detect()
704 shpnt->io_port = hosts[i].base; sym53c416_detect()
706 shpnt->irq = hosts[i].irq; sym53c416_detect()
707 shpnt->this_id = hosts[i].scsi_id; sym53c416_detect()
708 sym53c416_init(hosts[i].base, hosts[i].scsi_id); sym53c416_detect()
716 release_region(hosts[i].base, IO_RANGE); sym53c416_detect()
730 if(hosts[i].base == base) sym53c416_info()
731 scsi_id = hosts[i].scsi_id; sym53c416_info()
778 if(hosts[i].base == base) sym53c416_host_reset()
779 scsi_id = hosts[i].scsi_id; sym53c416_host_reset()
H A DNCR_D700.c168 /* We needs this helper because we have two hosts per struct device */
171 struct Scsi_Host *hosts[2]; member in struct:NCR_D700_private
211 p->hosts[siop] = host; NCR_D700_probe_one()
235 if (p->hosts[i] && NCR_D700_intr()
236 NCR_700_intr(irq, p->hosts[i]) == IRQ_HANDLED) NCR_D700_intr()
369 NCR_D700_remove_one(p->hosts[i]); NCR_D700_remove()
H A Dscsi_pm.c240 /* Insert hooks here for targets, hosts, and transport classes */ scsi_runtime_suspend()
267 /* Insert hooks here for targets, hosts, and transport classes */ scsi_runtime_resume()
276 /* Insert hooks here for targets, hosts, and transport classes */ scsi_runtime_idle()
H A Dscsi_priv.h27 /* hosts.c */
H A DMakefile163 scsi_mod-y += scsi.o hosts.o scsi_ioctl.o \
H A Dstorvsc_drv.c878 * On Some Windows hosts TEST_UNIT_READY command can return storvsc_handle_error()
1390 * On legacy hosts filter unimplemented commands. storvsc_queuecommand()
1391 * Future hosts are expected to correctly handle storvsc_queuecommand()
H A Dhosts.c2 * hosts.c Copyright (C) 1992 Drew Eckhardt
H A Dhpsa.h36 /* for SAS hosts and SAS expanders */
H A Dimm.c26 /* The following #define is to avoid a clash with hosts.c */
H A Dscsi_error.c1097 * Some hosts automatically obtain this information, others require
1861 * other hosts report did_no_connect for the same thing. scsi_decide_disposition()
H A Dwd7000.c1368 * The source for hosts.c says to wait to call scsi_register until 100%
H A Din2000.c99 * 'hosts.h' file from 2 to whatever is appropriate. It took
H A Dscsi_debug.c4119 MODULE_PARM_DESC(add_host, "0..127 hosts allowed(def=1)");
H A DBusLogic.c3873 * Exit function. Deletes all hosts associated with this driver.
H A Ddc395x.c4497 * @host: This hosts adapter structure
H A Dhpsa.c5432 /* Need at least one of these error handlers to keep ../scsi/hosts.c from
/linux-4.4.14/drivers/memstick/host/
H A Djmb38x_ms.c72 struct memstick_host *hosts[]; member in struct:jmb38x_ms
811 if (!jm->hosts[cnt]) jmb38x_ms_suspend()
813 memstick_suspend_host(jm->hosts[cnt]); jmb38x_ms_suspend()
838 if (!jm->hosts[rc]) jmb38x_ms_resume()
840 memstick_resume_host(jm->hosts[rc]); jmb38x_ms_resume()
841 memstick_detect_change(jm->hosts[rc]); jmb38x_ms_resume()
965 jm->hosts[cnt] = jmb38x_ms_alloc_host(jm, cnt); jmb38x_ms_probe()
966 if (!jm->hosts[cnt]) jmb38x_ms_probe()
969 rc = memstick_add_host(jm->hosts[cnt]); jmb38x_ms_probe()
972 jmb38x_ms_free_host(jm->hosts[cnt]); jmb38x_ms_probe()
973 jm->hosts[cnt] = NULL; jmb38x_ms_probe()
1001 if (!jm->hosts[cnt]) jmb38x_ms_remove()
1004 host = memstick_priv(jm->hosts[cnt]); jmb38x_ms_remove()
1006 jm->hosts[cnt]->request = jmb38x_ms_dummy_submit; jmb38x_ms_remove()
1015 jmb38x_ms_complete_cmd(jm->hosts[cnt], 1); jmb38x_ms_remove()
1019 memstick_remove_host(jm->hosts[cnt]); jmb38x_ms_remove()
1022 jmb38x_ms_free_host(jm->hosts[cnt]); jmb38x_ms_remove()
/linux-4.4.14/include/linux/
H A Dfmc-sdb.h28 struct fmc_device *fmc; /* the device that hosts it */
H A Dvirtio_ring.h11 * barriers. Non-SMP virtio hosts could skip the barriers, but does
H A Du64_stats_sync.h5 * To properly implement 64bits network statistics on 32bit and 64bit hosts,
H A Dide.h801 ide_hwif_t *cur_port; /* for hosts requiring serialization */
803 /* used for hosts requiring serialization */
1239 * for hosts which have separate PIO and DMA timings (ie. PMAC)
1244 /* don't program host/device for the transfer mode ("smart" hosts) */
/linux-4.4.14/drivers/usb/common/
H A Dcommon.c129 * for given targeted hosts (non-PC hosts)
132 * The function gets if the targeted hosts support TPL or not
/linux-4.4.14/fs/nfsd/
H A Dexport.h22 char *hosts; /* colon separated list of hosts */ member in struct:nfsd4_fs_location
H A Dexport.c302 kfree(locations[i].hosts); nfsd4_fslocs_free()
417 fsloc->locations[i].hosts = kstrdup(buf, GFP_KERNEL); fsloc_parse()
418 if (!fsloc->locations[i].hosts) fsloc_parse()
1176 seq_escape(m, fsloc->locations[0].hosts, ",;@ \t\n\\"); exp_flags()
1181 seq_escape(m, fsloc->locations[i].hosts, ",;@ \t\n\\"); exp_flags()
H A Dnfs4xdr.c1997 status = nfsd4_encode_components_esc(xdr, ':', location->hosts, nfsd4_encode_fs_location4()
/linux-4.4.14/arch/mips/include/asm/octeon/
H A Dpci-octeon.h30 * function needs to change for PCI or PCIe based hosts.
/linux-4.4.14/fs/lockd/
H A Dhost.c4 * Management for NLM peer hosts. The nlm_host struct is shared
553 /* Mark all hosts tied to this NSM state as having rebooted. nlm_host_rebooted()
581 dprintk("lockd: %lu hosts left in net %p:\n", ln->nrhosts, net); nlm_complain_hosts()
586 dprintk("lockd: %lu hosts left:\n", nrhosts); nlm_complain_hosts()
606 /* First, make all hosts eligible for gc */ nlm_shutdown_hosts_net()
607 dprintk("lockd: nuking all hosts in net %p...\n", net); for_each_host()
626 * Shut down the hosts module.
637 * Garbage collect any unused NLM hosts.
655 /* Mark all hosts that hold locks, blocks or shares */
H A Dsvcsubs.c317 * hosts, which passed network check.
321 * returns 1 iff the two hosts match. Used to release
366 * Mark all hosts that still hold resources
/linux-4.4.14/drivers/mmc/host/
H A Dsdhci-sirf.c35 * 8bit-width enable bit of CSR SD hosts is 3, sdhci_sirf_set_bus_width()
36 * while stardard hosts use bit 5 sdhci_sirf_set_bus_width()
H A Dsdhci-pltfm.h37 * These accessors are designed for big endian hosts doing I/O to
H A Dmmc_spi.c243 * hosts return! The low byte holds R1_SPI bits. The next byte may hold
H A Dsdhci.c3139 * won't assume 8-bit width for hosts without that CAP. sdhci_add_host()
/linux-4.4.14/arch/m68k/include/asm/
H A Dirq.h6 * different m68k hosts compiled into the kernel.
/linux-4.4.14/drivers/usb/core/
H A Dbuffer.c121 /* some USB hosts just use PIO */ hcd_buffer_alloc()
H A Dhcd-pci.c560 * wakeup. usb_hc_died() should ensure that both hosts are marked as hcd_pci_suspend_noirq()
H A Dmessage.c997 * (like some ibmcam model 1 units) seem to expect hosts to make usb_clear_halt()
/linux-4.4.14/drivers/mmc/core/
H A Dcore.h80 /* Debugfs information for hosts and cards */
H A Ddebugfs.c2 * Debugfs support for hosts and cards
H A Dsdio_irq.c112 * aware hosts. One thing that non SDIO host cannot do is sdio_irq_thread()
H A Dmmc_ops.c153 * Non-SPI hosts need to prevent chipselect going active during mmc_go_idle()
157 * SPI hosts ignore ios.chip_select; it's managed according to mmc_go_idle()
H A Dhost.c357 * By default, hosts do not support SGIO or large requests. mmc_alloc_host()
H A Dsd.c949 * handling only for cards supporting DSR and hosts requesting mmc_sd_init_card()
H A Dcore.c851 * for hosts to implement more than 500ms mmc_set_data_timeout()
1677 /* Use SD definition of driver strength for hosts */ mmc_select_drive_strength()
H A Dmmc.c1472 * handling only for cards supporting DSR and hosts requesting mmc_init_card()
/linux-4.4.14/arch/x86/um/os-Linux/
H A Dtask_size.c77 * hosts, but shouldn't hurt otherwise. os_get_top_address()
/linux-4.4.14/fs/freevxfs/
H A Dvxfs_immed.c57 * file that hosts @pp into the pagecache.
/linux-4.4.14/fs/cifs/
H A Drfc1002pdu.h72 (tcp name) or ip address or an /etc/hosts equivalent mapping to ip address.*/
H A Dcifspdu.h466 * resolve hosts.
/linux-4.4.14/include/uapi/linux/
H A Dif_tun.h54 * little-endian hosts. Not all kernel configurations support them, but all
H A Din.h275 /* Address to send to all hosts. */
/linux-4.4.14/net/ipv4/netfilter/
H A Dnf_dup_ipv4.c81 * hosts. nf_dup_ipv4()
H A Dnf_nat_proto_gre.c10 * connections between the same two hosts.
/linux-4.4.14/drivers/scsi/libsas/
H A Dsas_host_smp.c325 /* Can't implement; hosts have no routes */ sas_smp_host_handler()
347 /* Can't implement; hosts have no routes */ sas_smp_host_handler()
/linux-4.4.14/include/linux/usb/
H A Dehci_def.h29 * but some hosts can't perform 8 or 16 bit PCI accesses.
30 * some hosts treat caplength and hciversion as parts of a 32-bit
H A Dwusb.h365 * hs->src_addr is the hosts's UWB device address
H A Dgadget.h763 * their ability to support this, or hosts won't enable it.
767 * remote wakeup even when hosts don't explicitly enable it.
938 * need to be activated before the system can talk to hosts.
1050 * hosts nor devices generally support control traffic except to ep0.)
/linux-4.4.14/security/smack/
H A Dsmack.h137 * An entry in the table identifying IPv4 hosts.
149 * An entry in the table identifying IPv6 hosts.
211 * but there are certain cases, including single label hosts
H A Dsmackfs.c44 SMK_NET4ADDR = 8, /* single label hosts */
62 SMK_NET6ADDR = 23, /* single label IPv6 hosts */
124 * Certain IP addresses may be designated as single label hosts.
H A Dsmack_lsm.c2320 * hosts. The caller is responsible for ensuring that the RCU read lock is
2371 * hosts. The caller is responsible for ensuring that the RCU read lock is
/linux-4.4.14/drivers/soc/qcom/
H A Dsmem.c45 * (or hosts) and their location in the main shared memory region.
85 /* Max number of processors/hosts in a system */
639 "Partition %d hosts are invalid\n", i); qcom_smem_enumerate_partitions()
645 "Partition %d hosts are invalid\n", i); qcom_smem_enumerate_partitions()
/linux-4.4.14/drivers/video/fbdev/mmp/hw/
H A Dmmp_spi.c164 /* set bus num to 5 to avoid conflict with other spi hosts */ lcd_spi_register()
/linux-4.4.14/drivers/gpu/drm/virtio/
H A Dvirtgpu_drv.c80 * little endian hosts.
/linux-4.4.14/include/scsi/
H A Dscsi_host.h62 * Used as unload callback for hosts with old-style drivers.
476 * List of hosts per template.
603 * and uniquely. For hosts that do not support more than one card
717 * List of hosts per template.
733 * Needed just in case we have virtual hosts.
857 * SCSI hosts which support the Data Integrity Extensions must
/linux-4.4.14/drivers/scsi/isci/
H A Dinit.c365 ihost = pci_info->hosts[id]; isci_setup_interrupts()
380 ihost = pci_info->hosts[id]; isci_setup_interrupts()
684 pci_info->hosts[i] = h; isci_pci_probe()
H A Dhost.h299 struct isci_host *hosts[SCI_MAX_CONTROLLERS]; member in struct:isci_pci_info
315 (ihost = to_pci_info(pdev)->hosts[id]); id++)
/linux-4.4.14/drivers/usb/gadget/function/
H A Df_subset.c35 * with other boards, using the Itsy identifiers.) Linux hosts recognized
43 * Linux hosts recognize with CONFIG_USB_NET_ZAURUS.
H A Drndis.c49 * Windows hosts need an INF file like Documentation/usb/linux.inf
H A Du_ether.c51 /* Experiments show that both Linux and Windows hosts allow up to 16k
/linux-4.4.14/drivers/net/ethernet/sfc/
H A Dfilter.h198 * efx_filter_set_ipv4_full - specify IPv4 hosts, transport protocol and ports
/linux-4.4.14/drivers/clocksource/
H A Dnomadik-mtu.c27 * The MTU device hosts four different counters, with 4 set of
/linux-4.4.14/include/target/
H A Dtarget_core_fabric.h17 * XXX: Not all initiator hosts honor this block-limit EVPD
/linux-4.4.14/arch/ia64/include/asm/sn/
H A Dpic.h22 * hosts bus bridge (PIC for example) must be device 0 on bus 0. PIC
/linux-4.4.14/net/netfilter/
H A Dxt_TCPMSS.c136 * doing so results in problems for hosts that rely tcpmss_mangle_packet()
H A Dnf_conntrack_proto_gre.c10 * connections between the same two hosts.
H A Dxt_connlimit.c54 struct hlist_head hhead; /* connections/hosts in same subnet */
/linux-4.4.14/drivers/usb/host/
H A Dfotg210.h205 * but some hosts can't perform 8 or 16 bit PCI accesses.
206 * some hosts treat caplength and hciversion as parts of a 32-bit
H A Doxu210hp.h64 * but some hosts can't perform 8 or 16 bit PCI accesses.
H A Dohci.h654 * [15:0] (OHCI_QUIRK_FRAME_NO) on big endian hosts.
H A Duhci-hcd.h495 * controller I/O registers are mapped into PCI I/O space. For non-PCI hosts
H A Dxhci-hub.c150 /* ssa_size is 0 for other than usb 3.1 hosts */ xhci_create_usb3_bos_desc()
H A Dxhci-ring.c3057 * For all hosts it must fit in bits 21:17, so it can't be bigger than 31.
/linux-4.4.14/drivers/hv/
H A Dchannel_mgmt.c394 * For pre-win8 hosts or non-performance critical channels we assign the
507 /* Pre-Win2012R2 hosts don't support reconnect */ vmbus_initiate_unload()
/linux-4.4.14/drivers/acpi/acpica/
H A Devxfgpe.c341 * implicit notify feature on all hosts. ACPI_EXPORT_SYMBOL()
364 * on some hosts. ACPI_EXPORT_SYMBOL()
H A Dacmacros.h68 * for both 32-bit and 64-bit hosts.
H A Dutosi.c56 * recommended that all ACPICA hosts mirror this policy and integrate any
/linux-4.4.14/drivers/usb/gadget/legacy/
H A Dzero.c60 * work better with hosts where config changes are problematic or
H A Dether.c138 * used with CDC Ethernet, Linux 2.4 hosts will need updates to choose
/linux-4.4.14/drivers/i2c/muxes/
H A Di2c-mux-pca9541.c40 * hosts. If a single host controls both masters, platform code has to ensure
/linux-4.4.14/drivers/net/usb/
H A Dlg-vl600.c85 * subnet has only two hosts anyway: us and the gateway / DHCP vl600_bind()
H A Dzaurus.c46 * The CDC Ethernet nonconformance points are troublesome to hosts
H A Dcdc_ncm.c614 * increase the number of hosts this will work for cdc_ncm_setup()
/linux-4.4.14/arch/um/os-Linux/
H A Daio.c316 " is not available in tt mode, on 2.4 hosts, or when UML is built with\n"
/linux-4.4.14/arch/x86/pci/
H A Dsta2x11-fixup.c35 * main bridge hosts 4 busses, which are the 4 endpoints, in order.
/linux-4.4.14/arch/powerpc/platforms/maple/
H A Dsetup.c186 /* Lookup PCI hosts */ maple_setup_arch()
H A Dpci.c576 /* Probe root PCI hosts, that is on U3 the AGP host and the maple_pci_init()
/linux-4.4.14/arch/powerpc/platforms/pasemi/
H A Dsetup.c124 /* Lookup PCI hosts */ pas_setup_arch()
/linux-4.4.14/net/ipv4/
H A Dtcp_dctcp.c8 * provide multi-bit feedback to the end hosts. DCTCP's goal is to meet
H A Darp.c482 * described in RFC 3069, it is possible to allow these hosts to
H A Dtcp_output.c113 * attached devices, because some buggy hosts are confused by
/linux-4.4.14/drivers/media/platform/soc_camera/
H A Dsoc_camera.c54 static LIST_HEAD(hosts);
57 * Protects lists and bitmaps of hosts and devices.
1982 list_for_each_entry(ix, &hosts, list) { soc_camera_host_register()
1993 list_add_tail(&ici->list, &hosts); soc_camera_host_register()
2226 * hot-pluggable. Now we know, that all our users - hosts and devices have
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
H A Dhtt.h157 * postponed: only for HL hosts. indicates if this is a resend
158 * (HL hosts manage queues on the host )
159 * more_in_batch: only for HL hosts. indicates if more packets are
H A Dmac.c4388 * On non-IOMMU-enabled hosts this could be a possible security issue ath10k_add_interface()
4390 * IOMMU-enabled hosts DMAR faults would occur in most cases and target ath10k_add_interface()
/linux-4.4.14/drivers/scsi/cxlflash/
H A Dsislite.h387 } hosts[CXLFLASH_MAX_CONTEXT]; member in struct:cxlflash_afu_map
H A Dsuperpipe.c1441 attach->mmio_size = sizeof(afu->afu_map->hosts[0].harea); cxlflash_disk_attach()
1661 recover->mmio_size = sizeof(afu->afu_map->hosts[0].harea); cxlflash_afu_recover()
H A Dmain.c1481 afu->host_map = &afu->afu_map->hosts[afu->ctx_hndl].host; init_pcr()
/linux-4.4.14/drivers/ide/
H A Dide-iops.c225 * All hosts that use the 80c ribbon must use!
/linux-4.4.14/drivers/atm/
H A Dambassador.h412 /* The hosts transmit structure. All BIG ENDIAN; host address
H A Dhorizon.c1376 // the while loop. This is only of issue for slow hosts (or when interrupt_handler()
1377 // debugging messages are on). Really slow hosts may find a fast interrupt_handler()
1380 // (only an issue for slow hosts) RX completion goes before interrupt_handler()
1385 // (only an issue for slow hosts) TX completion goes before RX interrupt_handler()
H A Dfore200e.c411 /* on big-endian hosts, the board is configured to convert fore200e_pca_read()
419 /* on big-endian hosts, the board is configured to convert fore200e_pca_write()
2533 /* reported to be required by SBA cards on some sparc64 hosts */ fore200e_load_and_start_fw()
/linux-4.4.14/fs/exportfs/
H A Dexpfs.c294 * former would be insufficient on 32-bit hosts when the get_name()
/linux-4.4.14/arch/powerpc/platforms/powermac/
H A Dsetup.c312 /* Lookup PCI hosts */ pmac_setup_arch()
H A Dlow_i2c.c87 int channel; /* some hosts have multiple */
H A Dpci.c542 * ohare hosts a PIC that will be accessed there. init_second_ohare()
/linux-4.4.14/arch/arm/mach-omap1/
H A Dusb.c372 /* NOTE: SPEED and SUSP aren't configured here. OTG hosts omap1_usb0_init()
/linux-4.4.14/drivers/gpio/
H A Dgpio-twl4030.c46 * intended to support multiple hosts.
/linux-4.4.14/net/ipv6/
H A Danycast.c115 * For hosts, allow link-local or matching prefix anycasts. ipv6_sock_ac_join()
H A Dexthdrs.c132 /* RFC 4942 recommends receiving hosts to ip6_parse_tlv()
H A Dreassembly.c18 * Andi Kleen Make it work with multiple hosts.
/linux-4.4.14/sound/soc/tegra/
H A Dtegra30_ahub.c537 * The AHUB hosts a register bus: the "configlink". For this to tegra30_ahub_probe()
/linux-4.4.14/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga_reg.h925 * better CPU utilization on SMP hosts and on UP hosts while
1083 * reused since some hosts already expose it.
H A Dsvga3d_cmd.h524 * the FIFO. It contains some extra information that hosts may use to
/linux-4.4.14/drivers/usb/storage/
H A Dscsiglue.c536 * this defines our host template, with which we'll allocate hosts
/linux-4.4.14/drivers/staging/rtl8192e/
H A Drtllib_crypt_tkip.c250 * avoided on little endian hosts. tkip_mixing_phase2()
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt_tkip.c261 * avoided on little endian hosts. tkip_mixing_phase2()
/linux-4.4.14/drivers/staging/gdm724x/
H A Dgdm_usb.c861 /* List up hosts with big endians, otherwise, gdm_usb_probe()
/linux-4.4.14/drivers/misc/vmw_vmci/
H A Dvmci_guest.c516 * instead (so we can run a new VM on old hosts). Fail the load if vmci_guest_probe_device()
H A Dvmci_queue_pair.c1810 * In the initial argument check, we ensure that non-vmkernel hosts qp_broker_alloc()
/linux-4.4.14/drivers/i2c/
H A Di2c-dev.c130 * SMBus interfaces (and work with SMBus-only hosts!), you must first issue
/linux-4.4.14/drivers/ata/
H A Dlibata-sff.c2282 * Note that native PCI resources are valid even for legacy hosts
2284 * function can be used for both native and legacy SFF hosts.
2406 * hosts. This separate helper is necessary because SFF hosts
H A Dsata_sil.c616 * devices/hosts/firmwares that need it.
H A Dsata_via.c532 /* 8251 hosts four sata ports as M/S of the two channels */ vt8251_prepare_host()
H A Data_piix.c1756 /* Allow hosts to specify device types to ignore when scanning. */ piix_init_one()
H A Dlibata-core.c6136 /* give ports names and add SCSI hosts */ ata_host_register()
/linux-4.4.14/drivers/gpu/drm/msm/dsi/
H A Ddsi_manager.c176 * connected to both hosts. dsi_mgr_connector_detect()
/linux-4.4.14/arch/x86/kernel/cpu/
H A Damd.c651 * guests on older kvm hosts. init_amd_gh()
/linux-4.4.14/arch/x86/kernel/cpu/mtrr/
H A Dgeneric.c2 * This only handles 32bit MTRR on 32bit hosts. This is strictly wrong
/linux-4.4.14/net/wireless/
H A Dlib80211_crypt_tkip.c267 * avoided on little endian hosts. */ tkip_mixing_phase2()
/linux-4.4.14/net/rds/
H A Diw_cm.c414 * by both hosts, we have a random backoff mechanism - rds_iw_cm_handle_connect()
H A Dib_cm.c566 * by both hosts, we have a random backoff mechanism - rds_ib_cm_handle_connect()
/linux-4.4.14/drivers/usb/musb/
H A Dcppi_dma.c683 * is optional, and it's fine if peripherals -- not hosts! -- pad messages
721 * writes to hosts, causing i/o failure; or we'd have to cope with
H A Dmusb_core.c58 * hubs, but for more "normal" USB hosts it's a user issue that the
/linux-4.4.14/drivers/net/ethernet/smsc/
H A Depic100.c229 * the card to byteswap them internally on big-endian hosts -
680 /* Tell the chip to byteswap descriptors on big-endian hosts */ epic_open()
/linux-4.4.14/net/sunrpc/
H A Dsvcsock.c543 * hosts, this can change from msg to msg. Note that only the IP
895 * hosts here, but when we get encryption, the IP of the host won't svc_tcp_accept()
/linux-4.4.14/fs/dlm/
H A Dlowcomms.c1309 /* We don't support multi-homed hosts */ tcp_listen_for_all()
1311 log_print("TCP protocol can't handle multi-homed hosts, " tcp_listen_for_all()
/linux-4.4.14/drivers/usb/wusbcore/
H A Ddevconnect.c265 * Addresses: because WUSB hosts have no downstream hubs, we can do a
/linux-4.4.14/drivers/staging/rts5208/
H A Drtsx.c214 * this defines our host template, with which we'll allocate hosts
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_scrn.c701 * supported by hosts. This is only a problem if we are reading do_dmabuf_define_gmrfb()
H A Dvmwgfx_kms.c529 /* 3D is only supported on HWv8 and newer hosts */ vmw_kms_new_framebuffer_surface()
/linux-4.4.14/drivers/mfd/
H A Dtps65010.c609 /* USB hosts can't draw VBUS. OTG devices could, later tps65010_probe()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
H A Dchip.c906 * For different chiptypes or old sdio hosts w/o chipcommon, brcmf_chip_recognition()
H A Dsdio.c61 __le32 buf; /* Can't be pointer on (64-bit) hosts */
/linux-4.4.14/fs/nfs/
H A Ddirect.c10 * (multiple copies of the same instance running on separate hosts)
H A Dinode.c11 * Change to nfs_read_super() to permit NFS mounts to multi-homed hosts.
H A Dsuper.c11 * Change to nfs_read_super() to permit NFS mounts to multi-homed hosts.
/linux-4.4.14/include/uapi/linux/usb/
H A Dch9.h939 * wired USB!), and some devices may support CCs with multiple hosts.
/linux-4.4.14/net/irda/irlan/
H A Dirlan_common.c758 * hosts, since ARP request for this host will not be answered.
/linux-4.4.14/drivers/usb/gadget/udc/
H A Domap_udc.c84 * misbehaving hosts would even notice they exist.
840 /* clear FIFO; hosts probably won't empty it */ dma_channel_release()
H A Dpxa25x_udc.c2278 * "dead" to USB hosts until system resume.
H A Dnet2280.c2237 * link robustness with various hosts and hubs. usb_reinit_338x()
/linux-4.4.14/drivers/mmc/card/
H A Dblock.c1572 * hosts, means that the complexity of dealing mmc_blk_rw_rq_prep()
1576 * that for hosts that don't expose MMC_CAP_CMD23, no mmc_blk_rw_rq_prep()
/linux-4.4.14/drivers/usb/dwc2/
H A Dcore.h626 * vast majority of OTG hosts, which need to connect to a
/linux-4.4.14/drivers/video/fbdev/
H A Dpm2fb.c401 * hosts, the on-chip aperture settings are used where set_aperture()
/linux-4.4.14/drivers/message/fusion/
H A Dmptspi.c1448 * see hosts.h :o( mptspi_probe()
/linux-4.4.14/drivers/net/wireless/iwlwifi/pcie/
H A Drx.c631 * Direct rx interrupts to hosts iwl_pcie_rx_hw_init()
/linux-4.4.14/drivers/net/hippi/
H A Drrunner.c193 * Need to add a case for little-endian 64-bit hosts here. rr_init_one()
/linux-4.4.14/drivers/block/
H A Dcciss_scsi.c1641 /* Need at least one of these error handlers to keep ../scsi/hosts.c from
/linux-4.4.14/arch/powerpc/kvm/
H A Dmpic.c140 * won't change when moving between 32 and 64 bit hosts.
/linux-4.4.14/drivers/s390/net/
H A Dqeth_l2_main.c2129 * currently registered hosts.
/linux-4.4.14/drivers/mtd/nand/brcmnand/
H A Dbrcmnand.c130 /* List of NAND hosts (one for each chip-select) */
/linux-4.4.14/drivers/memstick/core/
H A Dms_block.c135 * Therefore zone #0 hosts blocks 0-493, zone #1 blocks 494-988, etc...
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/
H A Dlmv_obd.c2054 * However, on hosts where the native VM page size (PAGE_CACHE_SIZE) is
/linux-4.4.14/drivers/scsi/bnx2i/
H A Dbnx2i_hwi.c2725 * maps connection's SQ and RQ doorbell registers, 5706/5708/5709 hosts these
/linux-4.4.14/drivers/scsi/fcoe/
H A Dfcoe.c2683 /* releases the associated fcoe hosts */ fcoe_exit()
/linux-4.4.14/drivers/net/ethernet/sun/
H A Dsunhme.c3100 /* works with this on non-sparc hosts */ happy_meal_pci_probe()
/linux-4.4.14/arch/x86/kernel/apic/
H A Dio_apic.c2 * Intel IO-APIC support for multi-Pentium hosts.
/linux-4.4.14/drivers/bluetooth/
H A Dbtusb.c2486 /* Found some of USB hosts have IOT issues with ours so that we should btusb_qca_send_vendor_req()
/linux-4.4.14/net/ceph/
H A Dmessenger.c31 * hosts in the system. The messenger provides ordered and reliable
/linux-4.4.14/include/rdma/
H A Dib_verbs.h2097 * fabrics, devices should resolve routes to other hosts by contacting the
/linux-4.4.14/drivers/net/fddi/
H A Ddefxx.c199 * 01 Jul 2014 macro Fixes for DMA on 64-bit hosts.
/linux-4.4.14/drivers/net/ethernet/neterion/vxge/
H A Dvxge-reg.h592 * little-endian hosts are handled by enabling hardware byte-swapping for
/linux-4.4.14/scripts/
H A Danalyze_suspend.py2875 # Detect all the USB hosts and devices currently connected and add
/linux-4.4.14/drivers/scsi/lpfc/
H A Dlpfc_scsi.c339 * lpfc_scsi_dev_block - set all scsi hosts to block state
H A Dlpfc_sli.c6387 * hosts requests. lpfc_sli4_hba_setup()
/linux-4.4.14/drivers/net/wireless/iwlegacy/
H A D4965-mac.c157 * Direct rx interrupts to hosts il4965_rx_init()
/linux-4.4.14/drivers/block/drbd/
H A Ddrbd_receiver.c615 * This is needed for multihomed hosts and to be drbd_try_connect()

Completed in 7120 milliseconds