Searched refs:fe_tx_srs (Results 1 – 9 of 9) sorted by relevance
314 txaddr = addr + OFFSETOF(flow_entry_t, fe_tx_srs); in mac_flow_dcmd_output()317 addr, fe.fe_flow_name, fe.fe_tx_srs); in mac_flow_dcmd_output()335 mac_srs = (mac_soft_ring_set_t *)(fe.fe_tx_srs); in mac_flow_dcmd_output()
212 ((mcip)->mci_flent == NULL ? NULL : (mcip)->mci_flent->fe_tx_srs)
284 void *fe_tx_srs; /* WO */ member
129 mac_srs = (mac_soft_ring_set_t *)fep->fe_tx_srs; in flow_stat_update()824 ASSERT(flent->fe_tx_srs == NULL); in mac_flow_clean()843 ASSERT(flent->fe_tx_srs == NULL); in mac_flow_cleanup()849 if (flent->fe_tx_srs != NULL) { in mac_flow_cleanup()851 mac_srs_free(flent->fe_tx_srs); in mac_flow_cleanup()852 flent->fe_tx_srs = NULL; in mac_flow_cleanup()
709 mac_soft_ring_set_t *tx_srs = flent->fe_tx_srs; in mac_tx_cpu_init()860 tx_srs = flent->fe_tx_srs; in mac_flow_user_cpu_init()1592 mac_tx_srs_update_bwlimit(flent->fe_tx_srs, mrp); in mac_srs_update_bwlimit()2031 mac_tx_srs = flent->fe_tx_srs; in mac_fanout_setup()2125 flent->fe_tx_srs = mac_srs; in mac_srs_create()2522 if (flent->fe_tx_srs == NULL) { in mac_tx_srs_group_setup()2565 if ((tx_srs = flent->fe_tx_srs) == NULL) in mac_tx_srs_group_teardown()2595 flent->fe_tx_srs = NULL; in mac_tx_srs_group_teardown()3825 mac_soft_ring_set_t *tx_srs = flent->fe_tx_srs; in mac_tx_srs_setup()
2204 if (flent->fe_tx_srs != NULL) in mac_tx_flow_quiesce()2205 mac_tx_srs_quiesce(flent->fe_tx_srs, SRS_QUIESCE); in mac_tx_flow_quiesce()2217 if (flent->fe_tx_srs != NULL) in mac_tx_flow_restart()2218 mac_tx_srs_restart(flent->fe_tx_srs); in mac_tx_flow_restart()2504 if (flent->fe_tx_srs) in mac_tx_flow_srs_wakeup()2505 mac_tx_srs_wakeup(flent->fe_tx_srs, ring); in mac_tx_flow_srs_wakeup()5358 mac_srs = (mac_soft_ring_set_t *)(flent->fe_tx_srs); in mac_write_flow_stats()5447 mac_srs = (mac_soft_ring_set_t *)(mcip->mci_flent->fe_tx_srs); in mac_write_link_stats()5857 if (flent->fe_tx_srs != NULL) in mac_flow_update_priority()5858 mac_update_srs_priority(flent->fe_tx_srs, pri); in mac_flow_update_priority()[all …]
1017 if (flent->fe_tx_srs != NULL) { in mac_ring_intr_retarget()1020 flent->fe_tx_srs); in mac_ring_intr_retarget()
1261 mac_srs = (mac_soft_ring_set_t *)flent->fe_tx_srs; in mac_stat_rename()
615 mac_srs = (mac_soft_ring_set_t *)(flent->fe_tx_srs); in mac_client_stat_get()2899 flent->fe_tx_srs == NULL && flent->fe_rx_srs_cnt == 0); in mac_client_datapath_teardown()3468 srs = flent->fe_tx_srs; in mac_tx()