Home
last modified time | relevance | path

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

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