Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/skywalk/nexus/netif/ !
H A Dnx_netif_mit.c90 static struct mit_cfg_tbl mit_cfg_tbl_native[] = {
92 static const struct mit_cfg_tbl mit_cfg_tbl_native[] = {
107 static struct mit_cfg_tbl mit_cfg_tbl_compat[] = {
109 static const struct mit_cfg_tbl mit_cfg_tbl_compat[] = {
124 static struct mit_cfg_tbl mit_cfg_tbl_native_cellular[] = {
126 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.h405 struct mit_cfg_tbl { struct
427 const struct mit_cfg_tbl *mit_cfg; /* current config mapping */ argument
448 struct mit_cfg_tbl mit_tbl[NETIF_MIT_CFG_TBL_MAX_CFG];
H A Dnx_netif.c3045 struct mit_cfg_tbl *mit_cfg; in nx_netif_copy_stats()