Searched refs:indexes (Results 1 - 200 of 210) sorted by relevance

12

/linux-4.1.27/drivers/md/
H A Ddm-cache-block-types.h15 * It's helpful to get sparse to differentiate between indexes into the
16 * origin device, indexes into the cache device, and indexes into the
H A Ddm-table.c236 /* free the indexes */ dm_table_destroy()
981 sector_t *indexes; setup_indexes() local
983 /* allocate the space for *all* the indexes */ setup_indexes()
989 indexes = (sector_t *) dm_vcalloc(total, (unsigned long) NODE_SIZE); setup_indexes()
990 if (!indexes) setup_indexes()
995 t->index[i] = indexes; setup_indexes()
996 indexes += (KEYS_PER_NODE * t->counts[i]); setup_indexes()
1011 /* how many indexes will the btree have ? */ dm_table_build_index()
/linux-4.1.27/arch/powerpc/platforms/pseries/
H A Dpseries_energy.c41 const int *indexes; cpu_to_drc_index() local
49 indexes = of_get_property(dn, "ibm,drc-indexes", NULL); cpu_to_drc_index()
50 if (indexes == NULL) cpu_to_drc_index()
55 * The first element indexes[0] is the number of drc_indexes cpu_to_drc_index()
59 WARN_ON(i > indexes[0]); cpu_to_drc_index()
60 ret = indexes[i + 1]; cpu_to_drc_index()
74 const int *indexes; drc_index_to_cpu() local
81 indexes = of_get_property(dn, "ibm,drc-indexes", NULL); drc_index_to_cpu()
82 if (indexes == NULL) drc_index_to_cpu()
89 for (i = 0; i < indexes[0]; i++) { drc_index_to_cpu()
90 if (indexes[i + 1] == drc_index) drc_index_to_cpu()
/linux-4.1.27/drivers/pci/hotplug/
H A Drpaphp_core.c174 const int *indexes, *names, *types, *domains; get_children_props() local
176 indexes = of_get_property(dn, "ibm,drc-indexes", NULL); get_children_props()
181 if (!indexes || !names || !types || !domains) { get_children_props()
186 *drc_indexes = indexes; get_children_props()
206 const int *indexes, *names; rpaphp_get_drc_props() local
218 rc = get_children_props(dn->parent, &indexes, &names, &types, &domains); rpaphp_get_drc_props()
227 for (i = 0; i < be32_to_cpu(indexes[0]); i++) { rpaphp_get_drc_props()
228 if ((unsigned int) indexes[i + 1] == *my_index) { rpaphp_get_drc_props()
263 * @indexes: passed to get_children_props()
273 static int is_php_dn(struct device_node *dn, const int **indexes, is_php_dn() argument
279 rc = get_children_props(dn, indexes, names, &drc_types, power_domains); is_php_dn()
311 const int *indexes, *names, *types, *power_domains; rpaphp_add_slot() local
318 if (!is_php_dn(dn, &indexes, &names, &types, &power_domains)) rpaphp_add_slot()
326 for (i = 0; i < be32_to_cpu(indexes[0]); i++) { rpaphp_add_slot()
329 index = be32_to_cpu(indexes[i + 1]); rpaphp_add_slot()
/linux-4.1.27/arch/x86/kernel/cpu/
H A Dperf_event_amd_iommu.h15 /* iommu pc mmio region register indexes */
/linux-4.1.27/sound/pci/echoaudio/
H A Ddarla20.c24 /* Pipe indexes */
31 /* Bus indexes */
H A Ddarla24.c28 /* Pipe indexes */
35 /* Bus indexes */
H A Decho3g.c35 /* Pipe indexes */
42 /* Bus indexes */
H A Dgina20.c28 /* Pipe indexes */
35 /* Bus indexes */
H A Dindigo.c26 /* Pipe indexes */
33 /* Bus indexes */
H A Dindigodj.c26 /* Pipe indexes */
33 /* Bus indexes */
H A Dindigodjx.c26 /* Pipe indexes */
33 /* Bus indexes */
H A Dindigoio.c27 /* Pipe indexes */
34 /* Bus indexes */
H A Dindigoiox.c27 /* Pipe indexes */
34 /* Bus indexes */
H A Dlayla20.c33 /* Pipe indexes */
40 /* Bus indexes */
H A Dmia.c34 /* Pipe indexes */
41 /* Bus indexes */
H A Dgina24.c34 /* Pipe indexes */
41 /* Bus indexes */
H A Dlayla24.c35 /* Pipe indexes */
42 /* Bus indexes */
H A Dmona.c32 /* Pipe indexes */
39 /* Bus indexes */
H A Dechoaudio.h393 /* External module -dependent pipe and bus indexes */
473 /* Pipe and bus indexes. PX_* and BX_* are defined as chip->px_* and chip->bx_*
/linux-4.1.27/drivers/net/ethernet/3com/
H A Dtyphoon.c244 struct typhoon_indexes indexes __3xp_aligned;
269 struct typhoon_indexes *indexes; member in struct:typhoon
485 struct typhoon_indexes *indexes = tp->indexes; typhoon_process_response() local
492 cleared = le32_to_cpu(indexes->respCleared); typhoon_process_response()
493 ready = le32_to_cpu(indexes->respReady); typhoon_process_response()
535 indexes->respCleared = cpu_to_le32(cleared); typhoon_process_response()
555 int cmdCleared = le32_to_cpu(tp->indexes->cmdCleared); typhoon_num_free_cmd()
563 int respReady = le32_to_cpu(tp->indexes->respReady); typhoon_num_free_resp()
564 int respCleared = le32_to_cpu(tp->indexes->respCleared); typhoon_num_free_resp()
580 struct typhoon_indexes *indexes = tp->indexes; typhoon_issue_command() local
654 if(indexes->respCleared != indexes->respReady) typhoon_issue_command()
683 if(indexes->respCleared != indexes->respReady) typhoon_issue_command()
1188 shared_dma = tp->shared_dma + shared_offset(indexes); typhoon_init_interface()
1223 tp->indexes = &tp->shared->indexes; typhoon_init_interface()
1251 memset(tp->indexes, 0, sizeof(struct typhoon_indexes)); typhoon_init_rings()
1558 struct typhoon_indexes *indexes = tp->indexes; typhoon_recycle_rx_skb() local
1564 le32_to_cpu(indexes->rxBuffCleared)) { typhoon_recycle_rx_skb()
1579 indexes->rxBuffReady = cpu_to_le32(ring->lastWrite); typhoon_recycle_rx_skb()
1585 struct typhoon_indexes *indexes = tp->indexes; typhoon_alloc_rx_skb() local
1595 le32_to_cpu(indexes->rxBuffCleared)) typhoon_alloc_rx_skb()
1624 indexes->rxBuffReady = cpu_to_le32(ring->lastWrite); typhoon_alloc_rx_skb()
1723 struct typhoon_indexes *indexes = tp->indexes; typhoon_poll() local
1727 if(!tp->awaiting_resp && indexes->respReady != indexes->respCleared) typhoon_poll()
1730 if(le32_to_cpu(indexes->txLoCleared) != tp->txLoRing.lastRead) typhoon_poll()
1731 typhoon_tx_complete(tp, &tp->txLoRing, &indexes->txLoCleared); typhoon_poll()
1735 if(indexes->rxHiCleared != indexes->rxHiReady) { typhoon_poll()
1736 work_done += typhoon_rx(tp, &tp->rxHiRing, &indexes->rxHiReady, typhoon_poll()
1737 &indexes->rxHiCleared, budget); typhoon_poll()
1740 if(indexes->rxLoCleared != indexes->rxLoReady) { typhoon_poll()
1741 work_done += typhoon_rx(tp, &tp->rxLoRing, &indexes->rxLoReady, typhoon_poll()
1742 &indexes->rxLoCleared, budget - work_done); typhoon_poll()
1745 if(le32_to_cpu(indexes->rxBuffCleared) == tp->rxBuffRing.lastWrite) { typhoon_poll()
1953 struct typhoon_indexes *indexes = tp->indexes; typhoon_stop_runtime() local
1972 if(indexes->txLoCleared == cpu_to_le32(txLo->lastWrite)) typhoon_stop_runtime()
2003 if(indexes->txLoCleared != cpu_to_le32(txLo->lastWrite)) { typhoon_stop_runtime()
2004 indexes->txLoCleared = cpu_to_le32(txLo->lastWrite); typhoon_stop_runtime()
2005 typhoon_clean_tx(tp, &tp->txLoRing, &indexes->txLoCleared); typhoon_stop_runtime()
2022 typhoon_clean_tx(tp, &tp->txLoRing, &tp->indexes->txLoCleared); typhoon_tx_timeout()
/linux-4.1.27/fs/squashfs/
H A Did.c27 * For space efficiency regular files store uid and gid indexes, which are
66 * Read uncompressed id lookup table indexes from disk into memory
H A Dxattr_id.c64 * Read uncompressed xattr id lookup table indexes from disk into memory
H A Dfragment.c71 * Read the uncompressed fragment lookup table indexes off disk into memory
H A Dexport.c121 * Read uncompressed inode lookup table indexes off disk into memory
H A Dnamei.c43 * file lookup. Directory indexes store one entry per metablock, each entry
H A Dfile.c354 * extra block indexes needed. read_blocklist()
/linux-4.1.27/arch/mips/include/asm/
H A Drtlx.h73 /* read and write indexes per buffer */
/linux-4.1.27/sound/pci/au88x0/
H A Dau88x0_wt.h36 /* Numeric indexes used by SetReg() and GetReg() */
/linux-4.1.27/arch/tile/include/arch/
H A Dmpipe.h55 /* This field of the address indexes the 32 entry service domain table. */
132 /* This field of the address indexes the 32 entry service domain table. */
256 /* This field of the address indexes the 32 entry service domain table. */
/linux-4.1.27/arch/cris/arch-v32/mach-fs/
H A Darbiter.c79 * client indexes. Then it's fed to the hardware. crisv32_arbiter_config()
100 * indexes and zero-bandwidth clients at high crisv32_arbiter_config()
101 * indexes. (Note that this spreading can only affect the crisv32_arbiter_config()
/linux-4.1.27/drivers/staging/ft1000/ft1000-usb/
H A Dft1000_usb.h44 /* the indexes are swapped comparing to PCMCIA - is it OK or a bug? */
/linux-4.1.27/include/media/
H A Dv4l2-of.h29 * @data_lanes: an array of physical data lane indexes
/linux-4.1.27/arch/powerpc/boot/
H A Delf.h116 #define EI_MAG0 0 /* e_ident[] indexes */
/linux-4.1.27/arch/powerpc/include/uapi/asm/
H A Dsigcontext.h40 * indexes 0-31 contain the corresponding vector registers. The entry with
H A Delf.h136 * The entries with indexes 0-31 contain the corresponding vector registers.
/linux-4.1.27/arch/m68k/include/asm/
H A Dmacints.h35 * has eight indexes (base -> base+7).
/linux-4.1.27/fs/ext2/
H A Dxattr.h18 /* Name indexes */
/linux-4.1.27/fs/ext3/
H A Dxattr.h17 /* Name indexes */
/linux-4.1.27/fs/ext4/
H A Dxattr.h17 /* Name indexes */
H A Dext4_extents.h95 * Each block (leaves and indexes), even inode-stored has header.
H A Dextents.c1075 ext_debug("allocate %d blocks for indexes/leaf\n", depth - at); ext4_ext_split()
1149 /* create intermediate indexes */ ext4_ext_split()
1196 /* start copy indexes */ ext4_ext_split()
1302 /* old root could have indexes or leaves ext4_ext_grow_indepth()
1654 * then we have to correct all indexes above.
1699 /* change all left-side indexes */ ext4_ext_correct_indexes()
2131 /* time to correct all indexes above */ ext4_ext_insert_extent()
2985 /* save actual number of indexes since this ext4_ext_remove_space()
/linux-4.1.27/fs/f2fs/
H A Dxattr.h29 /* Name indexes */
/linux-4.1.27/lib/zlib_inflate/
H A Dinftrees.h17 table that indexes more bits of the code. op indicates whether
/linux-4.1.27/drivers/net/wireless/prism54/
H A Dislpci_dev.h126 /* Each queue has three indexes:
129 * All indexes are ever-increasing, but interpreted modulo the
H A Dislpci_dev.c572 /* clear the indexes in the frame pointer */ islpci_reset()
592 * set the corresponding indexes in the Control Block */ islpci_reset()
/linux-4.1.27/include/crypto/
H A Dgf128mul.h135 On little endian machines the bit indexes translate into the bit
146 On big endian machines the bit indexes translate into the bit
/linux-4.1.27/drivers/xen/xenbus/
H A Dxenbus_comms.c111 /* Read indexes, then verify. */ xb_write()
168 /* Read indexes, then verify. */ xb_read()
/linux-4.1.27/arch/cris/arch-v32/mach-a3/
H A Darbiter.c142 * client indexes. Then it's fed to the hardware. crisv32_arbiter_config()
163 * indexes and zero-bandwidth clients at high crisv32_arbiter_config()
164 * indexes. (Note that this spreading can only affect the crisv32_arbiter_config()
/linux-4.1.27/drivers/isdn/sc/
H A Dmessage.h231 * indexes and other data. This structure is its template
/linux-4.1.27/drivers/misc/mic/host/
H A Dmic_intr.h56 * @intr_start_idx: Contains the starting indexes of the
/linux-4.1.27/drivers/regulator/
H A Dda9063-regulator.c139 Entry indexes corresponds to register values. */
146 Entry indexes corresponds to register values. */
153 Entry indexes corresponds to register values. */
160 Entry indexes corresponds to register values. */
/linux-4.1.27/drivers/staging/media/dt3155v4l/
H A Ddt3155v4l.h58 /* DT3155 Internal Registers indexes (i2c/IIC mapped) */
/linux-4.1.27/arch/x86/include/uapi/asm/
H A Dprocessor-flags.h134 * NSC/Cyrix CPU configuration register indexes
/linux-4.1.27/arch/arc/include/asm/
H A Dperf_event.h79 * ARC PCT has hardware conditions with fixed "names" but variable "indexes"
/linux-4.1.27/security/apparmor/include/
H A Dmatch.h54 * ID's as indexes.
/linux-4.1.27/include/linux/
H A Diocontext.h59 * itself is protected by q lock. However, both the indexes and icq
H A Drmap.h70 * The "rb" field indexes on an interval tree the anon_vma_chains
H A Duwb.h237 * indexes (UWB_NUM_GLOBAL_STREAMS) are reserved for this.
H A Ddmaengine.h57 * enum dma_transaction_type - DMA transaction types/indexes
/linux-4.1.27/arch/x86/um/
H A Dtls_32.c371 * This code is really i386-only, but it detects and logs x86_64 GDT indexes
388 printk(KERN_CONT " (GDT indexes %d to %d)\n", __setup_host_supports_tls()
/linux-4.1.27/include/uapi/linux/
H A Delf.h290 /* special section indexes */
325 #define EI_MAG0 0 /* e_ident[] indexes */
H A Dvirtio_ring.h167 * event indexes in virtio start at 0. */ vring_need_event()
H A Dixjuser.h318 * table indexes are used in a cadence the frequency and gain variables will
325 * of different frequencies MUST use different tone table indexes. Only one
327 * cadences with multiple frequencies using 2 tone table indexes by
H A Dvfio.h221 * indexes, but VFIO needs to enable a specific number of vectors
/linux-4.1.27/include/xen/interface/io/
H A Dring.h23 * ring and indexes (_sz), and the name tag of the request/response structure.
139 /* Initialize to existing shared indexes -- for recovery */
H A Dblkif.h132 * NB. This could be 12 if the ring indexes weren't stored in the same page.
/linux-4.1.27/arch/powerpc/kvm/
H A Dbook3s_hv_rm_mmu.c462 long int i, j, k, n, found, indexes[4]; kvmppc_h_bulk_remove() local
537 indexes[n] = j; kvmppc_h_bulk_remove()
551 j = indexes[k]; kvmppc_h_bulk_remove()
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl.h43 * All the vsi indexes are relative to the VF. Each VF can have maximum of
44 * three VSIs. All the queue indexes are relative to the VSI. Each VF can
H A Di40e_txrx.h62 /* these are indexes into ITRN registers */
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
H A Di40e_virtchnl.h43 * All the vsi indexes are relative to the VF. Each VF can have maximum of
44 * three VSIs. All the queue indexes are relative to the VSI. Each VF can
H A Di40e_txrx.h62 /* these are indexes into ITRN registers */
/linux-4.1.27/drivers/isdn/hysdn/
H A Dhysdn_net.c46 int in_idx, out_idx; /* indexes to buffer ring */
H A Dhysdn_defs.h206 int in_idx, out_idx; /* indexes to buffer ring */
/linux-4.1.27/arch/x86/include/asm/
H A Dsegment.h210 /* TLS indexes for 64-bit - hardcoded in arch_prctl(): */
/linux-4.1.27/include/net/
H A Dllc_c_ev.h97 * these constants act as indexes into the Event Qualifier function
/linux-4.1.27/include/net/nfc/
H A Dhci.h193 /* Host Controller Gates and registry indexes */
/linux-4.1.27/arch/mips/kernel/
H A Drtlx.c223 * Never fill the buffer completely, so indexes are always write_spacefree()
H A Dperf_event_mipsxx.c60 * CNTR_EVEN indicates the indexes of the counters to be used are
/linux-4.1.27/arch/powerpc/include/asm/
H A Dfadump.h147 * variable at their respective indexes.
H A Dkvm_host.h194 * ring are 32-bit HPTE indexes, to save space.
/linux-4.1.27/arch/arm/kernel/
H A Ddevtree.c129 * logical id 0. Other CPUs get sequential indexes starting for_each_child_of_node()
/linux-4.1.27/arch/arc/kernel/
H A Dperf_event.c306 /* loop thru all available h/w condition indexes */ arc_pmu_device_probe()
H A Dsignal.c37 * This was cauing TLB entries to be overwritten on unrelated indexes
/linux-4.1.27/fs/exofs/
H A Dcommon.h249 * are device indexes of the devices in the global table
/linux-4.1.27/sound/soc/intel/common/
H A Dsst-acpi.c43 /* Platform resource indexes. Must set to -1 if not used */
/linux-4.1.27/fs/ntfs/
H A Dlayout.h229 and two indexes into the descriptors.
493 * The collation rules for sorting views/indexes/etc (32-bit).
845 index, quota index, one of the security indexes or the encrypting
846 filesystem related indexes). */
1802 * does, however, contain two indexes ($SDH and $SII) as well as a named data
1830 * added to the $SDH and $SII indexes.
1838 * This is also the index entry data part of both the $SII and $SDH indexes.
1966 INDEX_NODE = 1, /* This node indexes other nodes, i.e. it is not a leaf
1974 * This is the header for indexes, describing the INDEX_ENTRY records, which
2023 for view indexes. No other values
2126 * The system file FILE_Extend/$Quota contains two indexes $O and $Q. Quotas
2203 indexes. */
2205 struct { /* Used for views/indexes to find the entry's data. */
2238 indexes. */
2240 struct { /* Used for views/indexes to find the entry's data. */
/linux-4.1.27/drivers/mmc/host/
H A Dcb710-mmc.c38 * indexes 1-7 work as written in the table cb710_mmc_select_clock_divider()
39 * indexes 0,8-15 give no clock output cb710_mmc_select_clock_divider()
/linux-4.1.27/drivers/scsi/qla4xxx/
H A Dql4_def.h707 uint16_t request_in; /* Current indexes. */
714 uint16_t aen_in; /* Current indexes */
/linux-4.1.27/drivers/clk/bcm/
H A Dclk-kona.h331 * names, and refer to them later using indexes into that array.
333 * index values in order to map between these common clock indexes
H A Dclk-kona-setup.c633 * indexes the common clock code uses and the selector clk_sel_setup()
/linux-4.1.27/fs/
H A Dmbcache.c14 * Additional indexes need not be unique in this sense. The number of
15 * additional indexes (=other criteria) can be hardwired at compile time
H A Dpipe.c980 * and adjust the indexes. pipe_set_size()
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
H A Drs.h51 * These serve as indexes into
H A Dcommands.h863 * Some indexes have special purposes (IWL_AP_ID, index 0, is for AP).
1565 * this table will set that up, by indicating the indexes in the
3003 #define HD_MIN_ENERGY_CCK_DET_INDEX (0) /* table indexes */
/linux-4.1.27/drivers/staging/wlan-ng/
H A Dp80211types.h61 /* The following constants are indexes into the Mib Category List */
/linux-4.1.27/drivers/watchdog/
H A Dmachzwd.c56 /* indexes */ /* size */
H A Dsc1200wdt.c58 /* Data Register indexes */
/linux-4.1.27/arch/arm/mach-ixp4xx/
H A Dcommon-pci.c186 * 0 and 3 are not valid indexes...
/linux-4.1.27/Documentation/DocBook/media/
H A DMakefile2 # Media build rules - Auto-generates media contents/indexes and *.h xml's
/linux-4.1.27/drivers/lguest/
H A Dlguest_user.c115 /* Watch out for arbitrary vcpu indexes! */ read()
/linux-4.1.27/drivers/misc/vmw_vmci/
H A Dvmci_doorbell.c78 * indexes round robin based on last_notify_idx_reserved.
H A Dvmci_queue_pair.c2894 * vmci_qpair_get_produce_indexes() - Retrieves the indexes of the producer.
2899 * This is the client interface for getting the current indexes of the
2931 * vmci_qpair_get_consume_indexes() - Retrieves the indexes of the comsumer.
2936 * This is the client interface for getting the current indexes of the
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
H A Dfw-api-rs.h69 * These serve as indexes into
H A Dfw-api-scan.h347 * @ssid_bitmap: SSIDs indexes found in this iteration
H A Drs.c426 /* Expected TpT tables. 4 indexes:
/linux-4.1.27/drivers/gpio/
H A Dgpio-sx150x.c195 * whose indexes increase downwards. For example, with eight-bit registers,
/linux-4.1.27/drivers/char/mwave/
H A D3780i.h84 /* DSP register indexes used with the configuration register address (index) register */
/linux-4.1.27/include/video/
H A Dvga.h65 /* standard VGA indexes max counts */
/linux-4.1.27/fs/btrfs/
H A Ddir-item.c114 * both indexes. 'dir' indicates which objectid to insert it into,
H A Ddelayed-inode.c1709 * directory, nobody can delete any directory indexes now. btrfs_readdir_delayed_dir_index()
H A Dtransaction.c1948 * We insert the dir indexes of the snapshots and update the inode btrfs_commit_transaction()
/linux-4.1.27/lib/
H A Dflex_array.c56 * accesses any array indexes >=@total, it will produce errors.
/linux-4.1.27/net/sunrpc/xprtrdma/
H A Dxprt_rdma.h284 spinlock_t rb_lock; /* protects indexes */
/linux-4.1.27/drivers/iommu/
H A Dfsl_pamu.c29 /* define indexes for each operation mapping scenario */
385 pr_debug("spaace indexes exhausted\n"); pamu_config_ppaace()
H A Damd_iommu.c3917 /* Keep the first 32 indexes free for IOAPIC interrupts */ get_irq_table()
/linux-4.1.27/drivers/net/fddi/skfp/
H A Dpmf.c683 case SMT_P1020: /* port indexes */ smt_add_para()
929 case 'I' : /* for SET of port indexes */ smt_add_para()
/linux-4.1.27/drivers/net/wireless/zd1211rw/
H A Dzd_chip.h50 /* E2P_DATA indexes into this */
478 /* These are all bit indexes in CR_RTS_CTS_RATE, so remember to shift. */
/linux-4.1.27/net/mac80211/
H A Drc80211_minstrel_ht.c532 /* Initialize global rate indexes */ minstrel_ht_update_stats()
547 /* (re)Initialize group rate indexes */ minstrel_ht_update_stats()
H A Drate.c617 * included in the configured mask and change the rate indexes rate_control_apply_mask()
H A Dieee80211_i.h905 /* bitmap of allowed (non-MCS) rate indexes for rate control */
/linux-4.1.27/mm/
H A Dswap.c1070 * ascending indexes. There may be holes in the indices due to
1119 * indexes. There may be holes in the indices due to not-present pages.
H A Dfilemap.c886 * index 10, page_cache_next_hole covering both indexes may return 10
927 * index 5, page_cache_prev_hole covering both indexes may return 5 if
1146 * with ascending indexes. There may be holes in the indices due to
1214 * indexes. There may be holes in the indices due to not-present pages.
H A Dmemblock.c793 * *@idx contains index into type_a and the upper 32bit indexes the
799 * The upper 32bit indexes the following regions.
/linux-4.1.27/drivers/net/wireless/iwlwifi/pcie/
H A Dtx.c97 * iwl_queue_init - Initialize queue's high/low-water and read/write indexes
404 * Does NOT advance any TFD circular buffer read/write indexes
554 /* Initialize queue's high/low-water marks, and head/tail indexes */ iwl_pcie_txq_init()
H A Drx.c52 * of indexes into the circular buffer.
82 * 'processed' and 'read' driver indexes as well)
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_hdr.h540 * which can be read by the Phantom host to get producer/consumer indexes from
/linux-4.1.27/drivers/net/fddi/skfp/h/
H A Dcmtdef.h129 * indexes in MIB
/linux-4.1.27/drivers/scsi/lpfc/
H A Dlpfc_sli4.h248 unsigned long *fcf_rr_bmask; /* Eligible FCF indexes for RR failover */
/linux-4.1.27/drivers/net/wireless/iwlwifi/
H A Diwl-fh.h198 * and "read" indexes; that is, make sure that there are no more than 254
/linux-4.1.27/drivers/net/wireless/rt2x00/
H A Drt2800mmio.c811 * Reset DMA indexes rt2800mmio_init_registers()
/linux-4.1.27/drivers/rapidio/devices/
H A Dtsi721.h762 /* MSI-X vector and init table entry indexes */
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c307 /* 0-based channel indexes */ wil_cfg80211_scan()
/linux-4.1.27/drivers/infiniband/hw/nes/
H A Dnes_hw.h1265 u8 netdev_index; /* might not be needed, indexes nesdev->netdev */
/linux-4.1.27/arch/x86/kernel/
H A Dprocess_64.c357 * new indexes are zero and the new base is nonzero -- it will __switch_to()
/linux-4.1.27/arch/mips/include/asm/octeon/
H A Dcvmx-pko.h45 * - PKO indexes are no longer stored in the FAU. A large
H A Dcvmx-pow.h404 * indexes rather than indexes for the specified qos
412 * local indexes for the specified qos level.
/linux-4.1.27/drivers/hid/
H A Dhid-sensor-custom.c622 /* For power or report field store indexes */ hid_sensor_custom_add_attributes()
H A Dhid-multitouch.c501 /* Ignore if indexes are out of bounds. */ mt_touch_input_mapping()
H A Dhid-core.c846 * hid_validate_values - validate existing device report's value indexes
/linux-4.1.27/include/sound/
H A Dwavefront.h173 /* slot indexes for struct address_info: makes code a little more mnemonic */
H A Dac97_codec.h412 /* rates indexes */
/linux-4.1.27/net/sched/
H A Dsch_sfq.c95 * Small indexes [0 ... SFQ_MAX_FLOWS - 1] are 'pointers' to slots[] array
H A Dsch_qfq.c123 * Possible group states. These values are used as indexes for the bitmaps
/linux-4.1.27/security/tomoyo/
H A Dcondition.c189 * Return true only if all unchecked indexes in tomoyo_scan_bprm()
/linux-4.1.27/sound/pci/ice1712/
H A Dmaya44.c36 /* WM8776 register indexes */
/linux-4.1.27/drivers/staging/lustre/lustre/include/
H A Ddt_object.h221 /* index features supported by the quota global indexes */
224 /* index features supported by the quota slave indexes */
/linux-4.1.27/drivers/hwmon/
H A Df71882fg.c382 * temperature indexes start at 0 (the others start at 1)
497 * Also like the f71858fg its temperature indexes start at 0
H A Dadt7475.c38 * numbers above, these are not also indexes into an array
/linux-4.1.27/drivers/scsi/libsas/
H A Dsas_expander.c1420 SAS_DPRINTK("overflow of indexes: dev %016llx " sas_configure_present()
1491 SAS_DPRINTK("overflow of indexes: dev %016llx phy 0x%x " sas_configure_set()
/linux-4.1.27/scripts/dtc/libfdt/
H A Dlibfdt.h1030 * therefore change the indexes of some entries in the table.
1054 * therefore change the indexes of some entries in the table.
/linux-4.1.27/drivers/mtd/nand/
H A Dfsmc_nand.c834 * uint64_t array and error offset indexes are populated in err_idx fsmc_bch8_correct_data()
/linux-4.1.27/drivers/net/ethernet/nxp/
H A Dlpc_eth.c949 /* Get the current RX buffer indexes */ __lpc_handle_recv()
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_hdr.h798 * which can be read by the Phantom host to get producer/consumer indexes from
/linux-4.1.27/drivers/net/wireless/ath/ath5k/
H A Drfbuffer.h100 * enum ath5k_rf_regs_idx - Map RF registers to indexes
/linux-4.1.27/drivers/net/ethernet/xilinx/
H A Dll_temac_main.c299 /* Init descriptor indexes */ temac_dma_bd_init()
H A Dxilinx_axienet_main.c196 /* Reset the indexes which are used for accessing the BDs */ axienet_dma_bd_init()
/linux-4.1.27/drivers/scsi/aic94xx/
H A Daic94xx_hwi.c1246 * increment pending, add those to the pending list or get indexes.
/linux-4.1.27/drivers/scsi/bnx2i/
H A Dbnx2i.h625 * below holds queue memory, consumer/producer indexes and page table
H A Dbnx2i_hwi.c1055 * as producer/consumer indexes/pointers, queue sizes and page table
/linux-4.1.27/drivers/staging/comedi/
H A Dcomedi.h43 * The following indexes in the config options were used by
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
H A Ddt_object.c575 /* accounting indexes */
/linux-4.1.27/drivers/nfc/
H A Dport100.c108 * @in_*_set_number: Represent the entry indexes in the port-100 RF Base Table.
/linux-4.1.27/arch/sparc/kernel/
H A Dperf_event.c1222 * on success. These are pending indexes. When the events are
/linux-4.1.27/drivers/acpi/acpica/
H A Daclocal.h212 /* Predefined (fixed) table indexes */
/linux-4.1.27/drivers/uwb/
H A Drsv.c144 * the stream is allocated from a pool of per-RC stream indexes,
/linux-4.1.27/arch/powerpc/perf/
H A Dhv-24x7.c80 * - y = indexes in the domain (core, chip, vcpu, node, etc)
/linux-4.1.27/fs/befs/
H A Dbtree.c74 * In order to be used for other BFS indexes, it needs to be extended to handle
/linux-4.1.27/kernel/rcu/
H A Dsrcu.c456 * Wait for the count to drain to zero of both indexes. To avoid the
/linux-4.1.27/include/acpi/
H A Dactypes.h109 * indexes. The types are similar to the size_t type in the C library and are
/linux-4.1.27/drivers/net/wireless/ipw2x00/
H A Dipw2100.c127 - Access to the firmware read/write indexes for the BD queues
1268 /* Clear the Tx, Rx and Msg queues and the r/w indexes ipw2100_start_adapter()
2664 * In between the W and R indexes are the RBDs that have been received
2801 * In between the W and R indexes are the TBDs that have NOT been
3021 * maintained between the r and w indexes ipw2100_tx_send_commands()
3093 * maintained between the r and w indexes ipw2100_tx_send_data()
/linux-4.1.27/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c155 * Twin adapters will use indexes 0-7 for channel 0, and indexes 8-15
H A Daic79xx_osm.c83 * Twin adapters will use indexes 0-7 for channel 0, and indexes 8-15
/linux-4.1.27/drivers/net/ethernet/brocade/bna/
H A Dbna_tx_rx.c2370 /* Initialize producer/consumer indexes */ bna_bfi_rx_enet_start_rsp()
3609 /* Initialize producer/consumer indexes */ bna_bfi_tx_enet_start_rsp()
/linux-4.1.27/drivers/infiniband/hw/mlx4/
H A Dqp.c2185 * indexes don't necessarily match the hw ones, so build_mlx_header()
2225 * indexes don't necessarily match the hw ones, so build_mlx_header()
/linux-4.1.27/drivers/net/wimax/i2400m/
H A Dtx.c430 * The indexes keep increasing and we reset them to zero when we
/linux-4.1.27/drivers/staging/iio/adc/
H A Dmxs-lradc.c1408 /* Hidden channel to keep indexes */
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/
H A Ddma.c186 /* macros to convert between byte offsets and indexes */
/linux-4.1.27/drivers/net/wireless/cw1200/
H A Dwsm.h339 /* Key indexes */
/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_atomic.c590 * Note that we only grab the indexes once we have the right lock to drm_atomic_get_connector_state()
/linux-4.1.27/drivers/bus/
H A Darm-cci.c1076 * by computing number of bits required for port indexes.
/linux-4.1.27/drivers/isdn/mISDN/
H A Ddsp_cmx.c1366 /* set pointers, indexes and stuff */
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_pf.c731 /* loop through remaining indexes assigning all to queue 0 */ fm10k_iov_assign_resources_pf()
/linux-4.1.27/drivers/media/usb/uvc/
H A Duvc_video.c1756 * indexes to zero. The UVC standard doesn't clearly make this a spec
/linux-4.1.27/drivers/tty/hvc/
H A Dhvcs.c109 * change resulted in a list of ints that denotes which indexes are available.
/linux-4.1.27/drivers/infiniband/core/
H A Dcm.c85 /* Counter indexes ordered by attribute ID */
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ethtool.c2610 /* Don't allow indexes to exist outside of available space */ ixgbe_add_ethtool_fdir_entry()
/linux-4.1.27/drivers/media/platform/am437x/
H A Dam437x-vpfe.c2331 /* setup the supported formats & indexes */ vpfe_async_bound()
/linux-4.1.27/drivers/target/
H A Dtarget_core_transport.c195 /* This code ensures unique mib indexes are handed out. */
/linux-4.1.27/arch/mips/kvm/
H A Demulate.c1607 * ways/indexes kvm_mips_emulate_cache()
/linux-4.1.27/kernel/printk/
H A Dprintk.c333 * If the buffer is empty, we must respect the position of the indexes.
/linux-4.1.27/tools/testing/ktest/
H A Dktest.pl2216 # using distcc, some compilers give different indexes
/linux-4.1.27/drivers/net/ethernet/agere/
H A Det131x.c352 u32 index; /* Ring indexes */
/linux-4.1.27/drivers/net/ethernet/natsemi/
H A Dnatsemi.c3039 /* eeprom_read reads 16 bits, and indexes by 16 bits */ netdev_get_eeprom()
/linux-4.1.27/drivers/net/ethernet/qlogic/qlge/
H A Dqlge_main.c515 /* The NIC function for this chip has 16 routing indexes. Each one can be used
/linux-4.1.27/drivers/scsi/
H A Dscsi_debug.c220 /* SCSI opcodes (first byte of cdb) mapped onto these indexes */
/linux-4.1.27/drivers/net/ethernet/broadcom/
H A Dcnic.c4802 * the Send Queue or Receive Queue producer indexes of the kernel cnic_start_bnx2_hw()
/linux-4.1.27/drivers/block/
H A Dcciss.c2129 * If there are no available indexes or if tha allocation fails, then -1
/linux-4.1.27/drivers/tty/serial/8250/
H A D8250_pci.c4009 * Now guess if we've got a board which indexes by BARs. serial_pci_guess_board()
/linux-4.1.27/drivers/usb/host/
H A Dxhci-ring.c1438 * and usb2_ports are 0-based indexes. Count the number of similar find_faked_portnum_from_hw_portnum()

Completed in 7709 milliseconds

12