Searched refs:mu_datasize (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/dev/mlx/
H A Dmlxio.h58 size_t mu_datasize; /* size of databuffer */ member in struct:mlx_usercommand
H A Dmlx.c2020 if (mu->mu_datasize > 0) {
2067 if (mu->mu_datasize > 0) {
2068 if (mu->mu_datasize > MLX_MAXPHYS) {
2073 if (((kbuf = malloc(mu->mu_datasize, M_DEVBUF, M_WAITOK)) == NULL) ||
2074 (error = copyin(mu->mu_buf, kbuf, mu->mu_datasize))) {
2087 if (mu->mu_datasize > 0) {
2099 mc->mc_length = mu->mu_datasize;
2108 if (mu->mu_datasize > 0) {
2110 error = copyout(kbuf, mu->mu_buf, mu->mu_datasize);
/freebsd-10.2-release/usr.sbin/mlxcontrol/
H A Dinterface.c191 cmd.mu_datasize = sizeof(*enq);
213 cmd.mu_datasize = sizeof(*cfg);
241 cmd.mu_datasize = sizeof(dcdb_cmd);
278 cmd.mu_datasize = sizeof(*drv);

Completed in 74 milliseconds