Searched refs:mrf (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c369 mac_rx_fifo_t mrf; local
378 bzero(&mrf, sizeof (mac_rx_fifo_t));
379 mrf.mrf_type = MAC_RX_FIFO;
389 mrf.mrf_receive = (mac_receive_t)mac_soft_ring_poll;
390 mrf.mrf_intr_enable = (mac_intr_enable_t)mac_soft_ring_intr_enable;
391 mrf.mrf_intr_disable = (mac_intr_disable_t)mac_soft_ring_intr_disable;
414 mrf.mrf_rx_arg = softring;
415 mrf.mrf_intr_handle = (mac_intr_handle_t)softring;
416 mrf.mrf_cpu_id = softring->s_ring_cpuid;
417 mrf
1726 mac_rx_fifo_t mrf; local
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_gld.c916 mac_rx_fifo_t mrf; local
919 mrf.mrf_type = MAC_RX_FIFO;
920 mrf.mrf_blank = BnxeBlank;
921 mrf.mrf_arg = (void *)pUM;
922 mrf.mrf_normal_blank_time = 25;
923 mrf.mrf_normal_pkt_count = 8;
928 mac_resource_add(pUM->pMac, (mac_resource_t *)&mrf);
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_main2.c1480 mac_rx_fifo_t mrf; local
1483 mrf.mrf_type = MAC_RX_FIFO;
1484 mrf.mrf_blank = bge_blank;
1485 mrf.mrf_arg = (void *)bgep;
1486 mrf.mrf_normal_blank_time = 25;
1487 mrf.mrf_normal_pkt_count = 8;
1491 mac_resource_add(bgep->mh, (mac_resource_t *)&mrf);

Completed in 74 milliseconds