Searched refs:fe_tx_srs (Results 1 – 9 of 9) sorted by relevance
722 mac_soft_ring_set_t *tx_srs = flent->fe_tx_srs; in mac_tx_cpu_init()873 tx_srs = flent->fe_tx_srs; in mac_flow_user_cpu_init()1603 mac_tx_srs_update_bwlimit(flent->fe_tx_srs, mrp); in mac_srs_update_bwlimit()2014 mac_tx_srs = flent->fe_tx_srs; in mac_fanout_setup()2106 flent->fe_tx_srs = mac_srs; in mac_srs_create()2541 if (flent->fe_tx_srs == NULL) { in mac_tx_srs_group_setup()2594 if ((tx_srs = flent->fe_tx_srs) == NULL) in mac_tx_srs_group_teardown()2624 flent->fe_tx_srs = NULL; in mac_tx_srs_group_teardown()3913 mac_soft_ring_set_t *tx_srs = flent->fe_tx_srs; in mac_tx_srs_setup()
130 mac_srs = (mac_soft_ring_set_t *)fep->fe_tx_srs; in flow_stat_update()825 ASSERT(flent->fe_tx_srs == NULL); in mac_flow_clean()844 ASSERT(flent->fe_tx_srs == NULL); in mac_flow_cleanup()850 if (flent->fe_tx_srs != NULL) { in mac_flow_cleanup()852 mac_srs_free(flent->fe_tx_srs); in mac_flow_cleanup()853 flent->fe_tx_srs = NULL; in mac_flow_cleanup()
2529 if (flent->fe_tx_srs != NULL) in mac_tx_flow_quiesce()2530 mac_tx_srs_quiesce(flent->fe_tx_srs, SRS_QUIESCE); in mac_tx_flow_quiesce()2542 if (flent->fe_tx_srs != NULL) in mac_tx_flow_restart()2543 mac_tx_srs_restart(flent->fe_tx_srs); in mac_tx_flow_restart()2852 if (flent->fe_tx_srs) in mac_tx_flow_srs_wakeup()2853 mac_tx_srs_wakeup(flent->fe_tx_srs, ring); in mac_tx_flow_srs_wakeup()6002 mac_srs = (mac_soft_ring_set_t *)(flent->fe_tx_srs); in mac_write_flow_stats()6091 mac_srs = (mac_soft_ring_set_t *)(mcip->mci_flent->fe_tx_srs); in mac_write_link_stats()6501 if (flent->fe_tx_srs != NULL) in mac_flow_update_priority()6502 mac_update_srs_priority(flent->fe_tx_srs, pri); in mac_flow_update_priority()[all …]
1130 if (flent->fe_tx_srs != NULL) { in mac_ring_intr_retarget()1133 flent->fe_tx_srs); in mac_ring_intr_retarget()
1263 mac_srs = (mac_soft_ring_set_t *)flent->fe_tx_srs; in mac_stat_rename()
623 mac_srs = (mac_soft_ring_set_t *)(flent->fe_tx_srs); in mac_client_stat_get()2997 flent->fe_tx_srs == NULL && flent->fe_rx_srs_cnt == 0); in mac_client_datapath_teardown()3569 srs = flent->fe_tx_srs; in mac_tx()
322 txaddr = addr + OFFSETOF(flow_entry_t, fe_tx_srs); in mac_flow_dcmd_output()325 addr, fe.fe_flow_name, fe.fe_tx_srs); in mac_flow_dcmd_output()356 mac_srs = (mac_soft_ring_set_t *)(fe.fe_tx_srs); in mac_flow_dcmd_output()
219 ((mcip)->mci_flent == NULL ? NULL : (mcip)->mci_flent->fe_tx_srs)
284 void *fe_tx_srs; /* WO */ member