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

1234

/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_ll2.c1346 u8 *start_idx, u8 *last_idx)
1352 *start_idx = QED_LL2_LEGACY_CONN_BASE_PF;
1353 *last_idx = *start_idx +
1357 *start_idx = QED_LL2_CTX_CONN_BASE_PF;
1358 *last_idx = *start_idx +
1344 _qed_ll2_calc_allowed_conns(struct qed_hwfn *p_hwfn, struct qed_ll2_acquire_data *data, u8 *start_idx, u8 *last_idx) argument
/linux-master/drivers/net/ethernet/google/gve/
H A Dgve_main.c834 cfg->start_idx = 0;
876 cfg.start_idx = gve_xdp_tx_start_queue_id(priv);
883 gve_tx_start_rings(priv, cfg.start_idx, cfg.num_rings);
968 cfg.start_idx = gve_xdp_tx_start_queue_id(priv);
972 gve_tx_stop_rings(priv, cfg.start_idx, cfg.num_rings);
H A Dgve.h665 u16 start_idx; member in struct:gve_tx_alloc_rings_cfg
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dqplib_fp.c678 srq->start_idx = 0;
765 if (srq->start_idx == srq->last_idx) {
771 next = srq->start_idx;
772 srq->start_idx = srq->swq[next].next_idx;
1613 u16 start_idx; local
1620 start_idx = swq->slot_idx;
1622 bnxt_re_update_msn_tbl(start_idx, next_psn, start_psn);
H A Dqplib_fp.h103 int start_idx; member in struct:bnxt_qplib_srq
/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;
/linux-master/drivers/infiniband/hw/mlx5/
H A Dodp.c559 u64 start_idx; local
567 start_idx = (user_va - ib_umem_start(odp)) >> page_shift;
581 ret = mlx5r_umr_update_xlt(mr, start_idx, np, page_shift, xlt_flags);
/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/drivers/misc/mei/
H A Dhbm.c726 * @start_idx: client index to start search
730 static int mei_hbm_prop_req(struct mei_device *dev, unsigned long start_idx) argument
737 addr = find_next_bit(dev->me_clients_map, MEI_CLIENTS_MAX, start_idx);
/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/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
/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/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4.h1781 unsigned int nregs, unsigned int start_idx);
1784 unsigned int start_idx);
H A Dt4_hw.c108 * @start_idx: index of first indirect register to read
115 unsigned int nregs, unsigned int start_idx)
118 t4_write_reg(adap, addr_reg, start_idx);
120 start_idx++;
131 * @start_idx: address of first indirect register to write
138 unsigned int nregs, unsigned int start_idx)
141 t4_write_reg(adap, addr_reg, start_idx++);
113 t4_read_indirect(struct adapter *adap, unsigned int addr_reg, unsigned int data_reg, u32 *vals, unsigned int nregs, unsigned int start_idx) argument
136 t4_write_indirect(struct adapter *adap, unsigned int addr_reg, unsigned int data_reg, const u32 *vals, unsigned int nregs, unsigned int start_idx) argument
/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/drivers/infiniband/hw/qib/
H A Dqib.h238 u16 start_idx; /* sdma private */ member in struct:qib_sdma_txreq
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c119 * @start_idx: index of first indirect register to read
127 unsigned int nregs, unsigned int start_idx)
130 t3_write_reg(adap, addr_reg, start_idx);
132 start_idx++;
125 t3_read_indirect(struct adapter *adap, unsigned int addr_reg, unsigned int data_reg, u32 *vals, unsigned int nregs, unsigned int start_idx) argument
/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/drivers/net/wireless/intel/iwlegacy/
H A Ddebug.c423 "start_idx\tbitmap\t\t\trate_n_flags\n");
433 station->tid[j].agg.start_idx,
H A Dcommon.h621 * @start_idx: Index of 1st Transmit Frame Descriptor (TFD) in Tx win
634 u16 start_idx; member in struct:il_ht_agg
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dpci.h1226 u8 start_idx; member in struct:rtw89_pci_bd_ram
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/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/net/wireless/realtek/rtlwifi/
H A Dwifi.h1408 u16 start_idx; member in struct:rtl_ht_agg
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c3717 * @start_idx: index in the registry to start from
3721 * command - start_idx and rdata_idx will always be 0. This function will always
3726 struct bnx2x *bp, struct bnx2x_mcast_obj *o , int start_idx,
3725 bnx2x_mcast_handle_restore_cmd_e1( struct bnx2x *bp, struct bnx2x_mcast_obj *o , int start_idx, int *rdata_idx) argument

Completed in 460 milliseconds

1234