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

/freebsd-10-stable/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-stable/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-stable/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-stable/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];
1035 mt_entry = &sc->mapping_table[enc_entry->start_index];
1036 for (map_idx = enc_entry->start_index; map_idx <
1037 (enc_entry->start_index + enc_entry->num_slots); map_idx++,
1080 if (map_idx < enc_entry->start_index ||
1081 map_idx > (enc_entry->start_index +
1095 if (map_idx == (enc_entry->start_index +
1118 start_index];
1119 for (map_idx = enc_entry->start_index; map_id
[all...]
H A Dmprvar.h129 * @start_index: index to the entry in dev_mapping_table
142 u32 start_index; member in struct:enc_mapping_table
/freebsd-10-stable/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.h973 int start_index, int npages, u64 *page_list);
/freebsd-10-stable/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];
996 mt_entry = &sc->mapping_table[enc_entry->start_index];
997 for (map_idx = enc_entry->start_index; map_idx <
998 (enc_entry->start_index + enc_entry->num_slots); map_idx++,
1041 if (map_idx < enc_entry->start_index ||
1042 map_idx > (enc_entry->start_index +
1056 if (map_idx == (enc_entry->start_index +
1079 start_index];
1080 for (map_idx = enc_entry->start_index; map_id
[all...]
H A Dmpsvar.h132 * @start_index: index to the entry in dev_mapping_table
145 u32 start_index; member in struct:enc_mapping_table
/freebsd-10-stable/sys/sys/
H A Dcdio.h118 u_char start_index; member in struct:ioc_play_track
/freebsd-10-stable/contrib/less/
H A Dsearch.c945 create_hilites(linepos, start_index, end_index, chpos)
947 int start_index;
955 hl.hl_startpos = linepos + chpos[start_index];
965 for (i = start_index+1; i <= end_index; i++)
/freebsd-10-stable/sys/dev/cxgbe/common/
H A Dcommon.h802 u32 start_index, bool sleep_ok);
804 u32 start_index, bool sleep_ok);
806 u32 start_index, bool sleep_ok);
808 u32 start_index, bool sleep_ok);
H A Dt4_hw.c4867 unsigned int nregs, unsigned int start_index,
4883 c.u.addrval.addr = cpu_to_be32(start_index + i);
4903 * @start_index: index of first indirect register to read/write
4911 u32 *buff, u32 nregs, u32 start_index, int rw,
4932 rc = t4_tp_fw_ldst_rw(adap, cmd, buff, nregs, start_index, rw,
4940 start_index);
4943 start_index);
4952 * @start_index: index of first indirect register to read
4958 u32 start_index, bool sleep_ok)
4961 start_index,
4866 t4_tp_fw_ldst_rw(struct adapter *adap, int cmd, u32 *vals, unsigned int nregs, unsigned int start_index, unsigned int rw, bool sleep_ok) argument
4910 t4_tp_indirect_rw(struct adapter *adap, u32 reg_addr, u32 reg_data, u32 *buff, u32 nregs, u32 start_index, int rw, bool sleep_ok) argument
4957 t4_tp_pio_read(struct adapter *adap, u32 *buff, u32 nregs, u32 start_index, bool sleep_ok) argument
4974 t4_tp_pio_write(struct adapter *adap, const u32 *buff, u32 nregs, u32 start_index, bool sleep_ok) argument
4991 t4_tp_tm_pio_read(struct adapter *adap, u32 *buff, u32 nregs, u32 start_index, bool sleep_ok) argument
5008 t4_tp_mib_read(struct adapter *adap, u32 *buff, u32 nregs, u32 start_index, bool sleep_ok) argument
[all...]
/freebsd-10-stable/sys/cam/scsi/
H A Dscsi_cd.h167 u_int8_t start_index; member in struct:scsi_play_track
H A Dscsi_cd.c1421 args->start_index,
3052 scsi_cmd->start_index = sindex;
/freebsd-10-stable/sys/dev/ixl/
H A Di40e_prototype.h474 u8 table_id, u32 start_index, u16 buff_size,
H A Di40e_common.c5465 * @start_index: index of line in the block to read
5476 u8 table_id, u32 start_index, u16 buff_size,
5500 cmd->idx = CPU_TO_LE32(start_index);
5475 i40e_aq_debug_dump(struct i40e_hw *hw, u8 cluster_id, u8 table_id, u32 start_index, u16 buff_size, void *buff, u16 *ret_buff_size, u8 *ret_next_table, u32 *ret_next_index, struct i40e_asq_cmd_details *cmd_details) argument
/freebsd-10-stable/usr.sbin/cdcontrol/
H A Dcdcontrol.c1059 t.start_index = istart;
/freebsd-10-stable/sys/dev/scd/
H A Dscd.c427 a, pt->start_index, z, pt->end_index);
/freebsd-10-stable/sys/ofed/include/linux/mlx4/
H A Ddevice.h1039 int start_index, int npages, u64 *page_list);
/freebsd-10-stable/sys/dev/mcd/
H A Dmcd.c1473 a, pt->start_index, z, pt->end_index);
/freebsd-10-stable/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
/freebsd-10-stable/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-stable/sys/dev/mlx5/
H A Dmlx5_ifc.h8305 u8 start_index[0x10]; member in struct:mlx5_ifc_pamp_reg_bits

Completed in 674 milliseconds