Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c2302 case SRST_LINK: in mac_find_fanout()
2606 case SRST_LINK: in mac_tx_srs_group_teardown()
2916 case SRST_LINK: in mac_datapath_setup()
3118 group_only_mcip->mci_flent, SRST_LINK); in mac_datapath_setup()
3185 case SRST_LINK: in mac_datapath_teardown()
3215 mac_tx_srs_group_teardown(mcip, flent, SRST_LINK); in mac_datapath_teardown()
3247 group_only_flent, SRST_LINK); in mac_datapath_teardown()
3374 grp_only_mcip->mci_flent, SRST_LINK); in mac_datapath_teardown()
H A Dmac.c5005 mac_rx_srs_group_setup(mcip, flent, SRST_LINK); in i_mac_group_add_ring()
7544 mac_rx_srs_group_setup(mcip, mcip->mci_flent, SRST_LINK); in mac_rx_switch_group()
7898 SRST_LINK); in mac_tx_switch_group()
7959 mac_tx_srs_group_setup(gmcip, gflent, SRST_LINK); in mac_tx_switch_group()
7977 mac_tx_srs_group_setup(mcip, flent, SRST_LINK); in mac_tx_switch_group()
H A Dmac_client.c2373 if ((err = mac_datapath_setup(mcip, flent, SRST_LINK)) != 0) in mac_client_datapath_setup()
2963 mac_datapath_teardown(mcip, mcip->mci_flent, SRST_LINK); in mac_client_datapath_teardown()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_soft_ring.h428 #define SRST_LINK 0x00000001 macro