Searched refs:start_idx (Results 1 - 25 of 76) sorted by last modified time

1234

/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/net/wireless/intel/iwlwifi/mvm/
H A Dscan.c1435 u8 start_idx; member in struct:iwl_mvm_scan_channel_segment
1445 .start_idx = 0,
1453 .start_idx = 14,
1461 .start_idx = 42,
1469 .start_idx = 51,
1498 index = scan_channel_segments[i].start_idx + ch_offset;
/linux-master/fs/bcachefs/
H A Dbtree_io.c290 unsigned start_idx,
297 struct bset *start_bset = bset(b, &b->set[start_idx]);
300 unsigned i, u64s = 0, bytes, shift = end_idx - start_idx - 1;
301 bool sorting_entire_node = start_idx == 0 &&
306 for (t = b->set + start_idx;
334 for (t = b->set + start_idx; t < b->set + end_idx; t++)
359 for (i = start_idx + 1; i < end_idx; i++)
360 b->nr.bset_u64s[start_idx] +=
365 for (i = start_idx + 1; i < b->nsets; i++) {
373 set_btree_bset_end(b, &b->set[start_idx]);
289 btree_node_sort(struct bch_fs *c, struct btree *b, unsigned start_idx, unsigned end_idx, bool filter_whiteouts) argument
[all...]
/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/drivers/scsi/lpfc/
H A Dlpfc_init.c15778 unsigned int start_idx; local
15788 start_idx = (unsigned int)atomic_read(&phba->dbg_log_idx) % DBG_LOG_SZ;
15792 temp_idx = start_idx;
15797 if ((start_idx + dbg_cnt) > (DBG_LOG_SZ - 1)) {
15798 temp_idx = (start_idx + dbg_cnt) % DBG_LOG_SZ;
15800 if (start_idx < dbg_cnt)
15801 start_idx = DBG_LOG_SZ - (dbg_cnt - start_idx);
15803 start_idx -= dbg_cnt;
15807 start_idx, temp_id
[all...]
/linux-master/fs/f2fs/
H A Ddata.c2161 unsigned int start_idx = cc->cluster_idx << cc->log_cluster_size; local
2199 if (f2fs_lookup_read_extent_cache(inode, start_idx, &ei))
2206 ret = f2fs_get_dnode_of_data(&dn, start_idx, LOOKUP_NODE);
3761 sector_t start_idx, blknr = 0; local
3764 start_idx = round_down(block, F2FS_I(inode)->i_cluster_size);
3767 ret = f2fs_get_dnode_of_data(&dn, start_idx, LOOKUP_NODE);
3772 dn.ofs_in_node += block - start_idx;
H A Dcompress.c969 unsigned int start_idx = cluster_idx << local
974 ret = f2fs_get_dnode_of_data(&dn, start_idx, LOOKUP_NODE);
1053 pgoff_t start_idx = start_idx_of_cluster(cc); local
1057 ret = f2fs_is_compressed_cluster(cc->inode, start_idx);
1067 page = f2fs_pagecache_get_page(mapping, start_idx + i,
1100 page = find_lock_page(mapping, start_idx + i);
1173 pgoff_t start_idx = from >> (PAGE_SHIFT + log_cluster_size) << local
1177 err = f2fs_is_compressed_cluster(inode, start_idx);
1187 start_idx, &fsdata);
1212 f2fs_compress_write_end(inode, fsdata, start_idx, tru
1244 pgoff_t start_idx = start_idx_of_cluster(cc); local
1631 pgoff_t start_idx = start_idx_of_cluster(cc); local
[all...]
/linux-master/drivers/input/rmi4/
H A Drmi_bus.c380 static void __rmi_unregister_function_handlers(int start_idx) argument
384 for (i = start_idx; i >= 0; i--)
/linux-master/drivers/infiniband/hw/hns/
H A Dhns_roce_hem.c87 u64 start_idx = round_down(hem_idx, bt_chunk_num); local
88 u64 check_max_num = start_idx + bt_chunk_num;
91 for (i = start_idx; (i < check_max_num) && (i < hem_max_num); i++)
100 u64 start_idx = round_down(ba_idx, bt_chunk_num); local
104 if (i != ba_idx && bt[start_idx + i])
/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/sound/pci/hda/
H A Dhda_codec.c1673 int start_idx)
1677 for (i = 0, idx = start_idx; i < 16; i++, idx++) {
1672 find_empty_mixer_ctl_idx(struct hda_codec *codec, const char *name, int start_idx) argument
/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/net/ethernet/sun/
H A Dsunvnet_common.c481 .start_idx = start,
665 /* XXX Validate pkt->start_idx and pkt->end_idx XXX */
667 return vnet_walk_rx(port, dr, pkt->start_idx, pkt->end_idx,
852 pkt->start_idx = vio_dring_next(dr,
951 .start_idx = start,
/linux-master/drivers/gpu/drm/radeon/
H A Dcik.c4476 u32 start_idx[3]; member in struct:bonaire_mqd
/linux-master/drivers/block/
H A Dsunvdc.c340 pkt->start_idx != pkt->end_idx ||
341 pkt->start_idx >= VDC_TX_RING_SIZE))
344 vdc_end_one(port, dr, pkt->start_idx);
436 .start_idx = dr->prod,
/linux-master/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2.c3355 static void gaudi2_user_mapped_dec_init(struct gaudi2_device *gaudi2, u32 start_idx) argument
3359 HL_USR_MAPPED_BLK_INIT(&blocks[start_idx++], mmDCORE0_DEC0_CMD_BASE, HL_BLOCK_SIZE);
3360 HL_USR_MAPPED_BLK_INIT(&blocks[start_idx++], mmDCORE0_DEC1_CMD_BASE, HL_BLOCK_SIZE);
3361 HL_USR_MAPPED_BLK_INIT(&blocks[start_idx++], mmDCORE1_DEC0_CMD_BASE, HL_BLOCK_SIZE);
3362 HL_USR_MAPPED_BLK_INIT(&blocks[start_idx++], mmDCORE1_DEC1_CMD_BASE, HL_BLOCK_SIZE);
3363 HL_USR_MAPPED_BLK_INIT(&blocks[start_idx++], mmDCORE2_DEC0_CMD_BASE, HL_BLOCK_SIZE);
3364 HL_USR_MAPPED_BLK_INIT(&blocks[start_idx++], mmDCORE2_DEC1_CMD_BASE, HL_BLOCK_SIZE);
3365 HL_USR_MAPPED_BLK_INIT(&blocks[start_idx++], mmDCORE3_DEC0_CMD_BASE, HL_BLOCK_SIZE);
3366 HL_USR_MAPPED_BLK_INIT(&blocks[start_idx++], mmDCORE3_DEC1_CMD_BASE, HL_BLOCK_SIZE);
3367 HL_USR_MAPPED_BLK_INIT(&blocks[start_idx
[all...]
/linux-master/net/smc/
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
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
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dpci.h1226 u8 start_idx; member in struct:rtw89_pci_bd_ram
H A Dpci.c1519 [RTW89_TXCH_ACH0] = {.start_idx = 0, .max_num = 5, .min_num = 2},
1520 [RTW89_TXCH_ACH1] = {.start_idx = 5, .max_num = 5, .min_num = 2},
1521 [RTW89_TXCH_ACH2] = {.start_idx = 10, .max_num = 5, .min_num = 2},
1522 [RTW89_TXCH_ACH3] = {.start_idx = 15, .max_num = 5, .min_num = 2},
1523 [RTW89_TXCH_ACH4] = {.start_idx = 20, .max_num = 5, .min_num = 2},
1524 [RTW89_TXCH_ACH5] = {.start_idx = 25, .max_num = 5, .min_num = 2},
1525 [RTW89_TXCH_ACH6] = {.start_idx = 30, .max_num = 5, .min_num = 2},
1526 [RTW89_TXCH_ACH7] = {.start_idx = 35, .max_num = 5, .min_num = 2},
1527 [RTW89_TXCH_CH8] = {.start_idx = 40, .max_num = 5, .min_num = 1},
1528 [RTW89_TXCH_CH9] = {.start_idx
[all...]
H A Dcoex.c7231 u8 len, u8 seg_len, u8 start_idx, u8 ring_len)
7239 cur_index = (start_idx + i) % ring_len;
7258 u8 start_idx; local
7262 start_idx = dm->dm_step.step_ov ? dm->dm_step.step_pos : 0;
7264 seq_print_segment(m, "[dm_steps]", dm->dm_step.step, len, 6, start_idx,
7230 seq_print_segment(struct seq_file *m, const char *prefix, u16 *data, u8 len, u8 seg_len, u8 start_idx, u8 ring_len) argument
/linux-master/drivers/net/wireless/realtek/rtlwifi/
H A Dwifi.h1408 u16 start_idx; member in struct:rtl_ht_agg
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A D4965-mac.c2512 D_TX_REPLY("BA %d %d\n", agg->start_idx, ba_resp->seq_ctl);
2515 sh = agg->start_idx - SEQ_TO_IDX(seq_ctl >> 4);
2538 i, (agg->start_idx + i) & 0xff, agg->start_idx + i);
2545 info = IEEE80211_SKB_CB(il->txq[scd_flow].skbs[agg->start_idx]);
2645 u16 start_idx)
2658 agg->start_idx = start_idx;
2666 idx = start_idx;
2669 agg->frame_count, agg->start_idx, id
2643 il4965_tx_status_reply_tx(struct il_priv *il, struct il_ht_agg *agg, struct il4965_tx_resp *tx_resp, int txq_id, u16 start_idx) argument
[all...]
/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Daction.c266 nfp_flower_tun_is_gre(struct flow_rule *rule, int start_idx) argument
273 for (act_idx = start_idx + 1; act_idx < num_act; act_idx++)
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_dpll.c1421 * @start_idx: get starts from this pin idx value
1434 int start_idx, int count, u64 clock_id)
1439 pins[i].pin = dpll_pin_get(clock_id, i + start_idx, THIS_MODULE,
1538 * @start_idx: on which index shall allocation start in dpll subsystem
1553 struct ice_dpll_pin *pins, int start_idx, int count,
1559 ret = ice_dpll_get_pins(pf, pins, start_idx, count, pf->dplls.clock_id);
1610 * @start_idx: on which index shall allocation start in dpll subsystem
1623 int start_idx, const struct dpll_pin_ops *ops)
1629 ret = ice_dpll_get_pins(pf, pin, start_idx, ICE_DPLL_RCLK_NUM_PER_PF,
1433 ice_dpll_get_pins(struct ice_pf *pf, struct ice_dpll_pin *pins, int start_idx, int count, u64 clock_id) argument
1552 ice_dpll_init_direct_pins(struct ice_pf *pf, bool cgu, struct ice_dpll_pin *pins, int start_idx, int count, const struct dpll_pin_ops *ops, struct dpll_device *first, struct dpll_device *second) argument
1622 ice_dpll_init_rclk_pins(struct ice_pf *pf, struct ice_dpll_pin *pin, int start_idx, const struct dpll_pin_ops *ops) argument

Completed in 608 milliseconds

1234