Searched refs:end_idx (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/sys/dev/qlxgbe/
H A Dql_misc.c1113 qla_tmplt_execute(qla_host_t *ha, uint8_t *buf, int start_idx, int *end_idx, argument
1168 *end_idx = i;
1177 *end_idx = i;
1187 uint32_t index = 0, end_idx; local
1205 if (qla_tmplt_execute(ha, buf, index , &end_idx, hdr->nentries)) {
1210 index = end_idx;
1215 if (qla_tmplt_execute(ha, buf, index , &end_idx, hdr->nentries)) {
1223 index = end_idx;
1227 if (qla_tmplt_execute(ha, buf, index , &end_idx, hdr->nentries)) {
1239 uint32_t index = 0, end_idx; local
1268 uint32_t end_idx; local
[all...]
H A Dql_hw.h464 uint8_t end_idx; member in struct:_q80_config_rss_ind_table
H A Dql_hw.c785 c_rss_ind->end_idx = start_idx + count - 1;
/freebsd-9.3-release/sys/dev/mpr/
H A Dmpr_mapping.c216 * @end_idx: place holder for end index
225 _mapping_get_ir_maprange(struct mpr_softc *sc, u32 *start_idx, u32 *end_idx) argument
238 *end_idx = *start_idx + sc->max_volumes - 1;
329 u32 start_idx, end_idx, start_idx_ir = 0, end_idx_ir; local
334 end_idx = sc->max_devices;
342 end_idx = start_idx_ir;
345 for (map_idx = start_idx; map_idx < end_idx; map_idx++, mt_entry++) {
364 u32 start_idx, end_idx, map_idx; local
367 _mapping_get_ir_maprange(sc, &start_idx, &end_idx);
369 for (map_idx = start_idx; map_idx <= end_idx; map_id
407 u32 start_idx, end_idx, map_idx; local
453 u32 start_idx, end_idx, map_idx; local
1468 u32 map_idx, dev_idx, start_idx, end_idx; local
1604 u32 start_idx, end_idx; local
2096 u32 st_idx, end_idx, mt_idx = *map_idx; local
[all...]
H A Dmpr_sas_lsi.c1161 u32 start_idx, end_idx; local
1183 end_idx = start_idx + sc->max_volumes - 1;
1185 for (id = start_idx; id < end_idx; id++) {
/freebsd-9.3-release/sys/dev/mps/
H A Dmps_mapping.c216 * @end_idx: place holder for end index
225 _mapping_get_ir_maprange(struct mps_softc *sc, u32 *start_idx, u32 *end_idx) argument
238 *end_idx = *start_idx + sc->max_volumes - 1;
329 u32 start_idx, end_idx, start_idx_ir, end_idx_ir; local
336 end_idx = sc->max_devices;
344 end_idx = start_idx_ir;
346 for (map_idx = start_idx; map_idx < end_idx; map_idx++, mt_entry++) {
365 u32 start_idx, end_idx, map_idx; local
368 _mapping_get_ir_maprange(sc, &start_idx, &end_idx);
370 for (map_idx = start_idx; map_idx <= end_idx; map_id
408 u32 start_idx, end_idx, map_idx; local
454 u32 start_idx, end_idx, map_idx; local
1470 u32 map_idx, dev_idx, start_idx, end_idx; local
1606 u32 start_idx, end_idx; local
2098 u32 st_idx, end_idx, mt_idx = *map_idx; local
[all...]
H A Dmps_sas_lsi.c922 u32 start_idx, end_idx; local
944 end_idx = start_idx + sc->max_volumes - 1;
946 for (id = start_idx; id < end_idx; id++) {
/freebsd-9.3-release/gnu/lib/libregex/
H A Dregex_internal.c224 int byte_idx, end_idx, remain_len;
229 end_idx = (pstr->bufs_len > pstr->len) ? pstr->len : pstr->bufs_len;
230 for (byte_idx = pstr->valid_len; byte_idx < end_idx;)
235 remain_len = end_idx - byte_idx;
286 int src_idx, byte_idx, end_idx, remain_len;
296 end_idx = (pstr->bufs_len > pstr->len) ? pstr->len : pstr->bufs_len;
302 while (byte_idx < end_idx)
319 remain_len = end_idx - byte_idx;
371 for (src_idx = pstr->valid_raw_len; byte_idx < end_idx;)
376 remain_len = end_idx
223 int byte_idx, end_idx, remain_len; local
285 int src_idx, byte_idx, end_idx, remain_len; local
537 int char_idx, end_idx; local
560 int buf_idx, end_idx; local
[all...]
/freebsd-9.3-release/sys/i386/xen/
H A Dxen_machdep.c549 unsigned long start_off, end_off, curr_idx, end_idx;
553 end_idx = (first_page + nr_pages) / BITS_PER_LONG;
556 if (curr_idx == end_idx) {
561 while ( ++curr_idx < end_idx )
570 unsigned long start_off, end_off, curr_idx, end_idx;
574 end_idx = (first_page + nr_pages) / BITS_PER_LONG;
577 if (curr_idx == end_idx) {
582 while ( ++curr_idx != end_idx )
/freebsd-9.3-release/sys/xen/
H A Dgnttab.c503 gnttab_map(unsigned int start_idx, unsigned int end_idx) argument
508 unsigned int nr_gframes = end_idx + 1;
572 gnttab_map(unsigned int start_idx, unsigned int end_idx) argument
575 unsigned int i = end_idx;
599 for (i = start_idx; i <= end_idx; i++) {
/freebsd-9.3-release/sys/dev/bwi/
H A Dif_bwi.c2616 bwi_rxeof(struct bwi_softc *sc, int end_idx) argument
2625 while (idx != end_idx) {
2718 int end_idx, rx_data; local
2723 end_idx = __SHIFTOUT(val, BWI_RX32_STATUS_INDEX_MASK) /
2726 rx_data = bwi_rxeof(sc, end_idx);
2729 end_idx * sizeof(struct bwi_desc32));
3309 int end_idx; local
3314 end_idx = __SHIFTOUT(val, BWI_RX32_STATUS_INDEX_MASK) /
3317 bwi_txeof_status(sc, end_idx);
3320 end_idx * sizeo
3404 bwi_txeof_status(struct bwi_softc *sc, int end_idx) argument
[all...]

Completed in 209 milliseconds