Searched refs:start_idx (Results 51 - 75 of 76) sorted by path

1234

/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dscan.c1448 u8 start_idx; member in struct:iwl_mvm_scan_channel_segment
1458 .start_idx = 0,
1466 .start_idx = 14,
1474 .start_idx = 42,
1482 .start_idx = 51,
1511 index = scan_channel_segments[i].start_idx + ch_offset;
/linux-master/drivers/net/wireless/realtek/rtlwifi/
H A Dwifi.h1386 u16 start_idx; member in struct:rtl_ht_agg
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c8373 u8 len, u8 seg_len, u8 start_idx, u8 ring_len)
8381 cur_index = (start_idx + i) % ring_len;
8400 u8 start_idx; local
8404 start_idx = dm->dm_step.step_ov ? dm->dm_step.step_pos : 0;
8406 seq_print_segment(m, "[dm_steps]", dm->dm_step.step, len, 6, start_idx,
8372 seq_print_segment(struct seq_file *m, const char *prefix, u16 *data, u8 len, u8 seg_len, u8 start_idx, u8 ring_len) argument
H A Dpci.c1545 [RTW89_TXCH_ACH0] = {.start_idx = 0, .max_num = 5, .min_num = 2},
1546 [RTW89_TXCH_ACH1] = {.start_idx = 5, .max_num = 5, .min_num = 2},
1547 [RTW89_TXCH_ACH2] = {.start_idx = 10, .max_num = 5, .min_num = 2},
1548 [RTW89_TXCH_ACH3] = {.start_idx = 15, .max_num = 5, .min_num = 2},
1549 [RTW89_TXCH_ACH4] = {.start_idx = 20, .max_num = 5, .min_num = 2},
1550 [RTW89_TXCH_ACH5] = {.start_idx = 25, .max_num = 5, .min_num = 2},
1551 [RTW89_TXCH_ACH6] = {.start_idx = 30, .max_num = 5, .min_num = 2},
1552 [RTW89_TXCH_ACH7] = {.start_idx = 35, .max_num = 5, .min_num = 2},
1553 [RTW89_TXCH_CH8] = {.start_idx = 40, .max_num = 5, .min_num = 1},
1554 [RTW89_TXCH_CH9] = {.start_idx
[all...]
H A Dpci.h1239 u8 start_idx; member in struct:rtw89_pci_bd_ram
/linux-master/drivers/net/wireless/silabs/wfx/
H A Dscan.c40 static int send_scan_req(struct wfx_vif *wvif, struct cfg80211_scan_request *req, int start_idx) argument
46 for (i = start_idx; i < req->n_channels; i++) {
47 ch_start = req->channels[start_idx];
58 ret = wfx_hif_scan(wvif, req, start_idx, i - start_idx);
76 } else if (wvif->scan_nb_chan_done > i - start_idx) {
81 if (req->channels[start_idx]->max_power != vif->bss_conf.txpower)
/linux-master/drivers/perf/
H A Darm_dmc620_pmu.c296 int idx, start_idx, end_idx; local
299 start_idx = 0;
302 start_idx = DMC620_PMU_CLKDIV2_MAX_COUNTERS;
306 for (idx = start_idx; idx < end_idx; ++idx) {
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_init.c15763 unsigned int start_idx; local
15773 start_idx = (unsigned int)atomic_read(&phba->dbg_log_idx) % DBG_LOG_SZ;
15777 temp_idx = start_idx;
15782 if ((start_idx + dbg_cnt) > (DBG_LOG_SZ - 1)) {
15783 temp_idx = (start_idx + dbg_cnt) % DBG_LOG_SZ;
15785 if (start_idx < dbg_cnt)
15786 start_idx = DBG_LOG_SZ - (dbg_cnt - start_idx);
15788 start_idx -= dbg_cnt;
15792 start_idx, temp_id
[all...]
/linux-master/drivers/vdpa/
H A Dvdpa.c832 int start_idx; member in struct:vdpa_dev_dump_info
844 if (info->idx < info->start_idx) {
863 info.start_idx = cb->args[0];
1372 if (info->idx < info->start_idx) {
1393 info.start_idx = cb->args[0];
/linux-master/drivers/xen/
H A Dgrant-table.c1445 static int gnttab_map(unsigned int start_idx, unsigned int end_idx) argument
1472 } while (i-- > start_idx);
/linux-master/fs/bcachefs/
H A Dbtree_io.c301 unsigned start_idx,
307 struct bset *start_bset = bset(b, &b->set[start_idx]);
310 unsigned i, u64s = 0, bytes, shift = end_idx - start_idx - 1;
311 bool sorting_entire_node = start_idx == 0 &&
316 for (t = b->set + start_idx;
344 for (t = b->set + start_idx; t < b->set + end_idx; t++)
369 for (i = start_idx + 1; i < end_idx; i++)
370 b->nr.bset_u64s[start_idx] +=
375 for (i = start_idx + 1; i < b->nsets; i++) {
383 set_btree_bset_end(b, &b->set[start_idx]);
300 btree_node_sort(struct bch_fs *c, struct btree *b, unsigned start_idx, unsigned end_idx) argument
[all...]
/linux-master/fs/
H A Ddax.c683 pgoff_t start_idx = start >> PAGE_SHIFT; local
685 XA_STATE(xas, &mapping->i_pages, start_idx);
713 unmap_mapping_pages(mapping, start_idx, end_idx - start_idx + 1, 0);
/linux-master/fs/f2fs/
H A Dcompress.c963 unsigned int start_idx = cluster_idx << local
968 ret = f2fs_get_dnode_of_data(&dn, start_idx, LOOKUP_NODE);
1072 pgoff_t start_idx = start_idx_of_cluster(cc); local
1076 ret = f2fs_is_compressed_cluster(cc->inode, start_idx);
1086 page = f2fs_pagecache_get_page(mapping, start_idx + i,
1119 page = find_lock_page(mapping, start_idx + i);
1192 pgoff_t start_idx = from >> (PAGE_SHIFT + log_cluster_size) << local
1196 err = f2fs_is_compressed_cluster(inode, start_idx);
1206 start_idx, &fsdata);
1231 f2fs_compress_write_end(inode, fsdata, start_idx, tru
1262 pgoff_t start_idx = start_idx_of_cluster(cc); local
1661 pgoff_t start_idx = start_idx_of_cluster(cc); local
[all...]
H A Ddata.c2187 unsigned int start_idx = cc->cluster_idx << cc->log_cluster_size; local
2225 if (f2fs_lookup_read_extent_cache(inode, start_idx, &ei))
2232 ret = f2fs_get_dnode_of_data(&dn, start_idx, LOOKUP_NODE);
3785 sector_t start_idx, blknr = 0; local
3788 start_idx = round_down(block, F2FS_I(inode)->i_cluster_size);
3791 ret = f2fs_get_dnode_of_data(&dn, start_idx, LOOKUP_NODE);
3796 dn.ofs_in_node += block - start_idx;
/linux-master/fs/fuse/
H A Ddax.c182 static int fuse_setup_one_mapping(struct inode *inode, unsigned long start_idx, argument
190 loff_t offset = start_idx << FUSE_DAX_SHIFT;
221 dmap->itn.start = dmap->itn.last = start_idx;
294 pr_debug("fuse: freeing memory range start_idx=0x%lx end_idx=0x%lx window_offset=0x%llx length=0x%llx\n",
317 unsigned long start_idx = start >> FUSE_DAX_SHIFT; local
322 node = interval_tree_iter_first(&fi->dax->tree, start_idx,
441 unsigned long start_idx = pos >> FUSE_DAX_SHIFT; local
477 node = interval_tree_iter_first(&fi->dax->tree, start_idx, start_idx);
569 unsigned long start_idx local
952 unsigned long start_idx; local
1069 lookup_and_reclaim_dmap_locked(struct fuse_conn_dax *fcd, struct inode *inode, unsigned long start_idx) argument
1108 lookup_and_reclaim_dmap(struct fuse_conn_dax *fcd, struct inode *inode, unsigned long start_idx, unsigned long end_idx) argument
1139 unsigned long start_idx = 0, end_idx = 0; local
[all...]
/linux-master/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c743 u32 start_idx, u32 *best_idx,
752 for (idx = start_idx; idx < fls->mirror_array_cnt; idx++) {
771 u32 start_idx, u32 *best_idx)
773 return ff_layout_choose_ds_for_read(lseg, start_idx, best_idx, false);
778 u32 start_idx, u32 *best_idx)
780 return ff_layout_choose_ds_for_read(lseg, start_idx, best_idx, true);
785 u32 start_idx, u32 *best_idx)
789 ds = ff_layout_choose_valid_ds_for_read(lseg, start_idx, best_idx);
792 return ff_layout_choose_any_ds_for_read(lseg, start_idx, best_idx);
742 ff_layout_choose_ds_for_read(struct pnfs_layout_segment *lseg, u32 start_idx, u32 *best_idx, bool check_device) argument
770 ff_layout_choose_any_ds_for_read(struct pnfs_layout_segment *lseg, u32 start_idx, u32 *best_idx) argument
777 ff_layout_choose_valid_ds_for_read(struct pnfs_layout_segment *lseg, u32 start_idx, u32 *best_idx) argument
784 ff_layout_choose_best_ds_for_read(struct pnfs_layout_segment *lseg, u32 start_idx, u32 *best_idx) argument
/linux-master/fs/squashfs/
H A Dblock.c85 int start_idx = 0, end_idx = 0; local
119 bio_trim(bio, start_idx * PAGE_SECTORS,
120 (end_idx - start_idx) * PAGE_SECTORS);
126 start_idx = idx;
134 bio_trim(bio, start_idx * PAGE_SECTORS,
135 (end_idx - start_idx) * PAGE_SECTORS);
/linux-master/fs/udf/
H A Dunicode.c46 int start_idx = str_i_idx; local
82 return str_i_idx - start_idx;
/linux-master/include/sound/
H A Dhdaudio_ext.h75 int snd_hdac_ext_stream_init_all(struct hdac_bus *bus, int start_idx,
/linux-master/net/smc/
H A Dsmc_clc.c207 int start_idx)
214 if (idx++ < start_idx)
206 _smc_nl_ueid_dump(struct sk_buff *skb, u32 portid, u32 seq, int start_idx) argument
H A Dsmc_pnet.c602 u32 seq, u8 *pnetid, int start_idx)
618 if (idx++ < start_idx)
601 _smc_pnet_dump(struct net *net, struct sk_buff *skb, u32 portid, u32 seq, u8 *pnetid, int start_idx) argument
/linux-master/sound/hda/ext/
H A Dhdac_ext_stream.c86 * @start_idx: start index for streams
90 int snd_hdac_ext_stream_init_all(struct hdac_bus *bus, int start_idx, argument
96 int i, tag, idx = start_idx;
/linux-master/sound/pci/hda/
H A Dhda_codec.c1667 int start_idx)
1671 for (i = 0, idx = start_idx; i < 16; i++, idx++) {
1666 find_empty_mixer_ctl_idx(struct hda_codec *codec, const char *name, int start_idx) argument
/linux-master/sound/soc/intel/skylake/
H A Dskl.c902 int cp_streams, pb_streams, start_idx; local
951 start_idx = cp_streams;
953 (bus, start_idx, pb_streams, SNDRV_PCM_STREAM_PLAYBACK);
/linux-master/tools/bpf/bpftool/
H A Dcfg.c402 unsigned int start_idx; local
404 start_idx = bb->head - func->start;
405 dump_xlated_for_graph(dd, bb->head, bb->tail, start_idx,

Completed in 809 milliseconds

1234