Searched refs:pMac (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_gld.c527 mac_link_update(pUM->pMac, LINK_STATE_UNKNOWN);
564 mac_link_update(pUM->pMac, LINK_STATE_UNKNOWN);
928 mac_resource_add(pUM->pMac, (mac_resource_t *)&mrf);
2445 err = mac_maxsdu_update(pUM->pMac, pUM->devParams.mtu[LM_CLI_IDX_NDIS]);
3004 mac_register_t * pMac; local
3009 if ((pMac = mac_alloc(MAC_VERSION)) == NULL)
3015 pMac->m_driver = pUM;
3016 pMac->m_dip = pUM->pDev;
3017 pMac->m_type_ident = MAC_PLUGIN_IDENT_ETHER;
3018 pMac
[all...]
H A Dbnxe_rx.c543 mac_rx_ring(pUM->pMac,
548 mac_rx(pUM->pMac,
H A Dbnxe_tx.c294 mac_tx_ring_update(pUM->pMac, pTxQ->ringHandle);
296 mac_tx_update(pUM->pMac);
H A Dbnxe.h647 mac_handle_t pMac; member in struct:_um_device

Completed in 69 milliseconds