Home
last modified time | relevance | path

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

/netbsd/usr.sbin/mlxctl/
H A Dutil.c102 mu.mu_bufptr = 8; in mlx_enquiry()
118 mu.mu_bufptr = 8; in mlx_enquiry()
140 mu.mu_bufptr = 8; in mlx_configuration()
156 mu.mu_bufptr = 8; in mlx_get_device_state()
/netbsd/sys/dev/ic/
H A Dmlxio.h64 int mu_bufptr; /* offset into command m/b for PA */ member
H A Dmlx.c1785 mu->mu_bufptr = 8; in mlx_user_command()
1795 if (mu->mu_bufptr < 0 || in mlx_user_command()
1796 mu->mu_bufptr > sizeof(mu->mu_command) - 4) { in mlx_user_command()
1802 mc->mc_mbox[mu->mu_bufptr] = mc->mc_xfer_phys; in mlx_user_command()
1803 mc->mc_mbox[mu->mu_bufptr+1] = mc->mc_xfer_phys >> 8; in mlx_user_command()
1804 mc->mc_mbox[mu->mu_bufptr+2] = mc->mc_xfer_phys >> 16; in mlx_user_command()
1805 mc->mc_mbox[mu->mu_bufptr+3] = mc->mc_xfer_phys >> 24; in mlx_user_command()