Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c1786 mac_soft_ring_set_t *mac_rx_srs, mac_soft_ring_set_t *mac_tx_srs) in mac_srs_fanout_modify() argument
1795 ASSERT(mac_rx_srs->srs_fanout_state == SRS_FANOUT_REINIT); in mac_srs_fanout_modify()
1796 mac_rx_srs->srs_fanout_state = SRS_FANOUT_INIT; in mac_srs_fanout_modify()
1799 srings_present = mac_rx_srs->srs_tcp_ring_count; in mac_srs_fanout_modify()
1801 srs_cpu = &mac_rx_srs->srs_cpu; in mac_srs_fanout_modify()
1804 mutex_enter(&mac_rx_srs->srs_lock); in mac_srs_fanout_modify()
1805 if (mac_rx_srs->srs_type & SRST_BW_CONTROL) in mac_srs_fanout_modify()
1807 mutex_exit(&mac_rx_srs->srs_lock); in mac_srs_fanout_modify()
1811 mutex_enter(&mac_rx_srs->srs_lock); in mac_srs_fanout_modify()
1812 mac_rx_srs->srs_type |= SRST_FANOUT_SRC_IP; in mac_srs_fanout_modify()
[all …]
H A Dmac_provider.c1106 mac_soft_ring_set_t *mac_rx_srs; in mac_ring_intr_retarget() local
1117 mac_rx_srs = flent->fe_rx_srs[i]; in mac_ring_intr_retarget()
1118 if (mac_rx_srs->srs_ring != ring) in mac_ring_intr_retarget()
1120 srs_cpu = &mac_rx_srs->srs_cpu; in mac_ring_intr_retarget()
1122 mac_rx_srs_retarget_intr(mac_rx_srs, in mac_ring_intr_retarget()