Searched defs:conf (Results 151 - 175 of 180) sorted by relevance

12345678

/drivers/md/
H A Draid10.c98 static void allow_barrier(struct r10conf *conf);
99 static void lower_barrier(struct r10conf *conf);
100 static int _enough(struct r10conf *conf, int previous, int ignore);
105 static void end_reshape(struct r10conf *conf);
109 struct r10conf *conf = data; local
110 int size = offsetof(struct r10bio, devs[conf->copies]);
139 struct r10conf *conf = data; local
146 r10_bio = r10bio_pool_alloc(gfp_flags, conf);
150 if (test_bit(MD_RECOVERY_SYNC, &conf->mddev->recovery) ||
151 test_bit(MD_RECOVERY_RESHAPE, &conf
220 struct r10conf *conf = data; local
240 put_all_bios(struct r10conf *conf, struct r10bio *r10_bio) argument
258 struct r10conf *conf = r10_bio->mddev->private; local
266 struct r10conf *conf = r10_bio->mddev->private; local
277 struct r10conf *conf = mddev->private; local
299 struct r10conf *conf = r10_bio->mddev->private; local
327 struct r10conf *conf = r10_bio->mddev->private; local
336 find_bio_disk(struct r10conf *conf, struct r10bio *r10_bio, struct bio *bio, int *slotp, int *replp) argument
367 struct r10conf *conf = r10_bio->mddev->private; local
447 struct r10conf *conf = r10_bio->mddev->private; local
615 raid10_find_phys(struct r10conf *conf, struct r10bio *r10bio) argument
630 raid10_find_virt(struct r10conf *conf, sector_t sector, int dev) argument
690 struct r10conf *conf = mddev->private; local
782 read_balance(struct r10conf *conf, struct r10bio *r10_bio, int *max_sectors) argument
915 struct r10conf *conf = mddev->private; local
947 flush_pending_writes(struct r10conf *conf) argument
1001 raise_barrier(struct r10conf *conf, int force) argument
1021 lower_barrier(struct r10conf *conf) argument
1030 wait_barrier(struct r10conf *conf) argument
1056 allow_barrier(struct r10conf *conf) argument
1065 freeze_array(struct r10conf *conf, int extra) argument
1090 unfreeze_array(struct r10conf *conf) argument
1121 struct r10conf *conf = mddev->private; local
1156 struct r10conf *conf = mddev->private; local
1548 struct r10conf *conf = mddev->private; local
1590 struct r10conf *conf = mddev->private; local
1617 _enough(struct r10conf *conf, int previous, int ignore) argument
1653 enough(struct r10conf *conf, int ignore) argument
1667 struct r10conf *conf = mddev->private; local
1702 print_conf(struct r10conf *conf) argument
1726 close_sync(struct r10conf *conf) argument
1738 struct r10conf *conf = mddev->private; local
1785 struct r10conf *conf = mddev->private; local
1869 struct r10conf *conf = mddev->private; local
1932 struct r10conf *conf = r10_bio->mddev->private; local
1995 struct r10conf *conf = mddev->private; local
2048 struct r10conf *conf = mddev->private; local
2182 struct r10conf *conf = mddev->private; local
2258 struct r10conf *conf = mddev->private; local
2363 fix_read_error(struct r10conf *conf, struct mddev *mddev, struct r10bio *r10_bio) argument
2563 struct r10conf *conf = mddev->private; local
2620 struct r10conf *conf = mddev->private; local
2710 handle_write_completed(struct r10conf *conf, struct r10bio *r10_bio) argument
2801 struct r10conf *conf = mddev->private; local
2850 init_resync(struct r10conf *conf) argument
2903 struct r10conf *conf = mddev->private; local
3435 struct r10conf *conf = mddev->private; local
3451 calc_sectors(struct r10conf *conf, sector_t size) argument
3525 struct r10conf *conf = NULL; local
3613 struct r10conf *conf; local
3816 struct r10conf *conf = mddev->private; local
3839 struct r10conf *conf = mddev->private; local
3865 struct r10conf *conf = mddev->private; local
3901 struct r10conf *conf; local
3967 struct r10conf *conf = mddev->private; local
4015 calc_degraded(struct r10conf *conf) argument
4075 struct r10conf *conf = mddev->private; local
4280 struct r10conf *conf = mddev->private; local
4512 struct r10conf *conf = mddev->private; local
4548 end_reshape(struct r10conf *conf) argument
4578 struct r10conf *conf = mddev->private; local
4640 struct r10conf *conf = mddev->private; local
4674 struct r10conf *conf = mddev->private; local
[all...]
H A Draid5.c30 * conf->seq_write is the number of the last batch successfully written.
31 * conf->seq_flush is the number of the last batch that was closed to
86 static inline struct hlist_head *stripe_hash(struct r5conf *conf, sector_t sect) argument
89 return &conf->stripe_hashtbl[hash];
97 static inline void lock_device_hash_lock(struct r5conf *conf, int hash) argument
99 spin_lock_irq(conf->hash_locks + hash);
100 spin_lock(&conf->device_lock);
103 static inline void unlock_device_hash_lock(struct r5conf *conf, int hash) argument
105 spin_unlock(&conf->device_lock);
106 spin_unlock_irq(conf
109 lock_all_device_hash_locks_irq(struct r5conf *conf) argument
119 unlock_all_device_hash_locks_irq(struct r5conf *conf) argument
251 struct r5conf *conf = sh->raid_conf; local
292 do_release_stripe(struct r5conf *conf, struct stripe_head *sh, struct list_head *temp_inactive_list) argument
330 __release_stripe(struct r5conf *conf, struct stripe_head *sh, struct list_head *temp_inactive_list) argument
344 release_inactive_stripe_list(struct r5conf *conf, struct list_head *temp_inactive_list, int hash) argument
385 release_stripe_list(struct r5conf *conf, struct list_head *temp_inactive_list) argument
417 struct r5conf *conf = sh->raid_conf; local
456 insert_hash(struct r5conf *conf, struct stripe_head *sh) argument
467 get_free_stripe(struct r5conf *conf, int hash) argument
525 struct r5conf *conf = sh->raid_conf; local
562 __find_stripe(struct r5conf *conf, sector_t sector, short generation) argument
588 calc_degraded(struct r5conf *conf) argument
644 has_failed(struct r5conf *conf) argument
658 get_active_stripe(struct r5conf *conf, sector_t sector, int previous, int noblock, int noquiesce) argument
717 use_new_offset(struct r5conf *conf, struct stripe_head *sh) argument
742 struct r5conf *conf = sh->raid_conf; local
1647 struct r5conf *conf = sh->raid_conf; local
1708 grow_one_stripe(struct r5conf *conf, int hash) argument
1733 grow_stripes(struct r5conf *conf, int num) argument
1787 resize_stripes(struct r5conf *conf, int newsize) argument
1943 drop_one_stripe(struct r5conf *conf, int hash) argument
1959 shrink_stripes(struct r5conf *conf) argument
1974 struct r5conf *conf = sh->raid_conf; local
2097 struct r5conf *conf = sh->raid_conf; local
2189 struct r5conf *conf = mddev->private; local
2215 raid5_compute_sector(struct r5conf *conf, sector_t r_sector, int previous, int *dd_idx, struct stripe_head *sh) argument
2419 struct r5conf *conf = sh->raid_conf; local
2542 struct r5conf *conf = sh->raid_conf; local
2633 struct r5conf *conf = sh->raid_conf; local
2704 stripe_set_idx(sector_t stripe, struct r5conf *conf, int previous, struct stripe_head *sh) argument
2721 handle_failed_stripe(struct r5conf *conf, struct stripe_head *sh, struct stripe_head_state *s, int disks, struct bio **return_bi) argument
2834 handle_failed_sync(struct r5conf *conf, struct stripe_head *sh, struct stripe_head_state *s) argument
3013 handle_stripe_clean_event(struct r5conf *conf, struct stripe_head *sh, int disks, struct bio **return_bi) argument
3085 handle_stripe_dirtying(struct r5conf *conf, struct stripe_head *sh, struct stripe_head_state *s, int disks) argument
3211 handle_parity_checks5(struct r5conf *conf, struct stripe_head *sh, struct stripe_head_state *s, int disks) argument
3298 handle_parity_checks6(struct r5conf *conf, struct stripe_head *sh, struct stripe_head_state *s, int disks) argument
3461 handle_stripe_expansion(struct r5conf *conf, struct stripe_head *sh) argument
3533 struct r5conf *conf = sh->raid_conf; local
3715 struct r5conf *conf = sh->raid_conf; local
4042 raid5_activate_delayed(struct r5conf *conf) argument
4059 activate_bit_delay(struct r5conf *conf, struct list_head *temp_inactive_list) argument
4078 struct r5conf *conf = mddev->private; local
4145 add_bio_to_retry(struct bio *bi,struct r5conf *conf) argument
4158 remove_bio_from_retry(struct r5conf *conf) argument
4191 struct r5conf *conf; local
4239 struct r5conf *conf = mddev->private; local
4333 __get_priority_stripe(struct r5conf *conf, int group) argument
4422 struct r5conf *conf = mddev->private; local
4485 struct r5conf *conf = mddev->private; local
4575 struct r5conf *conf = mddev->private; local
4758 struct r5conf *conf = mddev->private; local
4989 struct r5conf *conf = mddev->private; local
5074 retry_aligned_read(struct r5conf *conf, struct bio *raid_bio) argument
5140 handle_active_stripes(struct r5conf *conf, int group, struct r5worker *worker, struct list_head *temp_inactive_list) argument
5187 struct r5conf *conf = group->conf; local
5227 struct r5conf *conf = mddev->private; local
5291 struct r5conf *conf = mddev->private; local
5301 struct r5conf *conf = mddev->private; local
5334 struct r5conf *conf = mddev->private; local
5359 struct r5conf *conf = mddev->private; local
5369 struct r5conf *conf = mddev->private; local
5393 struct r5conf *conf = mddev->private; local
5403 struct r5conf *conf = mddev->private; local
5436 struct r5conf *conf = mddev->private; local
5449 struct r5conf *conf = mddev->private; local
5463 struct r5conf *conf = mddev->private; local
5526 alloc_thread_groups(struct r5conf *conf, int cnt, int *group_cnt, int *worker_cnt_per_group, struct r5worker_group **worker_groups) argument
5573 free_thread_groups(struct r5conf *conf) argument
5584 struct r5conf *conf = mddev->private; local
5597 free_scratch_buffer(struct r5conf *conf, struct raid5_percpu *percpu) argument
5605 alloc_scratch_buffer(struct r5conf *conf, struct raid5_percpu *percpu) argument
5620 raid5_free_percpu(struct r5conf *conf) argument
5639 free_conf(struct r5conf *conf) argument
5653 struct r5conf *conf = container_of(nfb, struct r5conf, cpu_notify); local
5677 raid5_alloc_percpu(struct r5conf *conf) argument
5710 struct r5conf *conf; local
5912 struct r5conf *conf; local
6257 struct r5conf *conf = mddev->private; local
6270 struct r5conf *conf = mddev->private; local
6283 print_raid5_conf(struct r5conf *conf) argument
6310 struct r5conf *conf = mddev->private; local
6352 struct r5conf *conf = mddev->private; local
6414 struct r5conf *conf = mddev->private; local
6513 struct r5conf *conf = mddev->private; local
6529 struct r5conf *conf = mddev->private; local
6559 struct r5conf *conf = mddev->private; local
6697 end_reshape(struct r5conf *conf) argument
6730 struct r5conf *conf = mddev->private; local
6764 struct r5conf *conf = mddev->private; local
6891 struct r5conf *conf = mddev->private; local
[all...]
/drivers/net/can/
H A Dgrcan.c49 u32 conf; /* 0x00 */ member in struct:grcan_registers
445 grcan_write_bits(&regs->conf, timing, GRCAN_CONF_TIMING);
469 u32 config = grcan_read_reg(&regs->conf);
472 grcan_write_reg(&regs->conf, config);
1007 grcan_write_bits(&regs->conf, confop, GRCAN_CONF_OPERATION);
1619 grcan_set_bits(&regs->conf, GRCAN_CONF_SAM);
1620 if (grcan_read_bits(&regs->conf, GRCAN_CONF_SAM)) {
/drivers/net/vmxnet3/
H A Dvmxnet3_defs.h557 struct Vmxnet3_TxQueueConf conf; member in struct:Vmxnet3_TxQueueDesc
568 struct Vmxnet3_RxQueueConf conf; member in struct:Vmxnet3_RxQueueDesc
/drivers/net/wireless/ath/ath10k/
H A Dmac.c1003 struct ieee80211_conf *conf = &ar->hw->conf; local
1013 if (conf->flags & IEEE80211_CONF_PS) {
1018 conf->dynamic_ps_timeout);
1074 arg->peer_listen_intval = ar->hw->conf.listen_interval;
1097 bss = cfg80211_get_bss(ar->hw->wiphy, ar->hw->conf.chandef.chan,
1139 sband = ar->hw->wiphy->bands[ar->hw->conf.chandef.chan->band];
1140 ratemask = sta->supp_rates[ar->hw->conf.chandef.chan->band];
1377 switch (ar->hw->conf.chandef.chan->band) {
2683 struct ieee80211_conf *conf local
[all...]
/drivers/net/wireless/b43legacy/
H A Dmain.c2702 struct ieee80211_conf *conf = &hw->conf; local
2716 conf->short_frame_max_tx_count,
2717 conf->long_frame_max_tx_count);
2723 switch (conf->chandef.chan->band) {
2751 if (conf->chandef.chan->hw_value != phy->channel)
2752 b43legacy_radio_selectchannel(dev, conf->chandef.chan->hw_value,
2755 dev->wl->radiotap_enabled = !!(conf->flags & IEEE80211_CONF_MONITOR);
2758 if (conf->power_level != 0) {
2759 if (conf
2839 b43legacy_op_bss_info_changed(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_bss_conf *conf, u32 changed) argument
3557 struct ieee80211_conf *conf = &hw->conf; local
[all...]
/drivers/net/wireless/iwlegacy/
H A D3945-mac.c2728 struct ieee80211_conf *conf = NULL; local
2741 conf = &il->hw->conf;
H A Dcommon.c3644 struct ieee80211_conf *conf = NULL; local
3648 conf = &il->hw->conf;
3655 il->timing.listen_interval = cpu_to_le16(conf->listen_interval);
5030 struct ieee80211_conf *conf = &hw->conf; local
5031 struct ieee80211_channel *channel = conf->chandef.chan;
5051 il->current_ht_config.smps = conf->smps_mode;
5090 if (il->ht.enabled != conf_is_ht(conf)) {
5091 il->ht.enabled = conf_is_ht(conf);
[all...]
/drivers/net/wireless/
H A Dmac80211_hwsim.c1328 struct ieee80211_conf *conf = &hw->conf; local
1336 if (conf->chandef.chan)
1340 conf->chandef.chan->center_freq,
1341 conf->chandef.center_freq1,
1342 conf->chandef.center_freq2,
1343 hwsim_chanwidths[conf->chandef.width],
1344 !!(conf->flags & IEEE80211_CONF_IDLE),
1345 !!(conf->flags & IEEE80211_CONF_PS),
1346 smps_modes[conf
1555 struct ieee80211_conf *conf = &hw->conf; local
[all...]
/drivers/net/wireless/ti/wlcore/
H A Dwlcore.h360 struct wlcore_conf conf; member in struct:wl1271
H A Dmain.c127 int period = wl->conf.rx_streaming.interval;
136 (wl->conf.rx_streaming.always ||
159 (!wl->conf.rx_streaming.always &&
163 if (!wl->conf.rx_streaming.interval)
176 jiffies + msecs_to_jiffies(wl->conf.rx_streaming.duration));
226 msecs_to_jiffies(wl->conf.tx.tx_watchdog_timeout));
252 wl->conf.tx.tx_watchdog_timeout);
263 wl->conf.tx.tx_watchdog_timeout);
277 wl->conf.tx.tx_watchdog_timeout,
284 wl->conf
3038 wl12xx_config_vif(struct wl1271 *wl, struct wl12xx_vif *wlvif, struct ieee80211_conf *conf, u32 changed) argument
3058 struct ieee80211_conf *conf = &hw->conf; local
4711 struct ieee80211_conf *conf = &hw->conf; local
[all...]
/drivers/pinctrl/
H A Dpinctrl-st.c127 #define ST_PINCONF_UNPACK(conf, param)\
128 ((conf >> ST_PINCONF_ ##param ##_SHIFT) \
131 #define ST_PINCONF_PACK(conf, val, param) (conf |=\
139 #define ST_PINCONF_UNPACK_OE(conf) ST_PINCONF_UNPACK(conf, OE)
140 #define ST_PINCONF_PACK_OE(conf) ST_PINCONF_PACK(conf, 1, OE)
146 #define ST_PINCONF_UNPACK_PU(conf) ST_PINCONF_UNPACK(conf, P
921 struct st_pinconf *conf = info->groups[group].pin_conf; local
1174 struct st_pinconf *conf; local
[all...]
/drivers/scsi/
H A Daha152x.c3602 aha152x_config conf; local
3613 printk(KERN_ERR "\naha152x: %s\n", setup[i].conf);
3665 setup[setup_count].conf = "";
3708 setup[setup_count].conf = "";
3827 conf.cf_port =
3832 conf.cf_port =
3843 setup[setup_count].irq = IRQ_MIN + conf.cf_irq;
3844 setup[setup_count].scsiid = conf.cf_id;
3845 setup[setup_count].reconnect = conf.cf_tardisc;
3846 setup[setup_count].parity = !conf
[all...]
/drivers/staging/lustre/lustre/llite/
H A Dfile.c3304 int ll_layout_conf(struct inode *inode, const struct cl_object_conf *conf) argument
3318 result = cl_conf_set(env, lli->lli_clob, conf);
3321 if (conf->coc_opc == OBJECT_CONF_SET) {
3322 struct ldlm_lock *lock = conf->coc_lock;
3421 struct cl_object_conf conf; local
3481 memset(&conf, 0, sizeof(conf));
3482 conf.coc_opc = OBJECT_CONF_SET;
3483 conf.coc_inode = inode;
3484 conf
[all...]
/drivers/staging/lustre/lustre/obdecho/
H A Decho_client.c409 const struct cl_object_conf *conf)
429 const struct lu_object_conf *conf)
449 cconf = lu2cl_conf(conf);
928 struct echo_object_conf *conf; local
952 conf = &info->eti_conf;
958 conf->eoc_cl.u.coc_oinfo = oinfo;
964 conf->eoc_cl.u.coc_md = md;
967 conf->eoc_md = lsmp;
977 obj = cl_object_find(env, echo_dev2cl(d), fid, &conf->eoc_cl);
408 echo_conf_set(const struct lu_env *env, struct cl_object *obj, const struct cl_object_conf *conf) argument
428 echo_object_init(const struct lu_env *env, struct lu_object *obj, const struct lu_object_conf *conf) argument
/drivers/usb/gadget/function/
H A Df_fs.c64 struct usb_configuration *conf; member in struct:ffs_function
2548 int id = usb_interface_id(func->conf, &func->function);
2691 func->conf = c;
/drivers/video/fbdev/
H A Dcg6.c614 u32 conf; local
616 conf = sbus_readl(par->fhc);
617 switch (conf & CG6_FHC_CPU_MASK) {
628 if (((conf >> CG6_FHC_REV_SHIFT) & CG6_FHC_REV_MASK) >= 11) {
672 u32 rev, conf, mode; local
686 conf = (sbus_readl(par->fhc) & CG6_FHC_RES_MASK) |
691 conf |= CG6_FHC_DST_DISABLE;
692 sbus_writel(conf, par->fhc);
/drivers/dma/
H A Dste_dma40.c1713 struct stedma40_chan_cfg *conf)
1716 bool is_log = conf->mode == STEDMA40_MODE_LOGICAL;
1718 if (!conf->dir) {
1723 if ((is_log && conf->dev_type > d40c->base->num_log_chans) ||
1724 (!is_log && conf->dev_type > d40c->base->num_phy_chans) ||
1725 (conf->dev_type < 0)) {
1726 chan_err(d40c, "Invalid device type (%d)\n", conf->dev_type);
1730 if (conf->dir == DMA_DEV_TO_DEV) {
1739 if (d40_psize_2_burst_size(is_log, conf->src_info.psize) *
1740 conf
1712 d40_validate_conf(struct d40_chan *d40c, struct stedma40_chan_cfg *conf) argument
[all...]
/drivers/gpu/drm/gma500/
H A Dpsb_drv.h280 u32 conf; member in struct:psb_offset
314 u32 conf; member in struct:psb_pipe
/drivers/net/wireless/b43/
H A Dmain.c371 struct ieee80211_bss_conf *conf,
3960 struct ieee80211_conf *conf = &hw->conf; local
3968 b43_set_beacon_listen_interval(dev, conf->listen_interval);
3971 phy->chandef = &conf->chandef;
3972 phy->channel = conf->chandef.chan->hw_value;
3975 err = b43_switch_band(dev, conf->chandef.chan);
3986 b43_set_retry_limits(dev, conf->short_frame_max_tx_count,
3987 conf->long_frame_max_tx_count);
3992 dev->wl->radiotap_enabled = !!(conf
4077 b43_op_bss_info_changed(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_bss_conf *conf, u32 changed) argument
5146 struct ieee80211_conf *conf = &hw->conf; local
[all...]
/drivers/net/wireless/rt2x00/
H A Drt2800lib.c1546 struct rt2x00intf_conf *conf, const unsigned int flags)
1556 rt2x00_set_field32(&reg, BCN_TIME_CFG_TSF_SYNC, conf->sync);
1559 if (conf->sync == TSF_SYNC_AP_NONE) {
1581 conf->sync == TSF_SYNC_AP_NONE) {
1586 memcpy(conf->bssid, conf->mac, sizeof(conf->mac));
1590 if (!is_zero_ether_addr((const u8 *)conf->mac)) {
1591 reg = le32_to_cpu(conf->mac[1]);
1593 conf
1545 rt2800_config_intf(struct rt2x00_dev *rt2x00dev, struct rt2x00_intf *intf, struct rt2x00intf_conf *conf, const unsigned int flags) argument
1967 rt2800_config_channel_rf2xxx(struct rt2x00_dev *rt2x00dev, struct ieee80211_conf *conf, struct rf_channel *rf, struct channel_info *info) argument
2032 rt2800_config_channel_rf3xxx(struct rt2x00_dev *rt2x00dev, struct ieee80211_conf *conf, struct rf_channel *rf, struct channel_info *info) argument
2108 rt2800_config_channel_rf3052(struct rt2x00_dev *rt2x00dev, struct ieee80211_conf *conf, struct rf_channel *rf, struct channel_info *info) argument
2278 rt2800_config_channel_rf3053(struct rt2x00_dev *rt2x00dev, struct ieee80211_conf *conf, struct rf_channel *rf, struct channel_info *info) argument
2578 rt2800_config_channel_rf3290(struct rt2x00_dev *rt2x00dev, struct ieee80211_conf *conf, struct rf_channel *rf, struct channel_info *info) argument
2615 rt2800_config_channel_rf3322(struct rt2x00_dev *rt2x00dev, struct ieee80211_conf *conf, struct rf_channel *rf, struct channel_info *info) argument
2663 rt2800_config_channel_rf53xx(struct rt2x00_dev *rt2x00dev, struct ieee80211_conf *conf, struct rf_channel *rf, struct channel_info *info) argument
2756 rt2800_config_channel_rf55xx(struct rt2x00_dev *rt2x00dev, struct ieee80211_conf *conf, struct rf_channel *rf, struct channel_info *info) argument
3149 rt2800_config_channel(struct rt2x00_dev *rt2x00dev, struct ieee80211_conf *conf, struct rf_channel *rf, struct channel_info *info) argument
8003 struct ieee80211_conf *conf = &hw->conf; local
[all...]
H A Drt2x00.h425 struct ieee80211_conf *conf; member in struct:rt2x00lib_conf
609 struct rt2x00intf_conf *conf,
/drivers/staging/comedi/drivers/
H A Dni_mio_common.c2797 unsigned int conf; local
2816 conf = 0;
2819 conf |= MSeries_AO_DAC_Reference_10V_Internal_Bits;
2824 conf |= MSeries_AO_DAC_Reference_5V_Internal_Bits;
2829 conf |= MSeries_AO_DAC_Reference_10V_Internal_Bits;
2834 conf |= MSeries_AO_DAC_Reference_5V_Internal_Bits;
2846 conf |= MSeries_AO_DAC_Offset_0V_Bits;
2849 conf |= MSeries_AO_DAC_Offset_5V_Bits;
2858 conf |= MSeries_AO_Update_Timed_Bit;
2859 ni_writeb(dev, conf, M_Offset_AO_Config_Ban
2874 unsigned int conf; local
[all...]
/drivers/staging/lustre/lustre/include/
H A Dcl_object.h378 const struct cl_object_conf *conf);
2677 lu2cl_conf(const struct lu_object_conf *conf) argument
2679 return container_of0(conf, struct cl_object_conf, coc_lu);
2752 const struct cl_object_conf *conf);
/drivers/net/wireless/brcm80211/brcmfmac/
H A Dwl_cfg80211.c1100 (cfg->conf->rts_threshold != wiphy->rts_threshold)) {
1101 cfg->conf->rts_threshold = wiphy->rts_threshold;
1102 err = brcmf_set_rts(ndev, cfg->conf->rts_threshold);
1107 (cfg->conf->frag_threshold != wiphy->frag_threshold)) {
1108 cfg->conf->frag_threshold = wiphy->frag_threshold;
1109 err = brcmf_set_frag(ndev, cfg->conf->frag_threshold);
1114 && (cfg->conf->retry_long != wiphy->retry_long)) {
1115 cfg->conf->retry_long = wiphy->retry_long;
1116 err = brcmf_set_retry(ndev, cfg->conf->retry_long, true);
1121 && (cfg->conf
4760 brcmf_init_conf(struct brcmf_cfg80211_conf *conf) argument
[all...]

Completed in 872 milliseconds

12345678