Searched refs:log_cq_size (Results 1 – 2 of 2) sorted by relevance
77 uint32_t log_cq_size, lkey, uarpg; in tavor_cq_alloc() local169 log_cq_size = highbit(cq_attr->cq_size); in tavor_cq_alloc()175 if (log_cq_size > state->ts_cfg_profile->cp_log_max_cq_sz) { in tavor_cq_alloc()196 cq->cq_cqinfo.qa_size = (1 << log_cq_size) * sizeof (tavor_hw_cqe_t); in tavor_cq_alloc()219 for (i = 0; i < (1 << log_cq_size); i++) { in tavor_cq_alloc()279 cqc_entry.log_cq_sz = log_cq_size; in tavor_cq_alloc()319 cq->cq_bufsz = (1 << log_cq_size); in tavor_cq_alloc()355 *actual_size = (1 << log_cq_size) - 1; in tavor_cq_alloc()558 uint_t dma_xfer_mode, cq_sync, log_cq_size, maxprot; in tavor_cq_resize() local574 log_cq_size = highbit(req_size); in tavor_cq_resize()[all …]
82 uint32_t log_cq_size, uarpg; in hermon_cq_alloc() local183 log_cq_size = highbit(cq_attr->cq_size); in hermon_cq_alloc()189 if (log_cq_size > state->hs_cfg_profile->cp_log_max_cq_sz) { in hermon_cq_alloc()209 cq->cq_cqinfo.qa_size = (1 << log_cq_size) * sizeof (hermon_hw_cqe_t); in hermon_cq_alloc()302 cqc_entry.log_cq_sz = log_cq_size; in hermon_cq_alloc()341 cq->cq_bufsz = (1 << log_cq_size); in hermon_cq_alloc()342 cq->cq_log_cqsz = log_cq_size; in hermon_cq_alloc()374 *actual_size = (1 << log_cq_size) - 1; in hermon_cq_alloc()588 uint_t log_cq_size; in hermon_cq_resize() local607 log_cq_size = highbit(req_size); in hermon_cq_resize()[all …]