Lines Matching refs:entry_count

128 efct_hw_new_eq(struct efct_hw *hw, u32 entry_count)  in efct_hw_new_eq()  argument
137 eq->entry_count = entry_count; in efct_hw_new_eq()
142 if (sli_queue_alloc(&hw->sli, SLI4_QTYPE_EQ, eq->queue, entry_count, in efct_hw_new_eq()
154 eq->queue->id, eq->entry_count); in efct_hw_new_eq()
159 efct_hw_new_cq(struct hw_eq *eq, u32 entry_count) in efct_hw_new_cq() argument
170 cq->entry_count = entry_count; in efct_hw_new_cq()
176 cq->entry_count, eq->queue)) { in efct_hw_new_cq()
178 eq->instance, eq->entry_count); in efct_hw_new_cq()
187 cq->queue->id, cq->entry_count); in efct_hw_new_cq()
193 u32 num_cqs, u32 entry_count) in efct_hw_new_cq_set() argument
215 cq->entry_count = entry_count; in efct_hw_new_cq_set()
222 if (sli_cq_alloc_set(sli4, qs, num_cqs, entry_count, assefct)) { in efct_hw_new_cq_set()
244 efct_hw_new_mq(struct hw_cq *cq, u32 entry_count) in efct_hw_new_mq() argument
255 mq->entry_count = entry_count; in efct_hw_new_mq()
270 mq->queue->id, mq->entry_count); in efct_hw_new_mq()
275 efct_hw_new_wq(struct hw_cq *cq, u32 entry_count) in efct_hw_new_wq() argument
287 wq->entry_count = entry_count; in efct_hw_new_wq()
291 wq->free_count = wq->entry_count - 1; in efct_hw_new_wq()
295 wq->entry_count, cq->queue)) { in efct_hw_new_wq()
305 wq->instance, wq->queue->id, wq->entry_count, wq->class); in efct_hw_new_wq()
311 u32 num_rq_pairs, u32 entry_count) in efct_hw_new_rq_set() argument
335 rq->entry_count = entry_count; in efct_hw_new_rq_set()
356 rqs[0]->entry_count, in efct_hw_new_rq_set()
368 size = sizeof(struct efc_hw_sequence *) * rqs[i]->entry_count; in efct_hw_new_rq_set()