Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_soft_ring.h133 mac_tx_func_t st_func; member
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c1586 srs_tx->st_func = mac_tx_get_func(srs_tx->st_mode); in mac_tx_srs_update_bwlimit()
4007 tx->st_func = mac_tx_get_func(tx->st_mode); in mac_tx_srs_setup()
H A Dmac.c5016 tx->st_func = mac_tx_get_func(tx->st_mode); in i_mac_group_add_ring()
5218 tx->st_func = mac_tx_get_func(tx->st_mode); in i_mac_group_rem_ring()
H A Dmac_client.c3701 cookie = srs_tx->st_func(srs, new_head, hint, flag, ret_mp); in mac_tx()