Searched refs:mc_dataphys (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/mlx/ |
H A D | mlx.c | 1259 mc->mc_sc->mlx_lastevent, 0, 0, mc->mc_dataphys, 0); in mlx_eventlog_cb() 1558 mlx_make_type2(mc, mc->mc_command, 0, 0, 0, 0, 0, 0, mc->mc_dataphys, 0); in mlx_enquire_cb() 2011 dcdb->dcdb_physaddr = mc->mc_dataphys + sizeof(*dcdb); 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() 2202 mc->mc_dataphys = segs[0].ds_addr; in mlx_setup_dmamap()
|
H A D | mlxvar.h | 101 u_int32_t mc_dataphys; /* data buffer base address controller space */ member
|