Searched refs:q_len (Results 1 – 7 of 7) sorted by relevance
| /dragonfly/sys/dev/netif/oce/ |
| HD | oce_queue.c | 51 uint32_t q_len, uint32_t wq_type); 56 uint32_t q_len, 63 uint32_t q_len, 69 struct oce_eq *eq, uint32_t q_len); 75 uint32_t q_len, 208 oce_wq *oce_wq_init(POCE_SOFTC sc, uint32_t q_len, uint32_t wq_type) in oce_wq_init() argument 214 if (q_len < 256 || q_len > 2048) { in oce_wq_init() 217 "[256, 2000]: 0x%x\n", q_len); in oce_wq_init() 227 wq->cfg.q_len = q_len; in oce_wq_init() 230 wq->cfg.nbufs = 2 * wq->cfg.q_len; in oce_wq_init() [all …]
|
| HD | oce_util.c | 166 uint32_t q_len, uint32_t item_size) in oce_create_ring_buffer() argument 168 uint32_t size = q_len * item_size; in oce_create_ring_buffer() 178 ring->num_items = q_len; in oce_create_ring_buffer()
|
| HD | oce_if.h | 586 enum eq_len q_len; member 616 enum cq_len q_len; member 641 uint8_t q_len; member 667 uint32_t q_len; member 711 uint32_t q_len; member 951 uint32_t q_len, uint32_t num_entries);
|
| HD | oce_mbox.c | 1694 fwcmd->params.req.wq_size = OCE_LOG2(wq->cfg.q_len) + 1; in oce_mbox_create_wq() 1744 fwcmd->params.req.ctx.count = OCE_LOG2(eq->eq_cfg.q_len / 256); in oce_mbox_create_eq() 1805 ctx->v2.count = OCE_LOG2(cq->cq_cfg.q_len / 256); in oce_mbox_cq_create() 1811 if (cq->cq_cfg.q_len > (4*1024)-1) in oce_mbox_cq_create() 1814 ctx->v2.cqe_count = cq->cq_cfg.q_len; in oce_mbox_cq_create() 1820 ctx->v0.count = OCE_LOG2(cq->cq_cfg.q_len / 256); in oce_mbox_cq_create()
|
| HD | oce_if.c | 1682 sc->ifp->if_nmbclusters = sc->nrqs * sc->rq[0]->cfg.q_len; in oce_attach_ifp()
|
| /dragonfly/sys/net/wg/ |
| HD | if_wg.c | 223 size_t q_len; member 403 queue->q_len = 0; in wg_queue_init() 416 return (queue->q_len); in wg_queue_len() 425 if (hs->q_len < MAX_QUEUED_HANDSHAKES) { in wg_queue_enqueue_handshake() 427 hs->q_len++; in wg_queue_enqueue_handshake() 447 hs->q_len--; in wg_queue_dequeue_handshake() 460 if (staged->q_len >= MAX_STAGED_PKT) { in wg_queue_push_staged() 463 staged->q_len--; in wg_queue_push_staged() 466 staged->q_len++; in wg_queue_push_staged() 489 staged->q_len = 0; in wg_queue_delist_staged() [all …]
|
| /dragonfly/contrib/binutils-2.34/libctf/ |
| HD | ctf-lookup.c | 45 size_t q_len; in isqualifier() member 58 && (size_t) len == qp->q_len && in isqualifier() 59 strncmp (qp->q_name, s, qp->q_len) == 0); in isqualifier()
|