Searched refs:nslot (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/uts/common/avs/ns/nsctl/ |
H A D | nsc_gen.c | 171 int nslot, size_t size, ulong_t offset) in _nsc_rmmap_init() argument 186 map->inuse = nslot; in _nsc_rmmap_init() 228 int i, nslot = map[0].inuse; in _nsc_rmmap_alloc() local 240 for (i = 1; i < nslot; i++) { in _nsc_rmmap_alloc() 271 for (i = 1; i < nslot; i++) in _nsc_rmmap_alloc() 275 if (i == nslot) in _nsc_rmmap_alloc() 312 int i, nslot = map[0].inuse; in _nsc_rmmap_free() local 319 for (i = 1; i < nslot; i++) { in _nsc_rmmap_free() 360 int i, nslot = map[0].inuse; in _nsc_rmmap_size() local 365 for (i = 1; i < nslot; i++) { in _nsc_rmmap_size() [all …]
|
/titanic_44/usr/src/uts/common/io/sdcard/impl/ |
H A D | sda_host.c | 55 sda_host_alloc(dev_info_t *dip, int nslot, sda_ops_t *ops, ddi_dma_attr_t *dma) in sda_host_alloc() argument 64 h->h_nslot = nslot; in sda_host_alloc() 65 h->h_slots = kmem_zalloc(sizeof (sda_slot_t) * nslot, KM_SLEEP); in sda_host_alloc() 70 for (int i = 0; i < nslot; i++) { in sda_host_alloc()
|
/titanic_44/usr/src/uts/common/io/sfe/ |
H A D | sfe_util.c | 363 gem_rx_desc_dma_sync(struct gem_dev *dp, int head, int nslot, int how) in gem_rx_desc_dma_sync() argument 370 if (rx_desc_unit_shift < 0 || nslot == 0) { in gem_rx_desc_dma_sync() 376 if ((m = nslot - n) > 0) { in gem_rx_desc_dma_sync() 381 nslot = n; in gem_rx_desc_dma_sync() 386 (size_t)(nslot << rx_desc_unit_shift), in gem_rx_desc_dma_sync() 391 gem_tx_desc_dma_sync(struct gem_dev *dp, int head, int nslot, int how) in gem_tx_desc_dma_sync() argument 398 if (tx_desc_unit_shift < 0 || nslot == 0) { in gem_tx_desc_dma_sync() 404 if ((m = nslot - n) > 0) { in gem_tx_desc_dma_sync() 409 nslot = n; in gem_tx_desc_dma_sync() 415 (size_t)(nslot << tx_desc_unit_shift), in gem_tx_desc_dma_sync() [all …]
|
H A D | sfe.c | 197 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) in sfe_tx_start() argument 1231 if (nslot > 1) { in sfe_tx_start() 1234 nslot - 1, DDI_DMA_SYNC_FORDEV); in sfe_tx_start()
|
/titanic_44/usr/src/cmd/mdb/common/modules/nsctl/ |
H A D | nsctl.c | 1781 int nslot; in nsc_rmap() local 1798 nslot = slot.inuse; in nsc_rmap() 1801 while (--nslot) { in nsc_rmap()
|
/titanic_44/usr/src/uts/common/sys/usb/usba/ |
H A D | whcdi.h | 129 int (*set_num_dnts) (dev_info_t *, uint8_t interval, uint8_t nslot);
|
/titanic_44/usr/src/cmd/fm/dicts/ |
H A D | ZFS.po | 58 …n\n\nIf the device has been replaced by another disk in the same physical\nslot, then the device c… 90 …n\n\nIf the device has been replaced by another disk in the same physical\nslot, then the device c…
|