Home
last modified time | relevance | path

Searched refs:fe_tx_srs (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/cmd/mdb/common/modules/mac/
H A Dmac.c321 txaddr = addr + OFFSETOF(flow_entry_t, fe_tx_srs); in mac_flow_dcmd_output()
324 addr, fe.fe_flow_name, fe.fe_tx_srs); in mac_flow_dcmd_output()
355 mac_srs = (mac_soft_ring_set_t *)(fe.fe_tx_srs); in mac_flow_dcmd_output()
/titanic_50/usr/src/uts/common/sys/
H A Dmac_client_impl.h214 ((mcip)->mci_flent == NULL ? NULL : (mcip)->mci_flent->fe_tx_srs)
H A Dmac_flow_impl.h284 void *fe_tx_srs; /* WO */ member
/titanic_50/usr/src/uts/common/io/mac/
H A Dmac_flow.c129 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()
H A Dmac_datapath_setup.c710 mac_soft_ring_set_t *tx_srs = flent->fe_tx_srs; in mac_tx_cpu_init()
861 tx_srs = flent->fe_tx_srs; in mac_flow_user_cpu_init()
1593 mac_tx_srs_update_bwlimit(flent->fe_tx_srs, mrp); in mac_srs_update_bwlimit()
2008 mac_tx_srs = flent->fe_tx_srs; in mac_fanout_setup()
2102 flent->fe_tx_srs = mac_srs; in mac_srs_create()
2499 if (flent->fe_tx_srs == NULL) { in mac_tx_srs_group_setup()
2542 if ((tx_srs = flent->fe_tx_srs) == NULL) in mac_tx_srs_group_teardown()
2572 flent->fe_tx_srs = NULL; in mac_tx_srs_group_teardown()
3805 mac_soft_ring_set_t *tx_srs = flent->fe_tx_srs; in mac_tx_srs_setup()
H A Dmac.c2201 if (flent->fe_tx_srs != NULL) in mac_tx_flow_quiesce()
2202 mac_tx_srs_quiesce(flent->fe_tx_srs, SRS_QUIESCE); in mac_tx_flow_quiesce()
2214 if (flent->fe_tx_srs != NULL) in mac_tx_flow_restart()
2215 mac_tx_srs_restart(flent->fe_tx_srs); in mac_tx_flow_restart()
2499 if (flent->fe_tx_srs) in mac_tx_flow_srs_wakeup()
2500 mac_tx_srs_wakeup(flent->fe_tx_srs, ring); in mac_tx_flow_srs_wakeup()
5353 mac_srs = (mac_soft_ring_set_t *)(flent->fe_tx_srs); in mac_write_flow_stats()
5442 mac_srs = (mac_soft_ring_set_t *)(mcip->mci_flent->fe_tx_srs); in mac_write_link_stats()
5852 if (flent->fe_tx_srs != NULL) in mac_flow_update_priority()
5853 mac_update_srs_priority(flent->fe_tx_srs, pri); in mac_flow_update_priority()
[all …]
H A Dmac_provider.c1030 if (flent->fe_tx_srs != NULL) { in mac_ring_intr_retarget()
1033 flent->fe_tx_srs); in mac_ring_intr_retarget()
H A Dmac_stat.c1261 mac_srs = (mac_soft_ring_set_t *)flent->fe_tx_srs; in mac_stat_rename()
H A Dmac_client.c621 mac_srs = (mac_soft_ring_set_t *)(flent->fe_tx_srs); in mac_client_stat_get()
2915 flent->fe_tx_srs == NULL && flent->fe_rx_srs_cnt == 0); in mac_client_datapath_teardown()
3484 srs = flent->fe_tx_srs; in mac_tx()