Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_hw.c77 ((tavor_hw_uar_t *)ia_uar)->cq = HTOBE_64( \
98 ((tavor_hw_uar_t *)ia_uar)->cq = HTOBE_64(doorbell); in dapli_tavor_cq_doorbell()
113 &((tavor_hw_uar_t *)ia_uar)->cq); in dapli_tavor_cq_doorbell()
122 ((tavor_hw_uar_t *)ia_uar)->send = HTOBE_64( \
150 ((tavor_hw_uar_t *)ia_uar)->send = HTOBE_64(doorbell); in dapli_tavor_qp_send_doorbell()
165 &((tavor_hw_uar_t *)ia_uar)->send); in dapli_tavor_qp_send_doorbell()
175 ((tavor_hw_uar_t *)ia_uar)->recv = HTOBE_64( \
201 ((tavor_hw_uar_t *)ia_uar)->recv = HTOBE_64(doorbell); in dapli_tavor_qp_recv_doorbell()
216 &((tavor_hw_uar_t *)ia_uar)->recv); in dapli_tavor_qp_recv_doorbell()
H A Ddapl_arbel_hw.c119 ((tavor_hw_uar_t *)ia_uar)->cq = HTOBE_64(doorbell); in dapli_arbel_cq_doorbell()
134 &((tavor_hw_uar_t *)ia_uar)->cq); in dapli_arbel_cq_doorbell()
163 ((tavor_hw_uar_t *)ia_uar)->send = HTOBE_64(doorbell); in dapli_arbel_sq_dbreg()
178 &((tavor_hw_uar_t *)ia_uar)->send); in dapli_arbel_sq_dbreg()
H A Ddapl_hermon_hw.c118 ((tavor_hw_uar_t *)ia_uar)->cq = HTOBE_64(doorbell); in dapli_hermon_cq_doorbell()
133 &((tavor_hw_uar_t *)ia_uar)->cq); in dapli_hermon_cq_doorbell()
150 ((tavor_hw_uar_t *)ia_uar)->send = HTOBE_64(doorbell); in dapli_hermon_sq_dbreg()
165 &((tavor_hw_uar_t *)ia_uar)->send); in dapli_hermon_sq_dbreg()
H A Ddapl_tavor_hw.h309 } tavor_hw_uar_t; typedef
/titanic_50/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_typedef.h66 typedef struct tavor_hw_uar_s tavor_hw_uar_t; typedef
H A Dtavor.h411 tavor_hw_uar_t *ts_uar;
/titanic_50/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor.c2539 state->ts_uar = (tavor_hw_uar_t *)state->ts_uarpg1_rsrc->tr_addr; in tavor_internal_uarpgs_init()