Searched refs:nslots (Results 1 - 25 of 42) sorted by relevance

12

/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_tx.c61 uint32_t nslots; local
64 nslots = srp->desc.nslots;
66 for (slot = 0; slot < nslots; ++slot) {
129 const uint64_t end = srp->desc.nslots * txd_size;
158 uint32_t nslots; local
182 nslots = srp->desc.nslots;
184 used = nslots - free - used;
186 ASSERT(slot == NEXT_INDEX(next, free, nslots));
436 uint32_t nslots; local
[all...]
H A Dnge_main.c283 slice->nslots = qty;
334 dma_p->nslots = ~0U;
483 kmem_free(ssbdp, srp->desc.nslots*sizeof (*ssbdp));
496 uint32_t nslots; local
506 srp->desc.nslots = ngep->tx_desc;
507 nslots = srp->desc.nslots;
518 ssbdp = kmem_zalloc(nslots*sizeof (*ssbdp), KM_SLEEP);
527 for (slot = 0; slot < nslots/ngep->nge_split; ++ssbdp, ++slot) {
584 srp->tx_free = srp->desc.nslots;
[all...]
H A Dnge.h419 uint32_t nslots; /* number of slots */ member in struct:dma_area
490 uint64_t nslots; /* descriptor area */ member in struct:buff_ring
H A Dnge_rx.c387 rrp->prod_index = NEXT(end_index, rrp->desc.nslots);
H A Dnge_chip.c818 dlen.dlen_bits.rdlen = ngep->recv->desc.nslots - 1;
840 dlen.dlen_bits.tdlen = ngep->send->desc.nslots - 1;
1656 srp->tx_free < srp->desc.nslots)
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_recv2.c64 brp->rf_next = NEXT(slot, brp->desc.nslots);
110 if (hw_rbd.index >= brp->desc.nslots) {
300 if (*rrp->prod_index_p >= rrp->desc.nslots) {
326 rrp->rx_next = slot = NEXT(slot, rrp->desc.nslots);
369 if (*rrp->prod_index_p >= rrp->desc.nslots) {
397 rrp->rx_next = slot = NEXT(slot, rrp->desc.nslots);
H A Dbge_send.c115 ASSERT(srp->tx_free <= srp->desc.nslots);
119 slot = NEXT(slot, srp->desc.nslots)) {
151 ASSERT(srp->tx_free + n <= srp->desc.nslots);
460 tx_next = NEXT(tx_next, srp->desc.nslots);
472 (srp->desc.nslots - srp->tx_next) *
475 count -= srp->desc.nslots - srp->tx_next;
H A Dbge_main2.c224 srp->tx_free = srp->desc.nslots;
271 for (slot = 0; slot < srp->desc.nslots; ++ssbdp, ++slot)
290 uint32_t nslots; local
309 nslots = brp->desc.nslots;
310 ASSERT(brp->buf[0].nslots == nslots/BGE_SPLIT);
313 for (slot = 0; slot < nslots; ++hw_rbd_p, ++srbdp, ++slot) {
326 brp->rf_next = (nslots != 0) ? (nslots
2213 uint32_t nslots; local
2310 uint32_t nslots; local
2374 uint32_t nslots; local
2467 uint32_t nslots; local
[all...]
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dctfmerge.c623 int throttle, nslots, i; local
626 nslots = atoi(getenv("CTFMERGE_MAX_SLOTS"));
628 nslots = MERGE_PHASE1_MAX_SLOTS;
635 nslots = MIN(nslots, (nfiles + wq->wq_maxbatchsz - 1) /
638 wq->wq_wip = xcalloc(sizeof (wip_t) * nslots);
639 wq->wq_nwipslots = nslots;
640 wq->wq_nthreads = MIN(sysconf(_SC_NPROCESSORS_ONLN) * 3 / 2, nslots);
654 for (i = 0; i < nslots; i++) {
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl.c166 static void sysc_slot_info(int nslots, int *start, int *limit, int *incr);
528 softsp->nslots = 16;
532 softsp->nslots = 8;
539 softsp->nslots = 5;
541 softsp->nslots = 4;
547 softsp->nslots = 0;
680 sysc_slot_info(softsp->nslots, &start, &limit, &incr);
1012 sysc_slot_info(softsp->nslots, &arg.start, &arg.limit, &arg.incr);
1078 sysc_slot_info(softsp->nslots, &arg.start, &arg.limit,
1879 ((IS4SLOT(softsp->nslots) ||
3327 sysc_slot_info(int nslots, int *start, int *limit, int *incr) argument
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/ptm/
H A Dptm.c215 size_t nslots; local
227 if (mdb_readvar(&nslots, "ptms_nslots") == -1) {
236 wsp->walk_arg = (((struct pt_ttys **)wsp->walk_addr) + (nslots - 1));
/illumos-gate/usr/src/cmd/mdb/common/modules/mpt_sas/
H A Dmpt_sas.c452 int i, nslots; local
482 nslots = s->m_n_normal;
483 slots = mdb_alloc(sizeof (mptsas_cmd_t) * nslots, UM_SLEEP);
485 for (i = 0; i < nslots; i++)
614 for (i = 0; i < nslots; i++)
628 for (i = 0; i < nslots; i++)
653 mdb_free(slots, sizeof (mptsas_cmd_t) * nslots);
773 int nslots; local
824 nslots = s->m_n_normal;
829 (sizeof (mptsas_cmd_t *) * (nslots
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid.c210 di_slotinfo_get(topo_mod_t *mp, di_node_t src, int *nslots, argument
222 *nslots = 0;
239 *nslots = 0;
248 (*nslots)++;
/illumos-gate/usr/src/uts/common/io/rwd/
H A Drt2661_var.h33 uint32_t nslots; /* number of slots */ member in struct:dma_area
/illumos-gate/usr/src/uts/common/io/rwn/
H A Drt2860_var.h60 uint32_t nslots; /* number of slots */ member in struct:dma_area
/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpivar.h75 uint32_t nslots; /* number of slots */ member in struct:wpi_dma_area
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh_var.h47 uint32_t nslots; /* number of slots */ member in struct:iwh_dma_area
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2_var.h47 uint32_t nslots; /* number of slots */ member in struct:iwk_dma_area
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp_var.h47 uint32_t nslots; /* number of slots */ member in struct:iwp_dma_area
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_impl.h210 uint32_t nslots; /* number of slots */ member in struct:dma_area
/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dsysctrl.h370 uchar_t nslots; /* slots in this system (0-16) */ member in struct:sysctrl_soft_state
/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtwvar.h179 uint32_t nslots; /* number of slots */ member in struct:dma_area
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_table.cc198 db_free_list::stats(int nslots) argument
202 liststart = nslots, // start of freelist
203 listend = nslots+count+2; // end of freelist
/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dwhcdi.h264 uint8_t nslots);
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge.h283 uint32_t nslots; /* number of slots */ member in struct:__anon6474

Completed in 98 milliseconds

12