Lines Matching refs:start_index
255 int start_index, u64 *buffer_list, int list_len) in __mthca_write_mtt() argument
270 start_index * 8); in __mthca_write_mtt()
290 start_index += i; in __mthca_write_mtt()
316 struct mthca_mtt *mtt, int start_index, in mthca_tavor_write_mtt_seg() argument
323 start_index * sizeof (u64); in mthca_tavor_write_mtt_seg()
330 struct mthca_mtt *mtt, int start_index, in mthca_arbel_write_mtt_seg() argument
336 int s = start_index * sizeof (u64); in mthca_arbel_write_mtt_seg()
359 int start_index, u64 *buffer_list, int list_len) in mthca_write_mtt() argument
366 return __mthca_write_mtt(dev, mtt, start_index, buffer_list, list_len); in mthca_write_mtt()
371 mthca_arbel_write_mtt_seg(dev, mtt, start_index, in mthca_write_mtt()
374 mthca_tavor_write_mtt_seg(dev, mtt, start_index, in mthca_write_mtt()
378 start_index += chunk; in mthca_write_mtt()