Searched refs:next_index (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/sys/dev/isci/scil/
H A Dsci_base_memory_descriptor_list.c76 base_mdl->next_index = 0;
94 if (base_mdl->next_index < base_mdl->length)
95 base_mdl->next_index++;
96 else if (base_mdl->next_index == base_mdl->length)
113 if (base_mdl->next_index < base_mdl->length)
114 return & base_mdl->mde_array[base_mdl->next_index];
115 else if (base_mdl->next_index == base_mdl->length)
139 mdl->next_index = 0;
H A Dsci_base_memory_descriptor_list.h90 U32 next_index; member in struct:SCI_BASE_MEMORY_DESCRIPTOR_LIST
/freebsd-current/contrib/kyua/utils/text/
H A Dtemplates.cpp345 const std::size_t next_index = 1 + text::to_type< std::size_t >( local
348 if (next_index < _templates.get_vector(loop.vector).size()) {
349 _templates.add_variable(loop.iterator, F("%s") % next_index);
/freebsd-current/sys/net/
H A Dif_epair.c93 static unsigned int next_index = 0; variable
578 hash = next_index % mp_ncpus;
598 if (ifp->if_index > next_index)
599 next_index = ifp->if_index;
601 next_index++;
603 key[0] = (uint32_t)next_index;
/freebsd-current/sys/dev/isci/
H A Disci_controller.c579 uint8_t next_index = isci_controller->index + 1; local
586 if (next_index < driver->controller_count) {
591 &driver->controllers[next_index]);
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch_hier.h268 kmp_uint64 next_index = 1 - current_index;
273 "next_index:%llu curr_wait:%llu next_wait:%llu\n",
274 __kmp_get_gtid(), current_index, next_index, current_wait_value,
281 tdata->index = next_index;
315 kmp_uint64 next_index = 1 - current_index;
320 "next_index:%llu curr_wait:%llu next_wait:%llu\n",
321 __kmp_get_gtid(), current_index, next_index, current_wait_value,
328 tdata->index = next_index;
/freebsd-current/sys/dev/ocs_fc/
H A Docs_utils.c222 uint32_t next_index; /*>> iterator next index */ member in struct:ocs_varray_s
247 va->next_index = 0;
316 va->next_index = 0;
360 rval = va->array[va->next_index];
361 if (++va->next_index >= va->entry_count) {
362 va->next_index = 0;
H A Dsli4.h4068 uint32_t next_index:16, member in struct:sli4_res_fcoe_read_fcf_table_s
H A Docs_hw.c9114 * read and the next_index field from the FCOE_READ_FCF_TABLE command
9220 if (SLI4_FCOE_FCF_TABLE_LAST != read_fcf->next_index) {
9221 ocs_hw_read_fcf(hw, read_fcf->next_index);

Completed in 186 milliseconds