Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/aggr/
H A Daggr_port.c73 ASSERT(port->lp_mphp == NULL); in aggr_port_destructor()
273 ASSERT(port->lp_mphp == NULL); in aggr_port_delete()
532 aggr_recv_cb, port, &port->lp_mphp, in aggr_port_promisc()
539 mac_promisc_remove(port->lp_mphp); in aggr_port_promisc()
540 port->lp_mphp = NULL; in aggr_port_promisc()
/titanic_50/usr/src/uts/common/sys/
H A Daggr_impl.h126 mac_promisc_handle_t lp_mphp; member