Searched refs:hs_uar (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ib/adapters/hermon/ |
H A D | hermon_event.h | 63 #define HERMON_UAR_DOORBELL(state, uarhdl, hs_uar, doorbell) { \ argument 65 ddi_put64(uarhdl, hs_uar, doorbell); \ 69 #define HERMON_UAR_DOORBELL(state, uarhdl, hs_uar, doorbell) { \ 70 ddi_put64(uarhdl, hs_uar, doorbell); \
|
H A D | hermon.h | 459 hermon_hw_uar_t *hs_uar; member
|
/titanic_50/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_wr.c | 398 (uint64_t *)(void *)&state->hs_uar->send, in hermon_post_send_ud() 743 (uint64_t *)(void *)&state->hs_uar->send, in hermon_post_send_rc() 1081 (uint64_t *)(void *)&state->hs_uar->send, in hermon_post_send()
|
H A D | hermon_cq.c | 1225 &state->hs_uar->cq, (((uint64_t)cmd_sn | cq_num) << in hermon_cq_arm_doorbell() 1239 &state->hs_uar->cq, (((uint64_t)cmd_sn | cq_num) << in hermon_cq_arm_doorbell()
|
H A D | hermon_fm.c | 679 state->hs_uar = (hermon_hw_uar_t *)state->hs_uarkpg_rsrc->hr_addr; in hermon_fm_ereport_init()
|
H A D | hermon.c | 3686 state->hs_uar = (hermon_hw_uar_t *)state->hs_uarkpg_rsrc->hr_addr; in hermon_internal_uarpg_init()
|