Home
last modified time | relevance | path

Searched refs:mc_dataphys (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/sys/dev/mlx/
Dmlx.c1261 mc->mc_sc->mlx_lastevent, 0, 0, mc->mc_dataphys, 0); in mlx_eventlog_cb()
1560 mlx_make_type2(mc, mc->mc_command, 0, 0, 0, 0, 0, 0, mc->mc_dataphys, 0); in mlx_enquire_cb()
2013 dcdb->dcdb_physaddr = mc->mc_dataphys + sizeof(*dcdb); in mlx_user_cb()
2021 mc->mc_mailbox[mu->mu_bufptr ] = mc->mc_dataphys & 0xff; in mlx_user_cb()
2022 mc->mc_mailbox[mu->mu_bufptr + 1] = (mc->mc_dataphys >> 8) & 0xff; in mlx_user_cb()
2023 mc->mc_mailbox[mu->mu_bufptr + 2] = (mc->mc_dataphys >> 16) & 0xff; in mlx_user_cb()
2024 mc->mc_mailbox[mu->mu_bufptr + 3] = (mc->mc_dataphys >> 24) & 0xff; in mlx_user_cb()
2204 mc->mc_dataphys = segs[0].ds_addr; in mlx_setup_dmamap()
Dmlxvar.h98 u_int32_t mc_dataphys; /* data buffer base address controller space */ member