Home
last modified time | relevance | path

Searched refs:join (Results 1 – 49 of 49) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ti/wl1251/
Dcmd.c276 struct cmd_join *join; in wl1251_cmd_join() local
280 join = kzalloc(sizeof(*join), GFP_KERNEL); in wl1251_cmd_join()
281 if (!join) { in wl1251_cmd_join()
291 bssid = (u8 *) &join->bssid_lsb; in wl1251_cmd_join()
295 join->rx_config_options = wl->rx_config; in wl1251_cmd_join()
296 join->rx_filter_options = wl->rx_filter; in wl1251_cmd_join()
298 join->basic_rate_set = RATE_MASK_1MBPS | RATE_MASK_2MBPS | in wl1251_cmd_join()
301 join->beacon_interval = beacon_interval; in wl1251_cmd_join()
302 join->dtim_interval = dtim_interval; in wl1251_cmd_join()
303 join->bss_type = bss_type; in wl1251_cmd_join()
[all …]
/linux-4.4.14/drivers/net/wireless/cw1200/
Dsta.c1219 struct wsm_join join = { in cw1200_do_join() local
1260 if (!join.basic_rate_set) in cw1200_do_join()
1261 join.basic_rate_set = 7; in cw1200_do_join()
1267 join.beacon_interval = priv->beacon_int; in cw1200_do_join()
1284 join.dtim_period = priv->join_dtim_period; in cw1200_do_join()
1286 join.channel_number = priv->channel->hw_value; in cw1200_do_join()
1287 join.band = (priv->channel->band == IEEE80211_BAND_5GHZ) ? in cw1200_do_join()
1290 memcpy(join.bssid, bssid, sizeof(join.bssid)); in cw1200_do_join()
1293 join.bssid, in cw1200_do_join()
1294 join.dtim_period, priv->beacon_int); in cw1200_do_join()
[all …]
/linux-4.4.14/arch/powerpc/sysdev/xics/
Dxics-common.c91 void xics_set_cpu_giq(unsigned int gserver, unsigned int join) in xics_set_cpu_giq() argument
102 status = rtas_set_indicator_fast(GLOBAL_INTERRUPT_QUEUE, index, join); in xics_set_cpu_giq()
105 GLOBAL_INTERRUPT_QUEUE, index, join, status); in xics_set_cpu_giq()
/linux-4.4.14/scripts/
Dcheckkconfigsymbols.py141 print "%s\t%s" % (yel(feature), ", ".join(files))
150 print "%s\t%s" % (yel(feature), ", ".join(files))
163 print "%s\t%s" % (yel(feature), ", ".join(files))
/linux-4.4.14/drivers/xen/xenbus/
Dxenbus_xs.c356 static char *join(const char *dir, const char *name) in join() function
396 path = join(dir, node); in xenbus_directory()
434 path = join(dir, node); in xenbus_read()
454 path = join(dir, node); in xenbus_write()
476 path = join(dir, node); in xenbus_mkdir()
492 path = join(dir, node); in xenbus_rm()
/linux-4.4.14/drivers/md/
Dmd-cluster.h12 int (*join)(struct mddev *mddev, int nodes); member
Dmd-cluster.c696 static int join(struct mddev *mddev, int nodes) in join() function
1022 .join = join,
Dmd.c7590 return md_cluster_ops->join(mddev, nodes); in md_setup_cluster()
/linux-4.4.14/drivers/net/wireless/mwifiex/
DMakefile30 mwifiex-y += join.o
DREADME54 iw dev mlan0 ibss join <SSID> <freq in MHz> [fixed-freq] [fixed-bssid] [key 0:abcde]
55 The command will be used to join or create an ibss. Optionally, operating frequency,
/linux-4.4.14/arch/powerpc/include/asm/
Dxics.h146 extern void xics_set_cpu_giq(unsigned int gserver, unsigned int join);
/linux-4.4.14/tools/hv/
Dlsvmbus79 d.chn_vp_mapping = '\n'.join(chn_vp_mapping)
/linux-4.4.14/Documentation/trace/
Dfunction-graph-fold.vim36 return join(s, '|')
/linux-4.4.14/Documentation/device-mapper/
Dlinear.txt35 # Split a device into 4M chunks and then join them together in reverse order.
/linux-4.4.14/Documentation/networking/
Dgianfar.txt29 before the hash tables. See Linux documentation on how to join
Dray_cs.txt61 To join an existing network with
87 essid string ESS ID - network name to join
Dtlan.txt114 There is also a tlan mailing list which you can join by sending "subscribe tlan"
DREADME.ipw2200352 sequence and requirements for the driver to be able to create, join, or
362 The easiest way to get onto an Ad-Hoc network is to join one that
Ddecnet.txt219 list that you can join, details are at:
/linux-4.4.14/tools/perf/scripts/python/
Devent_analyzing_sample.py189 print ' '.join(['%s=%s'%(k,str(v))for k,v in sorted(event_fields_dict.items())])
/linux-4.4.14/scripts/gdb/linux/
Dsymbols.py107 return "".join(args)
/linux-4.4.14/drivers/net/wireless/
Dat76c50x-usb.c1684 struct at76_req_join join; in at76_join() local
1687 memset(&join, 0, sizeof(struct at76_req_join)); in at76_join()
1688 memcpy(join.essid, priv->essid, priv->essid_size); in at76_join()
1689 join.essid_size = priv->essid_size; in at76_join()
1690 memcpy(join.bssid, priv->bssid, ETH_ALEN); in at76_join()
1691 join.bss_type = INFRASTRUCTURE_MODE; in at76_join()
1692 join.channel = priv->channel; in at76_join()
1693 join.timeout = cpu_to_le16(2000); in at76_join()
1696 ret = at76_set_card_command(priv->udev, CMD_JOIN, &join, in at76_join()
Datmel.c2794 static void join(struct atmel_private *priv, int type) in join() function
2860 join(priv, BSS_TYPE_INFRASTRUCTURE); in handle_beacon_probe()
2862 join(priv, BSS_TYPE_AD_HOC); in handle_beacon_probe()
3272 join(priv, BSS_TYPE_INFRASTRUCTURE); in atmel_join_bss()
3274 join(priv, BSS_TYPE_AD_HOC); in atmel_join_bss()
3425 join(priv, BSS_TYPE_INFRASTRUCTURE); in atmel_management_frame()
3436 join(priv, BSS_TYPE_INFRASTRUCTURE); in atmel_management_frame()
/linux-4.4.14/fs/reiserfs/
Djournal.c112 unsigned long nblocks, int join);
3022 int join) in do_journal_begin_r() argument
3042 if (join != JBEGIN_ABORT && reiserfs_is_journal_aborted(journal)) { in do_journal_begin_r()
3066 if ((!join && journal->j_must_wait > 0) || in do_journal_begin_r()
3067 (!join in do_journal_begin_r()
3069 || (!join && atomic_read(&journal->j_wcount) > 0 in do_journal_begin_r()
3072 journal->j_max_trans_age) || (!join in do_journal_begin_r()
3074 || (!join && journal->j_cnode_free < (journal->j_trans_max * 3))) { in do_journal_begin_r()
3080 if (!join && (journal->j_len_alloc + nblocks + 2) >= in do_journal_begin_r()
/linux-4.4.14/Documentation/development-process/
D8.Conclusion69 everybody involved wins. Fire up your editor and come join us; you will be
D1.Intro109 join our community.
/linux-4.4.14/tools/perf/tests/
Dattr.py309 parser.error('FAILED wrong arguments %s' % ' '.join(args))
/linux-4.4.14/Documentation/filesystems/
Dgfs2-uevents.txt78 able to join the cluster.
Ddlmfs.txt83 mkdir(2) signals dlmfs to join a domain (which will have the same name
Dromfs.txt153 traffic, so you are welcome to join it to discuss your ideas. :)
Dext4.txt292 commit time to see if other operations will join
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Darm-boards172 connectors to join the coherency domain.
/linux-4.4.14/Documentation/isdn/
DREADME.sc13 total risk by using this driver, we encourage you to join the beta
16 To join the Linux beta mailing list, send a message to:
DREADME594 (fritz@isdn4linux.de), if you want to join that list.
/linux-4.4.14/Documentation/blockdev/
Dparide.txt393 by e-mail to grant@torque.net, or join the linux-parport mailing list
398 You can join the linux-parport mailing list by sending a mail message
DREADME.DAC960263 for DAC960 PCI RAID Controllers. To join the mailing list, send a message to
/linux-4.4.14/kernel/sched/
Dfair.c1937 bool join = false; in task_numa_group() local
1996 join = true; in task_numa_group()
2000 join = true; in task_numa_group()
2003 *priv = !join; in task_numa_group()
2005 if (join && !get_numa_group(grp)) in task_numa_group()
2010 if (!join) in task_numa_group()
/linux-4.4.14/net/ipv4/
Ddevinet.c555 static int ip_mc_config(struct sock *sk, bool join, const struct in_ifaddr *ifa) in ip_mc_config() argument
566 if (join) in ip_mc_config()
/linux-4.4.14/Documentation/
Dkernel-docs.txt667 it. Read it to see how to join the mailing list. Dozens of
709 Try irc.oftc.net as your server and then /join #kernelnewbies.
DHOWTO188 some task to start doing to join into the kernel development community,
/linux-4.4.14/drivers/acpi/
DKconfig37 the UEFI Forum and any UEFI member can join the ASWG and contribute
/linux-4.4.14/Documentation/PCI/
Dpci-error-recovery.txt170 >>> to "join" before proceeding with recovery.) This seems excessively
/linux-4.4.14/Documentation/usb/
Dusb-serial.txt489 above, or join the Linux-USB mailing list (information on joining the
/linux-4.4.14/Documentation/scsi/
Dscsi_fc_transport.txt44 interact with the Fabric Port to join multiple fabrics. The port will
DBusLogic.txt564 for BusLogic SCSI Host Adapters. To join the mailing list, send a message to
/linux-4.4.14/Documentation/networking/dsa/
Ddsa.txt529 specified bridge being requested the join
/linux-4.4.14/net/ipv6/
Daddrconf.c2613 static int ipv6_mc_config(struct sock *sk, bool join, in ipv6_mc_config() argument
2621 if (join) in ipv6_mc_config()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_btree.c3811 XFS_BTREE_STATS_INC(cur, join); in xfs_btree_delrec()
/linux-4.4.14/Documentation/security/
Dkeys.txt168 new one, or to attempt to create or join one of a specific name.