Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/mac/
H A Dmac.c314 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()
/titanic_41/usr/src/uts/common/sys/
H A Dmac_client_impl.h212 ((mcip)->mci_flent == NULL ? NULL : (mcip)->mci_flent->fe_tx_srs)
H A Dmac_flow_impl.h284 void *fe_tx_srs; /* WO */ member
/titanic_41/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.c709 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()
H A Dmac.c2204 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 …]
H A Dmac_provider.c1017 if (flent->fe_tx_srs != NULL) { in mac_ring_intr_retarget()
1020 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.c615 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()