Home
last modified time | relevance | path

Searched refs:mac_tx_get_func (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dmac_soft_ring.h674 extern mac_tx_func_t mac_tx_get_func(uint32_t);
/titanic_44/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c1576 srs_tx->st_func = mac_tx_get_func(srs_tx->st_mode); in mac_tx_srs_update_bwlimit()
3899 tx->st_func = mac_tx_get_func(tx->st_mode); in mac_tx_srs_setup()
H A Dmac.c4593 tx->st_func = mac_tx_get_func(tx->st_mode); in i_mac_group_add_ring()
4795 tx->st_func = mac_tx_get_func(tx->st_mode); in i_mac_group_rem_ring()
H A Dmac_sched.c3631 mac_tx_get_func(uint32_t mode) in mac_tx_get_func() function