Home
last modified time | relevance | path

Searched refs:nslot (Results 1 – 5 of 5) sorted by path

/illumos-gate/usr/src/cmd/fm/dicts/
H A DZFS.po58 …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…
/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) 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()
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe.c193 static void sfe_tx_start(struct gem_dev *dp, int startslot, int nslot);
1148 sfe_tx_start(struct gem_dev *dp, int start_slot, int nslot) in sfe_tx_start() argument
1154 if (nslot > 1) { in sfe_tx_start()
1157 nslot - 1, DDI_DMA_SYNC_FORDEV); in sfe_tx_start()
H A Dsfe_util.c363 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()
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()
420 gem_rx_start_default(struct gem_dev *dp, int head, int nslot) in gem_rx_start_default() argument
[all …]
/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);