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

/freebsd-10.2-release/sys/dev/mlx/
H A Dmlxio.h60 int mu_bufptr; /* offset into command mailbox to place databuffer address */ member in struct:mlx_usercommand
H A Dmlx.c2014 mu->mu_bufptr = 8;
2021 mc->mc_mailbox[mu->mu_bufptr ] = mc->mc_dataphys & 0xff;
2022 mc->mc_mailbox[mu->mu_bufptr + 1] = (mc->mc_dataphys >> 8) & 0xff;
2023 mc->mc_mailbox[mu->mu_bufptr + 2] = (mc->mc_dataphys >> 16) & 0xff;
2024 mc->mc_mailbox[mu->mu_bufptr + 3] = (mc->mc_dataphys >> 24) & 0xff;
2090 if ((mu->mu_bufptr < 0) || (mu->mu_bufptr > (sizeof(mu->mu_command) -
/freebsd-10.2-release/usr.sbin/mlxcontrol/
H A Dinterface.c193 cmd.mu_bufptr = 8;
215 cmd.mu_bufptr = 8;
280 cmd.mu_bufptr = 8;

Completed in 89 milliseconds