Lines Matching refs:bufcnt
179 struct mpi3mr_ioctl_mpt_dma_buffer *dma_buffers, U8 bufcnt) in mpi3mr_app_construct_nvme_sgl() argument
202 for (count = 0; count < bufcnt; count++, dma_buff++) { in mpi3mr_app_construct_nvme_sgl()
263 struct mpi3mr_ioctl_mpt_dma_buffer *dma_buffers, U8 bufcnt) in mpi3mr_app_build_nvme_prp() argument
313 for (count = 0; count < bufcnt; count++, dma_buff++) { in mpi3mr_app_build_nvme_prp()
606 U8 bufcnt) in mpi3mr_total_num_ioctl_sges() argument
609 for (i=0; i < bufcnt; i++, dma_buffers++) { in mpi3mr_total_num_ioctl_sges()
623 U8 bufcnt, U8 is_rmc, U8 is_rmr, U8 num_datasges) in mpi3mr_app_construct_sgl() argument
642 sges_needed = mpi3mr_total_num_ioctl_sges(dma_buffers, bufcnt); in mpi3mr_app_construct_sgl()
686 for (; count < bufcnt; count++, dma_buff++) { in mpi3mr_app_construct_sgl()
700 for (; count < bufcnt; count++, dma_buff++) { in mpi3mr_app_construct_sgl()
784 U8 count, bufcnt = 0, is_rmcb = 0, is_rmrb = 0, din_cnt = 0, dout_cnt = 0; in mpi3mr_app_mptcmds() local
860 bufcnt = buffer_list->num_of_buf_entries; in mpi3mr_app_mptcmds()
861 dma_buffers = malloc((sizeof(*dma_buffers) * bufcnt), M_MPI3MR, M_NOWAIT | M_ZERO); in mpi3mr_app_mptcmds()
870 for (count = 0; count < bufcnt; count++, buf_entries++, dma_buff++) { in mpi3mr_app_mptcmds()
956 for (count = 0; count < bufcnt; count++, dma_buff++) { in mpi3mr_app_mptcmds()
1032 bufcnt, is_rmcb, is_rmrb, (dout_cnt + din_cnt))) { in mpi3mr_app_mptcmds()
1044 dma_buffers, bufcnt)) { in mpi3mr_app_mptcmds()
1051 dma_buffers, bufcnt)) { in mpi3mr_app_mptcmds()
1152 for (count = 0; count < bufcnt; count++, dma_buff++) { in mpi3mr_app_mptcmds()
1193 for (count = 0; count < bufcnt; count++, dma_buff++) { in mpi3mr_app_mptcmds()