Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_port.c56 static id_space_t *aggr_portids; variable
92 aggr_portids = id_space_create("aggr_portids", 1, UINT16_MAX); in aggr_port_init()
93 ASSERT(aggr_portids != NULL); in aggr_port_init()
105 id_space_destroy(aggr_portids); in aggr_port_fini()
193 if ((portid = (uint16_t)id_alloc(aggr_portids)) == 0) { in aggr_port_create()
204 id_free(aggr_portids, portid); in aggr_port_create()
211 id_free(aggr_portids, portid); in aggr_port_create()
326 id_free(aggr_portids, port->lp_portid); in aggr_port_free()