Searched refs:buffer_list (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/mthca/ |
H A D | mthca_mr.c | 255 int start_index, u64 *buffer_list, int list_len) in __mthca_write_mtt() argument 273 mtt_entry[i + 2] = cpu_to_be64(buffer_list[i] | in __mthca_write_mtt() 291 buffer_list += i; in __mthca_write_mtt() 317 u64 *buffer_list, int list_len) in mthca_tavor_write_mtt_seg() argument 325 mthca_write64_raw(cpu_to_be64(buffer_list[i] | MTHCA_MTT_FLAG_PRESENT), in mthca_tavor_write_mtt_seg() 331 u64 *buffer_list, int list_len) in mthca_arbel_write_mtt_seg() argument 352 mtts[i] = cpu_to_be64(buffer_list[i] | MTHCA_MTT_FLAG_PRESENT); 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() 372 buffer_list, chunk); in mthca_write_mtt() [all …]
|
H A D | mthca_dev.h | 472 int start_index, u64 *buffer_list, int list_len); 478 u64 *buffer_list, int buffer_size_shift,
|
/freebsd/sys/dev/mpi3mr/ |
H A D | mpi3mr_app.c | 795 struct mpi3mr_ioctl_buf_entry_list *buffer_list = NULL; in mpi3mr_app_mptcmds() local 841 buffer_list = malloc(karg->buf_entry_list_size, M_MPI3MR, M_NOWAIT | M_ZERO); in mpi3mr_app_mptcmds() 842 if (!buffer_list) { in mpi3mr_app_mptcmds() 848 if (copyin(karg->buf_entry_list, buffer_list, karg->buf_entry_list_size)) { in mpi3mr_app_mptcmds() 854 if (!buffer_list->num_of_buf_entries) { in mpi3mr_app_mptcmds() 860 bufcnt = buffer_list->num_of_buf_entries; in mpi3mr_app_mptcmds() 868 buf_entries = buffer_list->buf_entry; in mpi3mr_app_mptcmds() 1187 if (buffer_list) in mpi3mr_app_mptcmds() 1188 free(buffer_list, M_MPI3MR); in mpi3mr_app_mptcmds()
|