Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c2146 if ((mac_srs->srs_type & SRST_FLOW) != 0) { in mac_srs_create()
2239 if ((srs_type & SRST_FLOW) != 0 || in mac_srs_create()
2299 case SRST_FLOW: in mac_find_fanout()
2599 case SRST_FLOW: in mac_tx_srs_group_teardown()
2912 case SRST_FLOW: in mac_datapath_setup()
3180 case SRST_FLOW: in mac_datapath_teardown()
3182 mac_tx_srs_group_teardown(mcip, flent, SRST_FLOW); in mac_datapath_teardown()
H A Dmac_flow.c1197 if ((err = mac_datapath_setup(mcip, sub_flow, SRST_FLOW)) != 0) in mac_link_flow_init()
1342 mac_datapath_teardown(mcip, sub_flow, SRST_FLOW); in mac_link_flow_clean()
H A Dmac.c6485 SRST_FLOW) { in mac_flow_update_priority()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_soft_ring.h429 #define SRST_FLOW 0x00000002 macro