Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/skywalk/nexus/netif/
H A Dnx_netif_mit.c89 static struct mit_cfg_tbl mit_cfg_tbl_native[] = {
91 static const struct mit_cfg_tbl mit_cfg_tbl_native[] = {
106 static struct mit_cfg_tbl mit_cfg_tbl_compat[] = {
108 static const struct mit_cfg_tbl mit_cfg_tbl_compat[] = {
123 static struct mit_cfg_tbl mit_cfg_tbl_native_cellular[] = {
125 static const struct mit_cfg_tbl mit_cfg_tbl_native_cellular[] = {
200 (void *)__DECONST(struct mit_cfg_tbl *, mit->mit_tbl), in nx_netif_mit_init()
206 (void *)__DECONST(struct mit_cfg_tbl *, mit->mit_tbl), in nx_netif_mit_init()
212 (void *)__DECONST(struct mit_cfg_tbl *, mit->mit_tbl), in nx_netif_mit_init()
287 struct mit_cfg_tbl *t; in nx_netif_mit_init()
H A Dnx_netif.h416 struct mit_cfg_tbl { struct
438 const struct mit_cfg_tbl *mit_cfg; /* current config mapping */ argument
459 struct mit_cfg_tbl mit_tbl[NETIF_MIT_CFG_TBL_MAX_CFG];
H A Dnx_netif.c2919 struct mit_cfg_tbl *mit_cfg; in nx_netif_copy_stats()