Searched refs:din_sz (Results 1 – 1 of 1) sorted by relevance
| /freebsd-head/sys/dev/mpi3mr/ |
| HD | mpi3mr_app.c | 788 U32 tmplen = 0, erbsz = MPI3MR_SENSEBUF_SZ, din_sz = 0, dout_sz = 0; in mpi3mr_app_mptcmds() local 891 din_sz = dma_buff->user_buf_len; in mpi3mr_app_mptcmds() 930 if (is_rmcb && ((din_sz + dout_sz) > MPI3MR_MAX_IOCTL_TRANSFER_SIZE)) { in mpi3mr_app_mptcmds() 933 mpi_header->Function, din_sz, dout_sz); in mpi3mr_app_mptcmds() 938 if ((din_sz > MPI3MR_MAX_IOCTL_TRANSFER_SIZE) || in mpi3mr_app_mptcmds() 942 mpi_header->Function, din_sz, dout_sz); in mpi3mr_app_mptcmds() 948 if ((din_sz > MPI3MR_IOCTL_SGE_SIZE) || in mpi3mr_app_mptcmds() 951 __func__, __LINE__, din_cnt, dout_cnt, din_sz, dout_sz); in mpi3mr_app_mptcmds()
|