Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/infiniband/hw/ehca/
Dhipz_fns.h50 #define hipz_galpa_store_eq(gal, offset, value) \ argument
51 hipz_galpa_store(gal, EQTEMM_OFFSET(offset), value)
53 #define hipz_galpa_load_eq(gal, offset) \ argument
54 hipz_galpa_load(gal, EQTEMM_OFFSET(offset))
56 #define hipz_galpa_store_qped(gal, offset, value) \ argument
57 hipz_galpa_store(gal, QPEDMM_OFFSET(offset), value)
59 #define hipz_galpa_load_qped(gal, offset) \ argument
60 hipz_galpa_load(gal, QPEDMM_OFFSET(offset))
62 #define hipz_galpa_store_mrmw(gal, offset, value) \ argument
63 hipz_galpa_store(gal, MRMWMM_OFFSET(offset), value)
[all …]
Dhipz_fns_core.h50 #define hipz_galpa_store_cq(gal, offset, value) \ argument
51 hipz_galpa_store(gal, CQTEMM_OFFSET(offset), value)
53 #define hipz_galpa_load_cq(gal, offset) \ argument
54 hipz_galpa_load(gal, CQTEMM_OFFSET(offset))
56 #define hipz_galpa_store_qp(gal, offset, value) \ argument
57 hipz_galpa_store(gal, QPTEMM_OFFSET(offset), value)
58 #define hipz_galpa_load_qp(gal, offset) \ argument
59 hipz_galpa_load(gal, QPTEMM_OFFSET(offset))
Dhcp_if.h124 const struct h_galpa gal);
152 struct h_galpa gal);
158 struct h_galpa gal);
165 struct h_galpa gal,
170 struct h_galpa gal,
176 struct h_galpa gal,
182 struct h_galpa gal,
Dhcp_if.c513 const struct h_galpa gal) in hipz_h_register_rpage_cq() argument
572 struct h_galpa gal) in hipz_h_modify_qp() argument
593 struct h_galpa gal) in hipz_h_query_qp() argument
635 struct h_galpa gal, in hipz_h_define_aqp0() argument
647 struct h_galpa gal, in hipz_h_define_aqp1() argument
670 struct h_galpa gal, in hipz_h_attach_mcqp() argument
692 struct h_galpa gal, in hipz_h_detach_mcqp() argument
Dehca_cq.c127 struct h_galpa gal; in ehca_create_cq() local
269 gal = my_cq->galpas.kernel; in ehca_create_cq()
270 cqx_fec = hipz_galpa_load(gal, CQTEMM_OFFSET(cqx_fec)); in ehca_create_cq()
Dehca_irq.c461 struct h_galpa gal = cq->galpas.kernel; in reset_eq_pending() local
463 hipz_galpa_store_cq(gal, cqx_ep, 0x0); in reset_eq_pending()
464 CQx_EP = hipz_galpa_load(gal, CQTEMM_OFFSET(cqx_ep)); in reset_eq_pending()