Searched refs:num_rq_entries (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/ice/
H A Dice_controlq.h119 u16 num_rq_entries; /* receive queue depth */ member in struct:ice_ctl_q_info
H A Dice_controlq.c135 size_t size = cq->num_rq_entries * sizeof(struct ice_aq_desc);
169 cq->rq.dma_head = ice_calloc(hw, cq->num_rq_entries,
176 for (i = 0; i < cq->num_rq_entries; i++) {
304 status = ice_cfg_cq_regs(hw, &cq->rq, cq->num_rq_entries);
309 wr32(hw, cq->rq.tail, (u32)(cq->num_rq_entries - 1));
402 * - cq->num_rq_entries
421 if (!cq->num_rq_entries || !cq->rq_buf_size) {
445 cq->rq.count = cq->num_rq_entries;
610 * - cq->num_rq_entries
638 if (!cq->num_rq_entries || !c
[all...]
H A Dice_lib.c259 hw->adminq.num_rq_entries = ICE_AQ_LEN;
264 hw->mailboxq.num_rq_entries = ICE_MBXQ_LEN;

Completed in 164 milliseconds