Searched refs:mc_dataphys (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/sys/dev/raid/mlx/ |
H A D | mlx.c | 1198 … mlx_make_type3(mc, MLX_CMD_LOGOP, MLX_LOGOP_GET, 1, sc->mlx_lastevent, 0, 0, mc->mc_dataphys, 0); in mlx_periodic_eventlog_poll() 1476 mlx_make_type2(mc, command, 0, 0, 0, 0, 0, 0, mc->mc_dataphys, 0); in mlx_enquire() 1900 dcdb->dcdb_physaddr = mc->mc_dataphys + sizeof(*dcdb); 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() 2018 mc->mc_dataphys = segs[0].ds_addr; in mlx_setup_dmamap()
|
H A D | mlxvar.h | 98 u_int32_t mc_dataphys; /* data buffer base address controller space */ member
|