Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_provider.h404 typedef mblk_t *(*mac_ring_send_t)(void *, mblk_t *); typedef
415 mac_ring_send_t send;
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_gld.c1687 pRingInfo->mri_tx = (mac_ring_send_t)BnxeTxRingSend; in BnxeFillRing()