Searched refs:lp_mnh (Results 1 – 2 of 2) sorted by relevance
72 ASSERT(port->lp_mnh == NULL); in aggr_port_destructor()111 port->lp_mnh = mac_notify_add(port->lp_mh, aggr_port_notify_cb, port); in aggr_port_init_callbacks()286 if ((port->lp_mnh != NULL) && in aggr_port_delete()287 (mac_notify_remove(port->lp_mnh, B_FALSE) == 0)) { in aggr_port_delete()290 port->lp_mnh = NULL; in aggr_port_delete()
116 mac_notify_handle_t lp_mnh; member