Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/aggr/
H A Daggr_port.c223 port->lp_mah = mah; in aggr_port_create()
310 if (port->lp_mah != NULL) in aggr_port_delete()
311 (void) mac_unicast_remove(port->lp_mch, port->lp_mah); in aggr_port_delete()
H A Daggr_grp.c2705 if (port->lp_mah != NULL) { in aggr_set_port_sdu()
2706 (void) mac_unicast_remove(port->lp_mch, port->lp_mah); in aggr_set_port_sdu()
2707 port->lp_mah = NULL; in aggr_set_port_sdu()
2714 &port->lp_mah, 0, &diag)) != 0) { in aggr_set_port_sdu()
/titanic_41/usr/src/uts/common/sys/
H A Daggr_impl.h127 mac_unicast_handle_t lp_mah; member