Lines Matching refs:start_index
253 int start_index, u64 *buffer_list, int list_len) in __mthca_write_mtt() argument
268 start_index * 8); in __mthca_write_mtt()
288 start_index += i; in __mthca_write_mtt()
314 struct mthca_mtt *mtt, int start_index, in mthca_tavor_write_mtt_seg() argument
321 start_index * sizeof (u64); in mthca_tavor_write_mtt_seg()
328 struct mthca_mtt *mtt, int start_index, in mthca_arbel_write_mtt_seg() argument
334 int s = start_index * sizeof (u64); in mthca_arbel_write_mtt_seg()
357 int start_index, u64 *buffer_list, int list_len) in mthca_write_mtt() argument
364 return __mthca_write_mtt(dev, mtt, start_index, buffer_list, list_len); in mthca_write_mtt()
369 mthca_arbel_write_mtt_seg(dev, mtt, start_index, in mthca_write_mtt()
372 mthca_tavor_write_mtt_seg(dev, mtt, start_index, in mthca_write_mtt()
376 start_index += chunk; in mthca_write_mtt()