HomeSort by relevance Sort by last modified time
    Searched refs:nslots (Results 1 - 25 of 45) sorted by null

1 2

  /onnv/onnv-gate/usr/src/uts/common/io/nge/
nge_tx.c 61 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));
437 uint32_t nslots; local
    [all...]
nge_main.c 280 slice->nslots = qty;
331 dma_p->nslots = ~0U;
480 kmem_free(ssbdp, srp->desc.nslots*sizeof (*ssbdp));
493 uint32_t nslots; local
503 srp->desc.nslots = ngep->tx_desc;
504 nslots = srp->desc.nslots;
515 ssbdp = kmem_zalloc(nslots*sizeof (*ssbdp), KM_SLEEP);
524 for (slot = 0; slot < nslots/ngep->nge_split; ++ssbdp, ++slot) {
581 srp->tx_free = srp->desc.nslots;
    [all...]
nge.h 419 uint32_t nslots; /* number of slots */ member in struct:dma_area
490 uint64_t nslots; /* descriptor area */ member in struct:buff_ring
nge_rx.c 389 rrp->prod_index = NEXT(end_index, rrp->desc.nslots);
nge_chip.c 818 dlen.dlen_bits.rdlen = ngep->recv->desc.nslots - 1;
840 dlen.dlen_bits.tdlen = ngep->send->desc.nslots - 1;
    [all...]
  /onnv/onnv-gate/usr/src/lib/libparted/common/lib/
quotearg.c 557 static unsigned int nslots = 1; variable
566 for (i = 1; i < nslots; i++)
579 nslots = 1;
602 if (nslots <= n0)
618 memset (sv + nslots, 0, (n1 - nslots) * sizeof *sv);
619 nslots = n1;
  /onnv/onnv-gate/usr/src/uts/common/io/bge/
bge_send.c 110 ASSERT(srp->tx_free <= srp->desc.nslots);
114 slot = NEXT(slot, srp->desc.nslots)) {
134 ASSERT(srp->tx_free + n <= srp->desc.nslots);
147 bgep->watchdog = srp->tx_free == srp->desc.nslots ? 0 : 1;
354 srp->tx_next = NEXT(slot, srp->desc.nslots);
465 if (tx_next + count > srp->desc.nslots) {
467 (srp->desc.nslots - tx_next) * sizeof (bge_sbd_t),
469 count -= srp->desc.nslots - tx_next;
bge_recv2.c 64 brp->rf_next = NEXT(slot, brp->desc.nslots);
109 if (hw_rbd.index >= brp->desc.nslots) {
296 if (*rrp->prod_index_p >= rrp->desc.nslots) {
321 rrp->rx_next = slot = NEXT(slot, rrp->desc.nslots);
376 rrp->rx_next = slot = NEXT(slot, rrp->desc.nslots);
bge_main2.c 179 srp->tx_free = srp->desc.nslots;
226 for (slot = 0; slot < srp->desc.nslots; ++ssbdp, ++slot)
245 uint32_t nslots; local
264 nslots = brp->desc.nslots;
265 ASSERT(brp->buf[0].nslots == nslots/BGE_SPLIT);
268 for (slot = 0; slot < nslots; ++hw_rbd_p, ++srbdp, ++slot) {
281 brp->rf_next = (nslots != 0) ? (nslots-1) : 0
2151 uint32_t nslots; local
2248 uint32_t nslots; local
2312 uint32_t nslots; local
2405 uint32_t nslots; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/common/pcibus/
did.c 84 slotnm_cp(did_t *from, did_t *to, int *nslots)
89 *nslots = 0;
96 *nslots = 0;
105 (*nslots)++;
107 if (*nslots > 0)
110 to, *nslots, from);
180 di_slotinfo_get(topo_mod_t *mp, di_node_t src, int *nslots,
192 *nslots = 0;
209 *nslots = 0;
218 (*nslots)++
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/mpt_sas/
mpt_sas.c 419 int i, nslots;
430 nslots = s->m_n_slots;
432 slots = mdb_alloc(sizeof (mptsas_cmd_t) * nslots, UM_SLEEP);
434 for (i = 0; i < nslots; i++)
557 for (i = 0; i < nslots; i++)
571 for (i = 0; i < nslots; i++)
596 mdb_free(slots, sizeof (mptsas_cmd_t) * nslots);
697 int nslots; local
746 nslots = s->m_n_slots;
751 (sizeof (mptsas_cmd_t *) * (nslots-1))
    [all...]
  /onnv/onnv-gate/usr/src/tools/ctf/cvt/
ctfmerge.c 625 int throttle, nslots, i; local
628 nslots = atoi(getenv("CTFMERGE_MAX_SLOTS"));
630 nslots = MERGE_PHASE1_MAX_SLOTS;
637 nslots = MIN(nslots, (nfiles + wq->wq_maxbatchsz - 1) /
640 wq->wq_wip = xcalloc(sizeof (wip_t) * nslots);
641 wq->wq_nwipslots = nslots;
642 wq->wq_nthreads = MIN(sysconf(_SC_NPROCESSORS_ONLN) * 3 / 2, nslots);
656 for (i = 0; i < nslots; i++) {
  /onnv/onnv-gate/usr/src/uts/sun4u/sunfire/io/
sysctrl.c 165 static void sysc_slot_info(int nslots, int *start, int *limit, int *incr);
531 softsp->nslots = 16;
535 softsp->nslots = 8;
542 softsp->nslots = 5;
544 softsp->nslots = 4;
550 softsp->nslots = 0;
683 sysc_slot_info(softsp->nslots, &start, &limit, &incr);
1015 sysc_slot_info(softsp->nslots, &arg.start, &arg.limit, &arg.incr);
1081 sysc_slot_info(softsp->nslots, &arg.start, &arg.limit,
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/ptm/
ptm.c 215 size_t nslots; local
227 if (mdb_readvar(&nslots, "ptms_nslots") == -1) {
236 wsp->walk_arg = (((struct pt_ttys **)wsp->walk_addr) + (nslots - 1));
  /onnv/onnv-gate/usr/src/uts/common/io/iwk/
iwk2_var.h 47 uint32_t nslots; /* number of slots */ member in struct:iwk_dma_area
  /onnv/onnv-gate/usr/src/uts/common/io/wpi/
wpivar.h 75 uint32_t nslots; /* number of slots */ member in struct:wpi_dma_area
  /onnv/onnv-gate/usr/src/uts/common/io/rwd/
rt2661_var.h 33 uint32_t nslots; /* number of slots */ member in struct:dma_area
  /onnv/onnv-gate/usr/src/uts/common/io/rwn/
rt2860_var.h 60 uint32_t nslots; /* number of slots */ member in struct:dma_area
  /onnv/onnv-gate/usr/src/uts/common/io/iwp/
iwp_var.h 47 uint32_t nslots; /* number of slots */ member in struct:iwp_dma_area
  /onnv/onnv-gate/usr/src/uts/common/io/iwh/
iwh_var.h 47 uint32_t nslots; /* number of slots */ member in struct:iwh_dma_area
  /onnv/onnv-gate/usr/src/uts/common/io/ath/
ath_impl.h 210 uint32_t nslots; /* number of slots */ member in struct:dma_area
  /onnv/onnv-gate/usr/src/uts/sun4u/sunfire/sys/
sysctrl.h 370 uchar_t nslots; /* slots in this system (0-16) */ member in struct:sysctrl_soft_state
  /onnv/onnv-gate/usr/src/uts/common/io/rtw/
rtwvar.h 179 uint32_t nslots; /* number of slots */ member in struct:dma_area
  /onnv/onnv-gate/usr/src/lib/libnisdb/
db_table.cc 198 db_free_list::stats(int nslots)
202 liststart = nslots, // start of freelist
203 listend = nslots+count+2; // end of freelist
  /onnv/onnv-gate/usr/src/uts/common/sys/usb/usba/
whcdi.h 264 uint8_t nslots);

Completed in 1979 milliseconds

1 2