Home
last modified time | relevance | path

Searched refs:mit_cfg_idx_max (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.141.3/bsd/skywalk/nexus/netif/
H A Dnx_netif_mit.c202 mit->mit_cfg_idx_max = sizeof(mit_cfg_tbl_native_cellular) / in nx_netif_mit_init()
208 mit->mit_cfg_idx_max = sizeof(mit_cfg_tbl_native) / in nx_netif_mit_init()
214 mit->mit_cfg_idx_max = sizeof(mit_cfg_tbl_compat) / in nx_netif_mit_init()
217 VERIFY(mit->mit_cfg_idx_max > 0); in nx_netif_mit_init()
218 VERIFY(mit->mit_cfg_idx_max <= NETIF_MIT_CFG_TBL_MAX_CFG); in nx_netif_mit_init()
237 VERIFY(mit->mit_cfg != NULL && mit->mit_cfg_idx < mit->mit_cfg_idx_max); in nx_netif_mit_init()
847 if (cfg_idx < (mit->mit_cfg_idx_max - 1)) { in nx_netif_mit_stats()
853 ASSERT(cfg_idx < mit->mit_cfg_idx_max); in nx_netif_mit_stats()
H A Dnx_netif.h436 uint32_t mit_cfg_idx_max; /* highest config selector */ member
H A Dnx_netif.c2939 VERIFY(if_ns->ifn_rx_mit_cfg_idx < mit->mit_cfg_idx_max); in nx_netif_copy_stats()