Searched refs:nslot (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sdcard/impl/
H A Dsda_host.c55 sda_host_alloc(dev_info_t *dip, int nslot, sda_ops_t *ops, ddi_dma_attr_t *dma) argument
64 h->h_nslot = nslot;
65 h->h_slots = kmem_zalloc(sizeof (sda_slot_t) * nslot, KM_SLEEP);
70 for (int i = 0; i < nslot; i++) {
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_gen.c157 * _nsc_rmmap_init (nsc_rmmap_t *map, char *name, int nslot,
171 int nslot, size_t size, ulong_t offset)
186 map->inuse = nslot;
228 int i, nslot = map[0].inuse; local
240 for (i = 1; i < nslot; i++) {
271 for (i = 1; i < nslot; i++)
275 if (i == nslot)
312 int i, nslot = map[0].inuse; local
319 for (i = 1; i < nslot; i++) {
360 int i, nslot local
170 _nsc_rmmap_init(nsc_rmmap_t *map, char *name, int nslot, size_t size, ulong_t offset) argument
437 int i, nslot; local
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/nsctl/
H A Dnsctl.c1781 int nslot; local
1794 mdb_printf("\nmap name offset size nslot\n");
1798 nslot = slot.inuse;
1799 mdb_printf("\nslot name offset size inuse\n");
1801 while (--nslot) {
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.c363 gem_rx_desc_dma_sync(struct gem_dev *dp, int head, int nslot, int how) argument
370 if (rx_desc_unit_shift < 0 || nslot == 0) {
376 if ((m = nslot - n) > 0) {
381 nslot = n;
386 (size_t)(nslot << rx_desc_unit_shift),
391 gem_tx_desc_dma_sync(struct gem_dev *dp, int head, int nslot, int how) argument
398 if (tx_desc_unit_shift < 0 || nslot == 0) {
404 if ((m = nslot - n) > 0) {
409 nslot = n;
415 (size_t)(nslot << tx_desc_unit_shif
420 gem_rx_start_default(struct gem_dev *dp, int head, int nslot) argument
[all...]
H A Dsfe.c197 static void sfe_tx_start(struct gem_dev *dp, int startslot, int nslot);
1225 sfe_tx_start(struct gem_dev *dp, int start_slot, int nslot) argument
1231 if (nslot > 1) {
1234 nslot - 1, DDI_DMA_SYNC_FORDEV);
/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dwhcdi.h129 int (*set_num_dnts) (dev_info_t *, uint8_t interval, uint8_t nslot);

Completed in 730 milliseconds