Lines Matching refs:bufcnt
180 struct mpi3mr_ioctl_mpt_dma_buffer *dma_buffers, U8 bufcnt) in mpi3mr_app_construct_nvme_sgl() argument
203 for (count = 0; count < bufcnt; count++, dma_buff++) { in mpi3mr_app_construct_nvme_sgl()
264 struct mpi3mr_ioctl_mpt_dma_buffer *dma_buffers, U8 bufcnt) in mpi3mr_app_build_nvme_prp() argument
314 for (count = 0; count < bufcnt; count++, dma_buff++) { in mpi3mr_app_build_nvme_prp()
607 U8 bufcnt) in mpi3mr_total_num_ioctl_sges() argument
610 for (i=0; i < bufcnt; i++, dma_buffers++) { in mpi3mr_total_num_ioctl_sges()
624 U8 bufcnt, U8 is_rmc, U8 is_rmr, U8 num_datasges) in mpi3mr_app_construct_sgl() argument
643 sges_needed = mpi3mr_total_num_ioctl_sges(dma_buffers, bufcnt); in mpi3mr_app_construct_sgl()
687 for (; count < bufcnt; count++, dma_buff++) { in mpi3mr_app_construct_sgl()
701 for (; count < bufcnt; count++, dma_buff++) { in mpi3mr_app_construct_sgl()
785 U8 count, bufcnt = 0, is_rmcb = 0, is_rmrb = 0, din_cnt = 0, dout_cnt = 0; in mpi3mr_app_mptcmds() local
861 bufcnt = buffer_list->num_of_buf_entries; in mpi3mr_app_mptcmds()
862 dma_buffers = malloc((sizeof(*dma_buffers) * bufcnt), M_MPI3MR, M_NOWAIT | M_ZERO); in mpi3mr_app_mptcmds()
871 for (count = 0; count < bufcnt; count++, buf_entries++, dma_buff++) { in mpi3mr_app_mptcmds()
957 for (count = 0; count < bufcnt; count++, dma_buff++) { in mpi3mr_app_mptcmds()
1033 bufcnt, is_rmcb, is_rmrb, (dout_cnt + din_cnt))) { in mpi3mr_app_mptcmds()
1045 dma_buffers, bufcnt)) { in mpi3mr_app_mptcmds()
1052 dma_buffers, bufcnt)) { in mpi3mr_app_mptcmds()
1153 for (count = 0; count < bufcnt; count++, dma_buff++) { in mpi3mr_app_mptcmds()
1194 for (count = 0; count < bufcnt; count++, dma_buff++) { in mpi3mr_app_mptcmds()