Home
last modified time | relevance | path

Searched refs:nconf (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/scripts/kconfig/
H A DMakefile35 nconfig-prog := nconf
168 hostprogs += nconf
169 nconf-objs := nconf.o nconf.gui.o $(common-objs)
171 HOSTLDLIBS_nconf = $(call read-file, $(obj)/nconf-libs)
172 HOSTCFLAGS_nconf.o = $(call read-file, $(obj)/nconf-cflags)
173 HOSTCFLAGS_nconf.gui.o = $(call read-file, $(obj)/nconf-cflags)
175 $(obj)/nconf: | $(obj)/nconf-libs
176 $(obj)/nconf.o $(obj)/nconf.gui.o: | $(obj)/nconf-cflags
/openbmc/openbmc/poky/meta/recipes-extended/rpcbind/rpcbind/
H A Drpcbind_add_option_to_fix_port_number.patch58 create_rmtcall_fd(struct netconfig *nconf)
59 @@ -504,6 +506,8 @@ create_rmtcall_fd(struct netconfig *nconf)
66 if ((fd = __rpc_nconf2fd(nconf)) == -1) {
68 @@ -512,6 +516,19 @@ create_rmtcall_fd(struct netconfig *nconf)
69 nconf->nc_device, errno);
83 + xprt = svc_tli_create(fd, nconf, &taddr, RPC_MAXDATASIZE, RPC_MAXDATASIZE);
/openbmc/u-boot/scripts/kconfig/
H A DMakefile40 nconfig: $(obj)/nconf
212 nconf-objs := nconf.o zconf.tab.o nconf.gui.o
218 hostprogs-y := conf nconf mconf kxgettext qconf gconf
H A D.gitignore14 nconf
/openbmc/linux/net/mac80211/
H A Dcfg.c2516 const struct mesh_config *nconf) in ieee80211_update_mesh_config() argument
2548 nconf->dot11MeshNbrOffsetMaxNeighbor; in ieee80211_update_mesh_config()
2551 nconf->dot11MeshHWMPmaxPREQretries; in ieee80211_update_mesh_config()
2561 nconf->dot11MeshHWMPpreqMinInterval; in ieee80211_update_mesh_config()
2564 nconf->dot11MeshHWMPperrMinInterval; in ieee80211_update_mesh_config()
2587 nconf->dot11MeshHWMPRannInterval; in ieee80211_update_mesh_config()
2599 conf->ht_opmode = nconf->ht_opmode; in ieee80211_update_mesh_config()
2609 nconf->dot11MeshHWMProotInterval; in ieee80211_update_mesh_config()
2614 conf->power_mode = nconf->power_mode; in ieee80211_update_mesh_config()
2619 nconf->dot11MeshAwakeWindowDuration; in ieee80211_update_mesh_config()
[all …]
/openbmc/linux/Documentation/
H A Ddontdiff186 nconf
187 nconf-cfg
/openbmc/linux/net/wireless/
H A Drdev-ops.h345 const struct mesh_config *nconf) in rdev_update_mesh_config() argument
348 trace_rdev_update_mesh_config(&rdev->wiphy, dev, mask, nconf); in rdev_update_mesh_config()
349 ret = rdev->ops->update_mesh_config(&rdev->wiphy, dev, mask, nconf); in rdev_update_mesh_config()
/openbmc/linux/Documentation/kbuild/
H A Dkconfig.rst9 The xconfig ('qconf'), menuconfig ('mconf'), and nconfig ('nconf')
/openbmc/linux/include/net/
H A Dcfg80211.h4492 const struct mesh_config *nconf);