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

/illumos-gate/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);
91 ASSERT(aggr_portids != NULL);
103 id_space_destroy(aggr_portids);
192 if ((portid = (uint16_t)id_alloc(aggr_portids)) == 0) {
203 id_free(aggr_portids, portid);
210 id_free(aggr_portids, portid);
324 id_free(aggr_portids, port->lp_portid);

Completed in 59 milliseconds