Searched defs:cqc_entry (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cq.c69 tavor_hw_cqc_t cqc_entry; local
272 bzero(&cqc_entry, sizeof (tavor_hw_cqc_t));
275 cqc_entry.xlat = TAVOR_VA2PA_XLAT_ENABLED;
276 cqc_entry.state = TAVOR_CQ_DISARMED;
277 cqc_entry.start_addr_h = (addr >> 32);
278 cqc_entry.start_addr_l = (addr & 0xFFFFFFFF);
279 cqc_entry.log_cq_sz = log_cq_size;
281 cqc_entry.usr_page = uarpg;
283 cqc_entry.usr_page = 0;
285 cqc_entry
400 tavor_hw_cqc_t cqc_entry; local
550 tavor_hw_cqc_t cqc_entry; local
[all...]
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cq.c74 hermon_hw_cqc_t cqc_entry; local
298 bzero(&cqc_entry, sizeof (hermon_hw_cqc_t));
300 cqc_entry.state = HERMON_CQ_DISARMED;
301 cqc_entry.pg_offs = cq->cq_cqinfo.qa_pgoffs >> 5;
302 cqc_entry.log_cq_sz = log_cq_size;
303 cqc_entry.usr_page = uarpg;
304 cqc_entry.c_eqn = cq->cq_eqnum;
305 cqc_entry.log2_pgsz = mr->mr_log2_pgsz;
306 cqc_entry.mtt_base_addh = (uint32_t)((mr->mr_mttaddr >> 32) & 0xFF);
307 cqc_entry
417 hermon_hw_cqc_t cqc_entry; local
579 hermon_hw_cqc_t cqc_entry; local
793 hermon_hw_cqc_t cqc_entry; local
[all...]

Completed in 60 milliseconds