Home
last modified time | relevance | path

Searched refs:tmap (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_hio.c1061 nxge->shares[i].tmap = 0; in nxge_hio_init()
1397 res_map_t *tmap, in nxge_hio_share_assign() argument
1464 (*tmap) |= 1 << slot; in nxge_hio_share_assign()
1599 shp->tmap = 0; in nxge_hio_share_free()
1781 uint64_t rmap, tmap, hv_rmap, hv_tmap; in nxge_hio_share_bind() local
1796 tmap = 0; in nxge_hio_share_bind()
1797 rv = nxge_hio_addres(vr, MAC_RING_TYPE_TX, &tmap); in nxge_hio_share_bind()
1805 nxge_hio_remres(vr, MAC_RING_TYPE_TX, tmap); in nxge_hio_share_bind()
1816 nxge_hio_remres(vr, MAC_RING_TYPE_TX, tmap); in nxge_hio_share_bind()
1822 shp->tmap = hv_tmap; in nxge_hio_share_bind()
[all …]
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge.h614 uint64_t tmap; member