HomeSort by: relevance | last modified time | path
    Searched refs:mu_datasize (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/mlxctl/
util.c 100 mu.mu_datasize = sizeof(*enq);
116 mu.mu_datasize = sizeof(meo);
138 mu.mu_datasize = sizeof(*cfg);
154 mu.mu_datasize = sizeof(*pd);
180 mu.mu_datasize = sizeof(dcdb_cmd);
  /src/sys/dev/ic/
mlxio.h 62 size_t mu_datasize; /* size of buffer */ member in struct:mlx_usercommand
mlx.c 1744 if (mu->mu_datasize > 0) {
1745 if (mu->mu_datasize > MAXPHYS)
1748 kbuf = malloc(mu->mu_datasize, M_DEVBUF, M_WAITOK);
1756 rv = copyin(mu->mu_buf, kbuf, mu->mu_datasize);
1765 rv = mlx_ccb_map(mlx, mc, kbuf, mu->mu_datasize, mu->mu_bufdir);
1793 if (mu->mu_datasize > 0) {
1825 if (mu->mu_datasize > 0 && (mu->mu_bufdir & MU_XFER_IN) != 0) {
1826 rv = copyout(kbuf, mu->mu_buf, mu->mu_datasize);

Completed in 14 milliseconds