Home
last modified time | relevance | path

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

/xnu-11417.140.69/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[] = {
201 (void *)__DECONST(struct mit_cfg_tbl *, mit->mit_tbl), in nx_netif_mit_init()
207 (void *)__DECONST(struct mit_cfg_tbl *, mit->mit_tbl), in nx_netif_mit_init()
213 (void *)__DECONST(struct mit_cfg_tbl *, mit->mit_tbl), in nx_netif_mit_init()
288 struct mit_cfg_tbl *t; in nx_netif_mit_init()
H A Dnx_netif.h397 struct mit_cfg_tbl { struct
419 const struct mit_cfg_tbl *mit_cfg; /* current config mapping */ argument
440 struct mit_cfg_tbl mit_tbl[NETIF_MIT_CFG_TBL_MAX_CFG];
H A Dnx_netif.c2976 struct mit_cfg_tbl *mit_cfg; in nx_netif_copy_stats()