Home
last modified time | relevance | path

Searched refs:FLOWADV_IDX_NONE (Results 1 – 9 of 9) sorted by relevance

/xnu-10063.141.1/bsd/skywalk/nexus/flowswitch/
H A Dfsw_netagent.c110 req.nfr_flowadv_idx = FLOWADV_IDX_NONE; in fsw_netagent_flow_add()
180 ASSERT(req.nfr_flowadv_idx != FLOWADV_IDX_NONE); in fsw_netagent_flow_add()
316 _CASSERT(FLOWADV_IDX_NONE == UINT32_MAX); in fsw_netagent_register()
317 _CASSERT(NECP_FLOWADV_IDX_INVALID == FLOWADV_IDX_NONE); in fsw_netagent_register()
H A Dfsw.c1025 req->nfr_flowadv_idx = FLOWADV_IDX_NONE; in fsw_ctl()
H A Dfsw_dp.c3169 if (fe->fe_adv_idx != FLOWADV_IDX_NONE) { in dp_flow_tx_process()
/xnu-10063.141.1/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_owner.c216 if (fe->fe_adv_idx != FLOWADV_IDX_NONE) { in flow_owner_bucket_activate_nx_port_common()
453 size_t nchunks, i, j, idx = FLOWADV_IDX_NONE; in flow_owner_flowadv_index_alloc()
474 if (idx == FLOWADV_IDX_NONE) { in flow_owner_flowadv_index_alloc()
479 *fadv_idx = FLOWADV_IDX_NONE; in flow_owner_flowadv_index_alloc()
H A Dflow_entry.c414 flowadv_idx_t fadv_idx = FLOWADV_IDX_NONE; in flow_entry_alloc()
581 if (fe->fe_adv_idx != FLOWADV_IDX_NONE && fo->fo_nx_port_na != NULL) { in flow_entry_alloc()
649 if (fadv_idx != FLOWADV_IDX_NONE) { in flow_entry_alloc()
696 if (fe->fe_adv_idx != FLOWADV_IDX_NONE) { in flow_entry_teardown()
702 fe->fe_adv_idx = FLOWADV_IDX_NONE; in flow_entry_teardown()
705 ASSERT(fe->fe_adv_idx == FLOWADV_IDX_NONE); in flow_entry_teardown()
H A Dflow_manager.c955 (req->nfr_flowadv_idx == FLOWADV_IDX_NONE)); in flow_mgr_flow_add()
/xnu-10063.141.1/bsd/skywalk/channel/
H A Dos_channel.h55 #define FLOWADV_IDX_NONE ((flowadv_idx_t)-1) macro
/xnu-10063.141.1/bsd/skywalk/nexus/netif/
H A Dnx_netif_netagent.c888 _CASSERT(FLOWADV_IDX_NONE == UINT32_MAX); in nx_netif_agent_register()
889 _CASSERT(NECP_FLOWADV_IDX_INVALID == FLOWADV_IDX_NONE); in nx_netif_agent_register()
H A Dnx_netif.c1549 req->nfr_flowadv_idx = FLOWADV_IDX_NONE; in nx_netif_ctl_flow_check()