Go to the documentation of this file.
44 #ifndef __HIPZ_FNS_CORE_H__
45 #define __HIPZ_FNS_CORE_H__
50 #define hipz_galpa_store_cq(gal, offset, value) \
51 hipz_galpa_store(gal, CQTEMM_OFFSET(offset), value)
53 #define hipz_galpa_load_cq(gal, offset) \
54 hipz_galpa_load(gal, CQTEMM_OFFSET(offset))
56 #define hipz_galpa_store_qp(gal, offset, value) \
57 hipz_galpa_store(gal, QPTEMM_OFFSET(offset), value)
58 #define hipz_galpa_load_qp(gal, offset) \
59 hipz_galpa_load(gal, QPTEMM_OFFSET(offset))
61 static inline void hipz_update_sqa(
struct ehca_qp *qp,
u16 nr_wqes)
68 static inline void hipz_update_rqa(
struct ehca_qp *qp,
u16 nr_wqes)
75 static inline void hipz_update_feca(
struct ehca_cq *cq,
u32 nr_cqes)
91 static inline void hipz_set_cqx_n1(
struct ehca_cq *cq,
u32 value)