Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c371 mac_rx_fifo_t mrf; in mac_srs_client_poll_enable() local
380 bzero(&mrf, sizeof (mac_rx_fifo_t)); in mac_srs_client_poll_enable()
381 mrf.mrf_type = MAC_RX_FIFO; in mac_srs_client_poll_enable()
416 mrf.mrf_rx_arg = softring; in mac_srs_client_poll_enable()
418 mrf.mrf_cpu_id = softring->s_ring_cpuid; in mac_srs_client_poll_enable()
1713 mac_rx_fifo_t mrf; in mac_srs_create_proto_softrings() local
1715 bzero(&mrf, sizeof (mac_rx_fifo_t)); in mac_srs_create_proto_softrings()
1716 mrf.mrf_type = MAC_RX_FIFO; in mac_srs_create_proto_softrings()
1720 mrf.mrf_flow_priority = pri; in mac_srs_create_proto_softrings()
1736 mrf.mrf_rx_arg = softring; in mac_srs_create_proto_softrings()
[all …]
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_gld.c897 mac_rx_fifo_t mrf; in BnxeMacResources() local
900 mrf.mrf_type = MAC_RX_FIFO; in BnxeMacResources()
901 mrf.mrf_blank = BnxeBlank; in BnxeMacResources()
902 mrf.mrf_arg = (void *)pUM; in BnxeMacResources()
903 mrf.mrf_normal_blank_time = 25; in BnxeMacResources()
904 mrf.mrf_normal_pkt_count = 8; in BnxeMacResources()
909 mac_resource_add(pUM->pMac, (mac_resource_t *)&mrf); in BnxeMacResources()