HomeSort by: relevance | last modified time | path
    Searched refs:q_depth (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/ena-com/
ena_eth_com.h 109 return io_sq->q_depth - 1 - cnt;
152 need_update = unreported_comp > (io_cq->q_depth / ENA_COMP_HEAD_THRESH);
ena_eth_com.c 43 head_masked = io_cq->head & (io_cq->q_depth - 1);
63 if (unlikely((io_cq->head & (io_cq->q_depth - 1)) == 0))
72 tail_masked = io_sq->tail & (io_sq->q_depth - 1);
87 dst_tail_mask = io_sq->tail & (io_sq->q_depth - 1);
103 if (unlikely((io_sq->tail & (io_sq->q_depth - 1)) == 0))
221 if (unlikely((io_sq->tail & (io_sq->q_depth - 1)) == 0))
228 idx &= (io_cq->q_depth - 1);
256 head_masked = io_cq->head & (io_cq->q_depth - 1);
599 masked_head = io_cq->head & (io_cq->q_depth - 1);
614 if (unlikely(cdesc->req_id >= io_cq->q_depth)) {
    [all...]
ena_com.c 124 u16 size = ADMIN_SQ_SIZE(queue->q_depth);
146 u16 size = ADMIN_CQ_SIZE(queue->q_depth);
169 dev->aenq.q_depth = ENA_ASYNC_QUEUE_DEPTH;
181 aenq->head = aenq->q_depth;
191 aenq_caps |= dev->aenq.q_depth & ENA_REGS_AENQ_CAPS_AENQ_DEPTH_MASK;
217 if (unlikely(command_id >= queue->q_depth)) {
219 command_id, queue->q_depth);
247 queue_size_mask = admin_queue->q_depth - 1;
253 if (cnt >= admin_queue->q_depth) {
298 size_t size = queue->q_depth * sizeof(struct ena_comp_ctx)
    [all...]
ena_com.h 170 u16 q_depth; member in struct:ena_com_io_cq
213 u16 q_depth; member in struct:ena_com_io_sq
263 u16 q_depth; member in struct:ena_com_admin_queue
291 u16 q_depth; member in struct:ena_com_aenq

Completed in 13 milliseconds