Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/aggr/
H A Daggr_port.c54 static id_space_t *aggr_portids; variable
90 aggr_portids = id_space_create("aggr_portids", 1, UINT16_MAX); in aggr_port_init()
91 ASSERT(aggr_portids != NULL); in aggr_port_init()
103 id_space_destroy(aggr_portids); in aggr_port_fini()
192 if ((portid = (uint16_t)id_alloc(aggr_portids)) == 0) { in aggr_port_create()
203 id_free(aggr_portids, portid); in aggr_port_create()
210 id_free(aggr_portids, portid); in aggr_port_create()
324 id_free(aggr_portids, port->lp_portid); in aggr_port_free()