Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c1503 get_devid_from_ob_iomb(struct pmcs_hw ss, uint32_t *qentryp, uint16_t opcode) in get_devid_from_ob_iomb() argument
1526 htag = LE_32(*(qentryp + 1)); in get_devid_from_ob_iomb()
1565 devid = LE_32(*(qentryp + 1)) & PMCS_DEVICE_ID_MASK; in get_devid_from_ob_iomb()
1573 devid = LE_32(*(qentryp + 2)) & PMCS_DEVICE_ID_MASK; in get_devid_from_ob_iomb()
1590 devid = LE_32(*(qentryp + 3)) & PMCS_DEVICE_ID_MASK; in get_devid_from_ob_iomb()
1598 devid = LE_32(*(qentryp + 4)) & PMCS_DEVICE_ID_MASK; in get_devid_from_ob_iomb()
1663 dump_one_qentry_outbound(struct pmcs_hw ss, uint32_t *qentryp, int idx, in dump_one_qentry_outbound() argument
1667 uint32_t word0 = LE_32(*qentryp); in dump_one_qentry_outbound()
1668 uint32_t word1 = LE_32(*(qentryp + 1)); in dump_one_qentry_outbound()
1685 devid = get_devid_from_ob_iomb(ss, qentryp, in dump_one_qentry_outbound()
[all …]