Searched refs:mac_rx_srs (Results 1 – 2 of 2) sorted by relevance
1778 mac_soft_ring_set_t *mac_rx_srs, mac_soft_ring_set_t *mac_tx_srs) in mac_srs_fanout_modify() argument1787 ASSERT(mac_rx_srs->srs_fanout_state == SRS_FANOUT_REINIT); in mac_srs_fanout_modify()1788 mac_rx_srs->srs_fanout_state = SRS_FANOUT_INIT; in mac_srs_fanout_modify()1791 srings_present = mac_rx_srs->srs_tcp_ring_count; in mac_srs_fanout_modify()1793 srs_cpu = &mac_rx_srs->srs_cpu; in mac_srs_fanout_modify()1796 mutex_enter(&mac_rx_srs->srs_lock); in mac_srs_fanout_modify()1797 if (mac_rx_srs->srs_type & SRST_BW_CONTROL) in mac_srs_fanout_modify()1799 mutex_exit(&mac_rx_srs->srs_lock); in mac_srs_fanout_modify()1803 mutex_enter(&mac_rx_srs->srs_lock); in mac_srs_fanout_modify()1804 mac_rx_srs->srs_type |= SRST_FANOUT_SRC_IP; in mac_srs_fanout_modify()[all …]
1008 mac_soft_ring_set_t *mac_rx_srs; in mac_ring_intr_retarget() local1019 mac_rx_srs = flent->fe_rx_srs[i]; in mac_ring_intr_retarget()1020 if (mac_rx_srs->srs_ring != ring) in mac_ring_intr_retarget()1022 srs_cpu = &mac_rx_srs->srs_cpu; in mac_ring_intr_retarget()1024 mac_rx_srs_retarget_intr(mac_rx_srs, in mac_ring_intr_retarget()