Searched refs:start_idx (Results 26 - 42 of 42) sorted by relevance

12

/freebsd-11-stable/sys/dev/mps/
H A Dmps_sas_lsi.c1250 u32 start_idx, end_idx; local
1269 start_idx = 0;
1271 start_idx = 1;
1273 start_idx = sc->max_devices - sc->max_volumes;
1274 end_idx = start_idx + sc->max_volumes - 1;
1276 for (id = start_idx; id < end_idx; id++) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DRegisterContext.cpp53 uint32_t start_idx) {
58 for (uint32_t reg = start_idx; reg < num_registers; ++reg) {
52 GetRegisterInfoByName(llvm::StringRef reg_name, uint32_t start_idx) argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h67 size_t start_idx = 0) const;
H A DModule.h907 void Prune(SymbolContextList &sc_list, size_t start_idx) const;
/freebsd-11-stable/sys/dev/xen/netback/
H A Dnetback_unit_tests.c442 RING_IDX start_idx = xnb_unit_pvt.txf.req_prod_pvt; local
466 XNB_ASSERT(pkt.car == start_idx);
467 XNB_ASSERT(pkt.cdr == start_idx + 1);
479 RING_IDX start_idx = xnb_unit_pvt.txf.req_prod_pvt; local
509 XNB_ASSERT(pkt.car == start_idx);
510 XNB_ASSERT(pkt.cdr == start_idx + 1);
524 RING_IDX start_idx = xnb_unit_pvt.txf.req_prod_pvt; local
561 XNB_ASSERT(pkt.car == start_idx);
562 XNB_ASSERT(pkt.cdr == start_idx + 2);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp528 size_t start_idx) const {
531 for (size_t idx = start_idx; idx < num_sections; ++idx) {
H A DModule.cpp726 size_t start_idx) const {
729 size_t i = start_idx;
749 size_t i = start_idx;
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_hw.c56 static int qla_config_intr_cntxt(qla_host_t *ha, uint32_t start_idx,
1559 qla_config_intr_cntxt(qla_host_t *ha, uint32_t start_idx, uint32_t num_intrs, argument
1580 c_intr->intr[i].msix_index = start_idx + 1 + i;
1584 ha->hw.intr_id[(start_idx + i)];
1619 ha->hw.intr_id[(start_idx + i)] =
1621 ha->hw.intr_src[(start_idx + i)] =
1691 qla_set_rss_ind_table(qla_host_t *ha, uint32_t start_idx, uint32_t count, argument
1700 ((start_idx + count - 1) > Q8_RSS_IND_TBL_MAX_IDX)) {
1702 start_idx, count);
1713 c_rss_ind->start_idx
3064 qla_map_sds_to_rds(qla_host_t *ha, uint32_t start_idx, uint32_t num_idx) argument
[all...]
H A Dql_misc.c1123 qla_tmplt_execute(qla_host_t *ha, uint8_t *buf, int start_idx, int *end_idx, argument
1129 for (i = start_idx; ((i < nentries) && (!proc_end)); i++) {
H A Dql_hw.h470 uint8_t start_idx; member in struct:_q80_config_rss_ind_table
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-device-fp.c1397 int start_idx = ring_lro->lro_next_idx; local
1399 for(i = start_idx; i < XGE_HAL_LRO_MAX_BUCKETS; i++) {
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dcommon.h567 unsigned int start_idx);
570 unsigned int nregs, unsigned int start_idx);
H A Dt4_hw.c114 * @start_idx: index of first indirect register to read
121 unsigned int nregs, unsigned int start_idx)
124 t4_write_reg(adap, addr_reg, start_idx);
126 start_idx++;
137 * @start_idx: address of first indirect register to write
144 unsigned int nregs, unsigned int start_idx)
147 t4_write_reg(adap, addr_reg, start_idx++);
5664 * @start_idx: index of first indirect register to read/write
119 t4_read_indirect(struct adapter *adap, unsigned int addr_reg, unsigned int data_reg, u32 *vals, unsigned int nregs, unsigned int start_idx) argument
142 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
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp981 uint32_t start_idx) {
988 uint32_t i = start_idx;
979 RemoveFunctionsWithModuleNotEqualTo(const ModuleSP &module_sp, SymbolContextList &sc_list, uint32_t start_idx) argument
/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c116 * @start_idx: index of first indirect register to read
124 unsigned int start_idx)
127 t3_write_reg(adap, addr_reg, start_idx);
129 start_idx++;
122 t3_read_indirect(adapter_t *adap, unsigned int addr_reg, unsigned int data_reg, u32 *vals, unsigned int nregs, unsigned int start_idx) argument
/freebsd-11-stable/contrib/libgnuregex/
H A Dregcomp.c2495 int i, start, end, start_idx = re_string_cur_idx (regexp);
2533 re_string_set_index (regexp, start_idx);
2486 int i, start, end, start_idx = re_string_cur_idx (regexp); local
/freebsd-11-stable/sys/dev/bxe/
H A Decore_sp.c3737 * @start_idx: index in the registry to start from
3741 * command - start_idx and rdata_idx will always be 0. This function will always
3746 struct bxe_softc *sc, struct ecore_mcast_obj *o , int start_idx,
3745 ecore_mcast_handle_restore_cmd_e1( struct bxe_softc *sc, struct ecore_mcast_obj *o , int start_idx, int *rdata_idx) argument

Completed in 173 milliseconds

12