Searched refs:mu_datasize (Results 1 – 3 of 3) sorted by relevance
191 cmd.mu_datasize = sizeof(*enq); in mlx_enquiry()213 cmd.mu_datasize = sizeof(*cfg); in mlx_read_configuration()241 cmd.mu_datasize = sizeof(dcdb_cmd); in mlx_scsi_inquiry()278 cmd.mu_datasize = sizeof(*drv); in mlx_get_device_state()
58 size_t mu_datasize; /* size of databuffer */ member
2018 if (mu->mu_datasize > 0) { in mlx_user_cb()2065 if (mu->mu_datasize > 0) { in mlx_user_command()2066 if (mu->mu_datasize > MLX_MAXPHYS) { in mlx_user_command()2071 kbuf = malloc(mu->mu_datasize, M_DEVBUF, M_WAITOK); in mlx_user_command()2072 if ((error = copyin(mu->mu_buf, kbuf, mu->mu_datasize))) { in mlx_user_command()2085 if (mu->mu_datasize > 0) { in mlx_user_command()2097 mc->mc_length = mu->mu_datasize; in mlx_user_command()2106 if (mu->mu_datasize > 0) { in mlx_user_command()2108 error = copyout(kbuf, mu->mu_buf, mu->mu_datasize); in mlx_user_command()