Searched defs:ehca_cq (Results 1 – 1 of 1) sorted by relevance
237 struct ehca_cq { struct238 struct ib_cq ib_cq;239 struct ipz_queue ipz_queue;240 struct h_galpas galpas;241 spinlock_t spinlock;242 u32 cq_number;243 u32 token;244 u32 nr_of_entries;245 struct ipz_cq_handle ipz_cq_handle;246 struct ehca_pfcq pf;[all …]