Home
last modified time | relevance | path

Searched refs:ra_base (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/io/
H A Dbusra.c78 uint64_t ra_base; member
387 mapend = mapp->ra_base + mapp->ra_len; in ndi_ra_free()
390 if ((base <= mapp->ra_base && newend > mapp->ra_base) || in ndi_ra_free()
391 (base > mapp->ra_base && base < mapend)) { in ndi_ra_free()
396 (newend > mapp->ra_next->ra_base)) { in ndi_ra_free()
402 if (newend == mapp->ra_base) { in ndi_ra_free()
404 mapp->ra_base = base; in ndi_ra_free()
415 (newend == mapp->ra_next->ra_base)) { in ndi_ra_free()
423 } else if (base < mapp->ra_base) { in ndi_ra_free()
427 newmap->ra_base = base; in ndi_ra_free()
[all …]
/titanic_41/usr/src/uts/sun4v/sys/
H A Dhypervisor_api.h410 extern uint64_t hv_ldc_tx_qconf(uint64_t channel, uint64_t ra_base,
412 extern uint64_t hv_ldc_tx_qinfo(uint64_t channel, uint64_t *ra_base,
417 extern uint64_t hv_ldc_rx_qconf(uint64_t channel, uint64_t ra_base,
419 extern uint64_t hv_ldc_rx_qinfo(uint64_t channel, uint64_t *ra_base,
/titanic_41/usr/src/uts/sun4v/ml/
H A Dhcall.s214 hv_ldc_tx_qconf(uint64_t channel, uint64_t ra_base, uint64_t nentries)
219 hv_ldc_tx_qinfo(uint64_t channel, uint64_t *ra_base, uint64_t *nentries)
235 hv_ldc_rx_qconf(uint64_t channel, uint64_t ra_base, uint64_t nentries)
240 hv_ldc_rx_qinfo(uint64_t channel, uint64_t *ra_base, uint64_t *nentries)
/titanic_41/usr/src/uts/sun4v/io/
H A Dldc.c2585 uint64_t ra_base, nentries; in ldc_init() local
2600 rv = hv_ldc_tx_qinfo(id, &ra_base, &nentries); in ldc_init()