Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/sys/dev/mlx/
H A Dmlxio.h60 int mu_bufptr; /* offset into command mailbox to place databuffer address */ member
H A Dmlx.c2012 mu->mu_bufptr = 8; in mlx_user_cb()
2019 mc->mc_mailbox[mu->mu_bufptr ] = mc->mc_dataphys & 0xff; in mlx_user_cb()
2020 mc->mc_mailbox[mu->mu_bufptr + 1] = (mc->mc_dataphys >> 8) & 0xff; in mlx_user_cb()
2021 mc->mc_mailbox[mu->mu_bufptr + 2] = (mc->mc_dataphys >> 16) & 0xff; in mlx_user_cb()
2022 mc->mc_mailbox[mu->mu_bufptr + 3] = (mc->mc_dataphys >> 24) & 0xff; in mlx_user_cb()
2088 if ((mu->mu_bufptr < 0) || (mu->mu_bufptr > (sizeof(mu->mu_command) - in mlx_user_command()