Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dmac_flow_impl.h469 #define FLOW_TAB_EMPTY(ft) ((ft) == NULL || (ft)->ft_flow_count == 0) macro
/titanic_41/usr/src/uts/common/io/mac/
H A Dmac_flow.c381 if (FLOW_TAB_EMPTY(ft)) { in mac_flow_rem_subflow()
1142 if (!FLOW_TAB_EMPTY(mcip->mci_subflow_tab)) in mac_link_has_flows()
1337 last_subflow = FLOW_TAB_EMPTY(mcip->mci_subflow_tab); in mac_link_flow_clean()
H A Dmac_datapath_setup.c1645 enable_classifier = !FLOW_TAB_EMPTY(mcip->mci_subflow_tab) && enable; in mac_client_update_classifier()
2252 FLOW_TAB_EMPTY(mcip->mci_subflow_tab)) in mac_srs_create()
2275 FLOW_TAB_EMPTY(mcip->mci_subflow_tab) && mac_poll_enable) in mac_srs_create()
H A Dmac_provider.c758 if (!FLOW_TAB_EMPTY(mip->mi_flow_tab)) { in mac_rx_common()