Home
last modified time | relevance | path

Searched refs:FLOW_USER (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/io/mac/
H A Dmac_flow.c253 if (type & FLOW_USER) { in mac_flow_create()
263 if (type & FLOW_USER) in mac_flow_create()
636 if ((flent->fe_type & FLOW_USER) != 0) { in mac_flow_destroy()
758 if (!(flent->fe_type & FLOW_USER) && in mac_flow_modify()
834 if ((flent->fe_type & FLOW_USER) == 0) { in mac_flow_cleanup()
1231 FLOW_USER | FLOW_OTHER, &flent); in mac_link_flow_add()
H A Dmac_stat.c1042 if ((flent->fe_type & FLOW_USER) != 0) in mac_srs_stat_create()
1083 if (((flent->fe_type & FLOW_USER) != 0) || in mac_misc_stat_create()
1101 if ((flent->fe_type & FLOW_USER) != 0) in mac_soft_ring_stat_create()
H A Dmac_datapath_setup.c614 ASSERT(!(flent->fe_type & FLOW_USER)); in mac_compute_soft_ring_count()
2035 if (flent->fe_type & FLOW_USER) { in mac_fanout_setup()
H A Dmac.c5496 (flent->fe_type & FLOW_USER) != 0) { in mac_log_flowinfo()
/titanic_41/usr/src/uts/common/sys/
H A Dmac_flow_impl.h198 #define FLOW_USER 0x10 /* User defined flow */ macro
/titanic_41/usr/src/cmd/mdb/common/modules/mac/
H A Dmac.c179 {"U", FLOW_USER, FLOW_USER}, in mac_flow_dcmd_output()