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

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_phys.c522 mac_client_handle_t *mchp; local
535 mchp = (type == VSW_LOCALDEV) ? &vswp->mch : &port->p_mch;
536 if (*mchp != NULL) {
552 rv = mac_client_open(vswp->mh, mchp, mac_cl_name, flags);
559 mac_client_set_rings(*mchp, MAC_RXRINGS_NONE, MAC_TXRINGS_NONE);
584 mac_client_handle_t *mchp; local
588 mchp = (type == VSW_LOCALDEV) ? &vswp->mch : &port->p_mch;
589 if (*mchp != NULL) {
590 mac_client_close(*mchp, 0);
591 *mchp
[all...]
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_client.c1308 mac_client_open(mac_handle_t mh, mac_client_handle_t *mchp, char *name, argument
1318 *mchp = NULL;
1343 *mchp = (mac_client_handle_t)mcip;
1468 *mchp = (mac_client_handle_t)mcip;

Completed in 89 milliseconds