Home
last modified time | relevance | path

Searched refs:mu_bufptr (Results 1 – 3 of 3) sorted by relevance

/dragonfly/usr.sbin/mlxcontrol/
H A Dinterface.c193 cmd.mu_bufptr = 8; in mlx_enquiry()
215 cmd.mu_bufptr = 8; in mlx_read_configuration()
280 cmd.mu_bufptr = 8; in mlx_get_device_state()
/dragonfly/sys/dev/raid/mlx/
H A Dmlxio.h61 int mu_bufptr; /* offset into command mailbox to place databuffer address */ member
H A Dmlx.c1901 mu->mu_bufptr = 8; in mlx_user_command()
1910 if ((mu->mu_bufptr < 0) || (mu->mu_bufptr > (sizeof(mu->mu_command) - sizeof(u_int32_t)))) { in mlx_user_command()
1914 mc->mc_mailbox[mu->mu_bufptr ] = mc->mc_dataphys & 0xff; in mlx_user_command()
1915 mc->mc_mailbox[mu->mu_bufptr + 1] = (mc->mc_dataphys >> 8) & 0xff; in mlx_user_command()
1916 mc->mc_mailbox[mu->mu_bufptr + 2] = (mc->mc_dataphys >> 16) & 0xff; in mlx_user_command()
1917 mc->mc_mailbox[mu->mu_bufptr + 3] = (mc->mc_dataphys >> 24) & 0xff; in mlx_user_command()