qsize
int qsize;
qsize = atoi(qsize_ptr == NULL ? "-1" : qsize_ptr);
if (qsize != 0) {
(void) printf(gettext("\tQueue size: %d %s\n"), qsize,
qsize == -1 ? "(internal error: value not available)" : "");
npa.qsize = 0;
cb_svcpool.qsize = 0;
npa.qsize = 0;
int qsize; /* Queue size */
new_state->qsize = nqueries;
assert(qid < state->qsize);
(*qsize) = rptr - ptr;
int qsize;
c = quoted(ptr, &qsize);
(*size) += qsize;
ptr += qsize;
quoted(char *ptr, int *qsize)
int qsize;
*ptrout++ = quoted(ptrin, &qsize);
ptrin += qsize;
RSA_key_init(RSAkey *key, int psize, int qsize)
qlen = BITLEN2BIGNUMLEN(qsize);
key->size = psize + qsize;
generate_rsa_key(RSAkey *key, int psize, int qsize, BIGNUM *pubexp,
size = psize + qsize;
if ((brv = big_random(&c, qsize, rf)) != BIG_OK) {
if (big_bitlength(&a) != qsize) {
rv = generate_rsa_key(key, psize, qsize, pubexp, rf);
assert(qid < state->qsize);
new_state->qsize = nqueries;
int qsize; /* Size of queries */
#define DAT_EVD_RESIZE(evd, qsize) \
(qsize))
#define DAT_SRQ_RESIZE(srq, qsize) \
(qsize))
uint32_t *wqe_start, *wqe_top, *wqe_base, qsize, invalue;
qsize = qp->qp_sq_numwqe;
wqe_top = (uint32_t *)TAVOR_QP_SQ_ENTRY(qp, qsize);
dapli_tavor_wrid_get_list(uint32_t qsize, int wrid_for_srq)
wl_wre_size = qsize * sizeof (dapls_tavor_wrid_entry_t);
wl_freel_size = qsize * sizeof (uint32_t);
wridlist->wl_size = qsize;
wridlist->wl_freel_entries = qsize;
if (qsize(rq) > 0) {
size_t qsize;
qsize = sizeof (qlt_dma_sgl_t);
qsize += cookie_count * sizeof (ddi_dma_cookie_t);
qsgl = kmem_alloc(qsize, KM_SLEEP);
qsgl->qsize = qsize;
kmem_free(qsgl, qsgl->qsize);
size_t qsize;
uint16_t qsize; /* size (# of entries) of the queue */
uint16_t qsize; /* size (# of entries) of the queue */
uint16_t qsize; /* size (# of entries) of the queue */
u32 qsize;
qsize = 6 * CIM_OBQ_SIZE * 4 * sizeof(u32);
rc = get_scratch_buff(dbg_buff, qsize, &scratch_buff);
scratch_buff.offset), qsize);
u32 qsize;
qsize = CIM_IBQ_SIZE * 4 * sizeof(u32);
rc = get_scratch_buff(dbg_buff, qsize, &scratch_buff);
scratch_buff.offset), qsize);
if (eq->pending >= (1 << (fls(eq->qsize - eq->avail) / 2))) {
(void) t4_tx_reclaim_descs(txq, eq->qsize, NULL);
int qsize, uint8_t esize)
iq->qsize = roundup(qsize, 16); /* See FW_IQ_CMD/iqsize */
init_fl(struct sge_fl *fl, uint16_t qsize)
fl->qsize = qsize;
len = iq->qsize * iq->esize;
c.iqsize = cpu_to_be16(iq->qsize);
len = fl->qsize * RX_FL_ESIZE;
fl->cap = (fl->qsize - sc->sge.stat_len / RX_FL_ESIZE) * 8;
c.fl0size = cpu_to_be16(fl->qsize);
V_FW_EQ_ETH_CMD_EQSIZE(eq->qsize)),
len = eq->qsize * EQ_ESIZE;
eq->cap = eq->qsize - sc->sge.stat_len / EQ_ESIZE;
txq->txb_size = eq->qsize * txq->copy_threshold;
txq->tx_dhdl_total = eq->qsize * 2;
if (++iq->cidx == iq->qsize - 1) {
(void) t4_tx_reclaim_descs(txq, eq->qsize, &freemp);
txq->eq.qsize = p->qsize_txq;
mp = t4_ring_rx(rxq, iq->qsize/8);
const uint_t limit = (budget != 0) ? budget : iq->qsize / 8;
if (service_iq(q, q->qsize / 8) == 0) {
int8_t pktc_idx, int qsize, uint8_t esize);
static inline void init_fl(struct sge_fl *fl, uint16_t qsize);
if (service_iq(q, q->qsize / 8) == 0)
uint32_t *wqe_start, *wqe_top, *wqe_base, qsize;
qsize = qp->qp_sq_bufsz;
wqe_top = (uint32_t *)HERMON_QP_SQ_ENTRY(qp, qsize);
uint32_t qsize;
qsize = qp->qp_sq_bufsz;
wqe_top = TAVOR_QP_SQ_ENTRY(qp, qsize);
qsize = qp->qp_rq_bufsz;
wqe_top = TAVOR_QP_RQ_ENTRY(qp, qsize);
qsize = srq->srq_wq_bufsz;
wqe_top = TAVOR_SRQ_WQ_ENTRY(srq, qsize);
tavor_wrid_get_list(uint32_t qsize)
wridlist->wl_size = qsize;
wridlist->wl_wre = (tavor_wrid_entry_t *)kmem_zalloc(qsize *
if (!canputnext(q) || (qsize(q) > 0)) {
if ((datamsg(mp->b_datap->db_type)) && (qsize(q) > 0))
uint_t qsize, uint_t timeout, uint_t stksize, uint_t max_same_xprt)
if (qsize == 0)
qsize = svc_default_qsize;
svc_xprt_qinit(pool, qsize);
args->qsize, args->timeout, args->stksize, args->max_same_xprt);
svc_xprt_qinit(SVCPOOL *pool, size_t qsize)
pool->p_qsize = qsize;
uint32_t qsize; /* `xprt-ready' queue size */
extern int qsize(queue_t *);
while (pp->e_busy != ECPP_IDLE || qsize(WR(q))) {
pp->joblen, pp->ctx_cf, qsize(pp->writeq), qsize(q));