Searched refs:start_index (Results 1 - 20 of 20) sorted by relevance

/freebsd-10.2-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_mr.c255 int start_index, u64 *buffer_list, int list_len)
271 start_index * 8);
297 start_index += i;
323 struct mthca_mtt *mtt, int start_index,
330 start_index * sizeof (u64);
337 struct mthca_mtt *mtt, int start_index,
343 int s = start_index * sizeof (u64);
362 int start_index, u64 *buffer_list, int list_len)
369 return __mthca_write_mtt(dev, mtt, start_index, buffer_list, list_len);
374 mthca_arbel_write_mtt_seg(dev, mtt, start_index,
254 __mthca_write_mtt(struct mthca_dev *dev, struct mthca_mtt *mtt, int start_index, u64 *buffer_list, int list_len) argument
322 mthca_tavor_write_mtt_seg(struct mthca_dev *dev, struct mthca_mtt *mtt, int start_index, u64 *buffer_list, int list_len) argument
336 mthca_arbel_write_mtt_seg(struct mthca_dev *dev, struct mthca_mtt *mtt, int start_index, u64 *buffer_list, int list_len) argument
361 mthca_write_mtt(struct mthca_dev *dev, struct mthca_mtt *mtt, int start_index, u64 *buffer_list, int list_len) argument
[all...]
H A Dmthca_dev.h470 int start_index, u64 *buffer_list, int list_len);
/freebsd-10.2-release/sys/dev/twa/
H A Dtw_cl_io.c379 TW_INT32 start_index; local
480 start_index = ctlr->aen_head;
490 start_index = ctlr->aen_tail; /* = 0 */
495 event_index = (start_index + event_buf.sequence_id -
496 ctlr->aen_queue[start_index].sequence_id + 1) %
502 start_index, event_index, event_buf.sequence_id,
503 ctlr->aen_queue[start_index].sequence_id,
553 start_index = ctlr->aen_head;
560 start_index = ctlr->aen_tail; /* = 0 */
565 event_index = (start_index
[all...]
/freebsd-10.2-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmr.c147 int *start_index,
189 mtt, *start_index,
194 (*start_index) += *npages;
213 int start_index = 0; local
239 &start_index,
258 &start_index,
266 err = mlx4_write_mtt(dev->dev, mtt, start_index, npages, pages);
140 mlx4_ib_umem_write_mtt_block(struct mlx4_ib_dev *dev, struct mlx4_mtt *mtt, u64 mtt_size, u64 mtt_shift, u64 len, u64 cur_start_addr, u64 *pages, int *start_index, int *npages) argument
/freebsd-10.2-release/sys/ofed/drivers/net/mlx4/
H A Dmr.c532 int start_index, int npages, u64 *page_list)
540 start_index, &dma_handle);
558 int start_index, int npages, u64 *page_list)
567 max_mtts_first_page = mtts_per_page - (mtt->offset + start_index)
573 err = mlx4_write_mtt_chunk(dev, mtt, start_index, chunk, page_list);
577 start_index += chunk;
586 int start_index, int npages, u64 *page_list)
606 inbox[0] = cpu_to_be64(mtt->offset + start_index);
618 start_index += chunk;
625 return __mlx4_write_mtt(dev, mtt, start_index, npage
531 mlx4_write_mtt_chunk(struct mlx4_dev *dev, struct mlx4_mtt *mtt, int start_index, int npages, u64 *page_list) argument
557 __mlx4_write_mtt(struct mlx4_dev *dev, struct mlx4_mtt *mtt, int start_index, int npages, u64 *page_list) argument
585 mlx4_write_mtt(struct mlx4_dev *dev, struct mlx4_mtt *mtt, int start_index, int npages, u64 *page_list) argument
[all...]
H A Dmlx4.h963 int start_index, int npages, u64 *page_list);
/freebsd-10.2-release/sys/dev/mpr/
H A Dmpr_mapping.c92 enc_entry->start_index = MPR_MAPTABLE_BAD_IDX;
133 mt_entry = &sc->mapping_table[et_entry->start_index];
809 mt_entry = &sc->mapping_table[enc_entry->start_index];
810 for (map_idx = enc_entry->start_index; map_idx <
811 (enc_entry->start_index + enc_entry->num_slots); map_idx++,
835 if (map_idx < enc_entry->start_index ||
836 map_idx > (enc_entry->start_index +
851 if (map_idx == (enc_entry->start_index +
861 start_index];
862 for (map_idx = enc_entry->start_index; map_id
[all...]
H A Dmprvar.h117 * @start_index: index to the entry in dev_mapping_table
130 u32 start_index; member in struct:enc_mapping_table
/freebsd-10.2-release/sys/dev/mps/
H A Dmps_mapping.c92 enc_entry->start_index = MPS_MAPTABLE_BAD_IDX;
133 mt_entry = &sc->mapping_table[et_entry->start_index];
809 mt_entry = &sc->mapping_table[enc_entry->start_index];
810 for (map_idx = enc_entry->start_index; map_idx <
811 (enc_entry->start_index + enc_entry->num_slots); map_idx++,
835 if (map_idx < enc_entry->start_index ||
836 map_idx > (enc_entry->start_index +
851 if (map_idx == (enc_entry->start_index +
861 start_index];
862 for (map_idx = enc_entry->start_index; map_id
[all...]
H A Dmpsvar.h133 * @start_index: index to the entry in dev_mapping_table
146 u32 start_index; member in struct:enc_mapping_table
/freebsd-10.2-release/contrib/less/
H A Dsearch.c493 create_hilites(linepos, start_index, end_index, chpos)
495 int start_index;
504 hl->hl_startpos = linepos + chpos[start_index];
514 for (i = start_index+1; i <= end_index; i++)
/freebsd-10.2-release/sys/sys/
H A Dcdio.h118 u_char start_index; member in struct:ioc_play_track
/freebsd-10.2-release/sys/cam/scsi/
H A Dscsi_cd.h90 u_int8_t start_index; member in struct:scsi_play_track
H A Dscsi_cd.c1420 args->start_index,
3051 scsi_cmd->start_index = sindex;
/freebsd-10.2-release/sys/dev/scd/
H A Dscd.c425 a, pt->start_index, z, pt->end_index);
/freebsd-10.2-release/sys/ofed/include/linux/mlx4/
H A Ddevice.h992 int start_index, int npages, u64 *page_list);
/freebsd-10.2-release/usr.sbin/cdcontrol/
H A Dcdcontrol.c1059 t.start_index = istart;
/freebsd-10.2-release/sys/dev/mcd/
H A Dmcd.c1471 a, pt->start_index, z, pt->end_index);
/freebsd-10.2-release/contrib/gcc/
H A Dmips-tfile.c929 unsigned long start_index; /* starting index # of page */
1659 new_links->start_index = vp->num_allocated;
922 unsigned long start_index; /* starting index # of page */ member in struct:vlinks
/freebsd-10.2-release/contrib/binutils/gas/
H A Decoff.c800 unsigned long start_index; /* starting index # of page */
1533 new_links->start_index = vp->num_allocated;
798 unsigned long start_index; /* starting index # of page */ member in struct:vlinks

Completed in 247 milliseconds