Searched refs:tmap (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/io/nxge/ |
H A D | nxge_hio.c | 1065 nxge->shares[i].tmap = 0; in nxge_hio_init() 1401 res_map_t *tmap, in nxge_hio_share_assign() argument 1468 (*tmap) |= 1 << slot; in nxge_hio_share_assign() 1580 shp->tmap = shp->rmap = 0; /* to be assigned by ms_sbind */ in nxge_hio_share_alloc() 1603 shp->tmap = 0; in nxge_hio_share_free() 1785 uint64_t rmap, tmap, hv_rmap, hv_tmap; in nxge_hio_share_bind() local 1800 tmap = 0; in nxge_hio_share_bind() 1801 rv = nxge_hio_addres(vr, MAC_RING_TYPE_TX, &tmap); in nxge_hio_share_bind() 1809 nxge_hio_remres(vr, MAC_RING_TYPE_TX, tmap); in nxge_hio_share_bind() 1820 nxge_hio_remres(vr, MAC_RING_TYPE_TX, tmap); in nxge_hio_share_bind() [all …]
|
/titanic_50/usr/src/uts/common/sys/nxge/ |
H A D | nxge.h | 614 uint64_t tmap; member
|