Searched refs:buffer_list (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/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 331 u64 *buffer_list, int list_len) in mthca_arbel_write_mtt_seg() argument 359 int start_index, u64 *buffer_list, int list_len) in mthca_write_mtt() argument 372 buffer_list, chunk); in mthca_write_mtt() 375 buffer_list, chunk); in mthca_write_mtt() 379 buffer_list += chunk; in mthca_write_mtt() 520 u64 *buffer_list, int buffer_size_shift, in mthca_mr_alloc_phys() argument [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-14.2/sys/dev/mpi3mr/ |
| H A D | mpi3mr_app.c | 796 struct mpi3mr_ioctl_buf_entry_list *buffer_list = NULL; in mpi3mr_app_mptcmds() local 842 buffer_list = malloc(karg->buf_entry_list_size, M_MPI3MR, M_NOWAIT | M_ZERO); in mpi3mr_app_mptcmds() 843 if (!buffer_list) { in mpi3mr_app_mptcmds() 849 if (copyin(karg->buf_entry_list, buffer_list, karg->buf_entry_list_size)) { in mpi3mr_app_mptcmds() 855 if (!buffer_list->num_of_buf_entries) { in mpi3mr_app_mptcmds() 861 bufcnt = buffer_list->num_of_buf_entries; in mpi3mr_app_mptcmds() 869 buf_entries = buffer_list->buf_entry; in mpi3mr_app_mptcmds() 1188 if (buffer_list) in mpi3mr_app_mptcmds() 1189 free(buffer_list, M_MPI3MR); in mpi3mr_app_mptcmds()
|