Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/skywalk/nexus/netif/
H A Dnx_netif_mit.c203 mit->mit_cfg_idx_max = sizeof(mit_cfg_tbl_native_cellular) / in nx_netif_mit_init()
209 mit->mit_cfg_idx_max = sizeof(mit_cfg_tbl_native) / in nx_netif_mit_init()
215 mit->mit_cfg_idx_max = sizeof(mit_cfg_tbl_compat) / in nx_netif_mit_init()
218 VERIFY(mit->mit_cfg_idx_max > 0); in nx_netif_mit_init()
219 VERIFY(mit->mit_cfg_idx_max <= NETIF_MIT_CFG_TBL_MAX_CFG); in nx_netif_mit_init()
238 VERIFY(mit->mit_cfg != NULL && mit->mit_cfg_idx < mit->mit_cfg_idx_max); in nx_netif_mit_init()
849 if (cfg_idx < (mit->mit_cfg_idx_max - 1)) { in nx_netif_mit_stats()
855 ASSERT(cfg_idx < mit->mit_cfg_idx_max); in nx_netif_mit_stats()
H A Dnx_netif.h425 uint32_t mit_cfg_idx_max; /* highest config selector */ member
H A Dnx_netif.c3065 VERIFY(if_ns->ifn_rx_mit_cfg_idx < mit->mit_cfg_idx_max); in nx_netif_copy_stats()