Searched refs:mac_rx_srs (Results 1 – 2 of 2) sorted by relevance
1786 mac_soft_ring_set_t *mac_rx_srs, mac_soft_ring_set_t *mac_tx_srs) in mac_srs_fanout_modify() argument1795 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 …]
1106 mac_soft_ring_set_t *mac_rx_srs; in mac_ring_intr_retarget() local1117 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()