Searched refs:din_sz (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/mpi3mr/ |
H A D | mpi3mr_app.c | 788 U32 tmplen = 0, erbsz = MPI3MR_SENSEBUF_SZ, din_sz = 0, dout_sz = 0; in mpi3mr_app_mptcmds() local 889 din_sz = dma_buff->user_buf_len; in mpi3mr_app_mptcmds() 928 if (is_rmcb && ((din_sz + dout_sz) > MPI3MR_MAX_IOCTL_TRANSFER_SIZE)) { in mpi3mr_app_mptcmds() 931 mpi_header->Function, din_sz, dout_sz); in mpi3mr_app_mptcmds() 936 if ((din_sz > MPI3MR_MAX_IOCTL_TRANSFER_SIZE) || in mpi3mr_app_mptcmds() 940 mpi_header->Function, din_sz, dout_sz); in mpi3mr_app_mptcmds() 946 if ((din_sz > MPI3MR_IOCTL_SGE_SIZE) || in mpi3mr_app_mptcmds() 949 __func__, __LINE__, din_cnt, dout_cnt, din_sz, dout_sz); in mpi3mr_app_mptcmds()
|