Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_send.c97 port = grp->lg_tx_ports[hash % grp->lg_ntx_ports]; in aggr_find_tx_ring()
261 ASSERT(grp->lg_tx_ports != NULL); in aggr_send_port_enable()
262 bcopy(grp->lg_tx_ports, new_ports, in aggr_send_port_enable()
264 kmem_free(grp->lg_tx_ports, in aggr_send_port_enable()
268 grp->lg_tx_ports = new_ports; in aggr_send_port_enable()
272 grp->lg_tx_ports[grp->lg_ntx_ports++] = port; in aggr_send_port_enable()
305 grp->lg_tx_ports[idx] = NULL; in aggr_send_port_disable()
310 victim = grp->lg_tx_ports[ntx - 1]; in aggr_send_port_disable()
311 grp->lg_tx_ports[ntx - 1] = NULL; in aggr_send_port_disable()
313 grp->lg_tx_ports[idx] = victim; in aggr_send_port_disable()
H A Daggr_grp.c225 if (grp->lg_tx_ports != NULL) { in aggr_grp_destructor()
226 kmem_free(grp->lg_tx_ports, in aggr_grp_destructor()
653 port = grp->lg_tx_ports[0]; in aggr_grp_update_default()
/illumos-gate/usr/src/uts/common/sys/
H A Daggr_impl.h219 aggr_port_t **lg_tx_ports; /* array of tx ports */ member