Searched refs:fc (Results 26 - 50 of 538) sorted by relevance

1234567891011>>

/linux-master/include/net/
H A Dmac802154.h237 __le16 fc; local
239 /* check if we can fc at skb_mac_header of sk buffer */
245 memcpy(&fc, skb_mac_header(skb), IEEE802154_FC_LEN);
246 return fc;
251 * @fc: mac header frame control field
254 static inline unsigned char *ieee802154_skb_dst_pan(__le16 fc, argument
259 switch (ieee802154_daddr_mode(fc)) {
280 * @fc: mac header frame control field
283 static inline unsigned char *ieee802154_skb_src_pan(__le16 fc, argument
288 switch (ieee802154_saddr_mode(fc)) {
343 ieee802154_skb_is_intra_pan_addressing(__le16 fc, const struct sk_buff *skb) argument
[all...]
/linux-master/fs/coda/
H A Dinode.c92 static int coda_reconfigure(struct fs_context *fc) argument
94 sync_filesystem(fc->root->d_sb);
95 fc->sb_flags |= SB_NOATIME;
122 static int coda_parse_fd(struct fs_context *fc, int fd) argument
124 struct coda_fs_context *ctx = fc->fs_private;
135 return invalf(fc, "code: Not coda psdev");
142 return invalf(fc, "coda: Bad minor number");
147 static int coda_parse_param(struct fs_context *fc, struct fs_parameter *param) argument
152 opt = fs_parse(fc, coda_param_specs, param, &result);
158 return coda_parse_fd(fc, resul
168 coda_parse_monolithic(struct fs_context *fc, void *_data) argument
182 coda_fill_super(struct super_block *sb, struct fs_context *fc) argument
342 coda_get_tree(struct fs_context *fc) argument
350 coda_free_fc(struct fs_context *fc) argument
363 coda_init_fs_context(struct fs_context *fc) argument
[all...]
/linux-master/fs/nfs/
H A Dfs_context.c328 static int nfs_validate_transport_protocol(struct fs_context *fc, argument
354 return nfs_invalf(fc, "NFS: Unsupported transport protocol udp");
356 return nfs_invalf(fc, "NFS: Transport does not support xprtsec");
382 static int nfs_auth_info_add(struct fs_context *fc, argument
396 return nfs_invalf(fc, "NFS: too many sec= flavors");
405 static int nfs_parse_security_flavors(struct fs_context *fc, argument
408 struct nfs_fs_context *ctx = nfs_fc2context(fc);
453 return nfs_invalf(fc, "NFS: sec=%s option not recognized", p);
456 ret = nfs_auth_info_add(fc, &ctx->auth_info, pseudoflavor);
464 static int nfs_parse_xprtsec_policy(struct fs_context *fc, argument
487 nfs_parse_version_string(struct fs_context *fc, const char *string) argument
529 nfs_fs_context_parse_param(struct fs_context *fc, struct fs_parameter *param) argument
952 nfs_parse_source(struct fs_context *fc, size_t maxnamlen, size_t maxpathlen) argument
1017 is_remount_fc(struct fs_context *fc) argument
1038 nfs23_parse_monolithic(struct fs_context *fc, struct nfs_mount_data *data) argument
1270 nfs4_parse_monolithic(struct fs_context *fc, struct nfs4_mount_data *data) argument
1367 nfs_fs_context_parse_monolithic(struct fs_context *fc, void *data) argument
1384 nfs_fs_context_validate(struct fs_context *fc) argument
1497 nfs_get_tree(struct fs_context *fc) argument
1516 nfs_fs_context_dup(struct fs_context *fc, struct fs_context *src_fc) argument
1542 nfs_fs_context_free(struct fs_context *fc) argument
1576 nfs_init_fs_context(struct fs_context *fc) argument
[all...]
H A Dgetroot.c67 int nfs_get_root(struct super_block *s, struct fs_context *fc) argument
69 struct nfs_fs_context *ctx = nfs_fc2context(fc);
78 name = kstrdup(fc->source, GFP_KERNEL);
90 nfs_errorf(fc, "NFS: Couldn't getattr on root");
98 nfs_errorf(fc, "NFS: Couldn't get root inode");
114 nfs_errorf(fc, "NFS: Couldn't get root dentry");
126 fc->root = root;
130 if (d_inode(fc->root)->i_fop != &nfs_dir_operations) {
142 error = security_sb_set_mnt_opts(s, fc->security,
161 dput(fc
[all...]
H A Dnamespace.c148 struct fs_context *fc; local
161 fc = fs_context_for_submount(path->mnt->mnt_sb->s_type, path->dentry);
162 if (IS_ERR(fc))
163 return ERR_CAST(fc);
165 ctx = nfs_fc2context(fc);
172 if (fc->net_ns != client->cl_net) {
173 put_net(fc->net_ns);
174 fc->net_ns = get_net(client->cl_net);
187 ret = client->rpc_ops->submount(fc, server);
193 up_write(&fc
263 nfs_do_submount(struct fs_context *fc) argument
303 nfs_submount(struct fs_context *fc, struct nfs_server *server) argument
[all...]
H A Dnfs4super.c143 struct fs_context *fc,
170 root_fc = vfs_dup_fs_context(fc);
178 ctx = nfs_fc2context(fc);
236 fc->root = dentry;
240 int nfs4_try_get_tree(struct fs_context *fc) argument
242 struct nfs_fs_context *ctx = nfs_fc2context(fc);
250 err= do_nfs4_mount(nfs4_create_server(fc),
251 fc, ctx->nfs_server.hostname,
254 nfs_ferrorf(fc, MOUNT, "NFS4: Couldn't follow remote path");
265 int nfs4_get_referral_tree(struct fs_context *fc) argument
142 do_nfs4_mount(struct nfs_server *server, struct fs_context *fc, const char *hostname, const char *export_path) argument
[all...]
/linux-master/sound/isa/gus/
H A Dgus_volume.c182 unsigned int fc;
189 fc = (freq << 10) / rate;
190 if (fc > 97391L) {
191 fc = 97391;
192 snd_printk(KERN_ERR "patch: (1) fc frequency overflow - %u\n", fc);
194 fc = (fc * 44100UL) / mix_rate;
196 fc <<= 1;
197 if (fc > 6553
[all...]
/linux-master/drivers/media/common/b2c2/
H A Dflexcop-sram.c9 static void flexcop_sram_set_chip(struct flexcop_device *fc, argument
15 int flexcop_sram_init(struct flexcop_device *fc) argument
17 switch (fc->rev) {
20 flexcop_sram_set_chip(fc, FC_SRAM_1_32KB);
23 flexcop_sram_set_chip(fc, FC_SRAM_1_48KB);
31 int flexcop_sram_set_dest(struct flexcop_device *fc, flexcop_sram_dest_t dest, argument
35 v = fc->read_ibi_reg(fc, sram_dest_reg_714);
37 if (fc->rev != FLEXCOP_III && target == FC_SRAM_DEST_TARGET_FC3_CA) {
52 fc
59 flexcop_wan_set_speed(struct flexcop_device *fc, flexcop_wan_speed_t s) argument
65 flexcop_sram_ctrl(struct flexcop_device *fc, int usb_wan, int sramdma, int maximumfill) argument
[all...]
H A Dflexcop-eeprom.c90 static int flexcop_eeprom_read(struct flexcop_device *fc,
93 return fc->i2c_request(fc,FC_READ,FC_I2C_PORT_EEPROM,0x50,addr,buf,len);
107 static int flexcop_eeprom_request(struct flexcop_device *fc, argument
113 ret = fc->i2c_request(&fc->fc_i2c_adap[1], op, chipaddr,
121 static int flexcop_eeprom_lrc_read(struct flexcop_device *fc, u16 addr, argument
124 int ret = flexcop_eeprom_request(fc, FC_READ, addr, buf, len, retries);
133 int flexcop_eeprom_check_mac_addr(struct flexcop_device *fc, int extended) argument
138 if ((ret = flexcop_eeprom_lrc_read(fc,
[all...]
/linux-master/net/mac80211/
H A Daes_cmac.c30 const __le16 *fc; local
36 fc = (const __le16 *)aad;
37 if (ieee80211_is_beacon(*fc)) {
53 const __le16 *fc; local
59 fc = (const __le16 *)aad;
60 if (ieee80211_is_beacon(*fc)) {
/linux-master/fs/fuse/
H A Dpassthrough.c166 void fuse_backing_files_init(struct fuse_conn *fc) argument
168 idr_init(&fc->backing_files_map);
171 static int fuse_backing_id_alloc(struct fuse_conn *fc, struct fuse_backing *fb) argument
176 spin_lock(&fc->lock);
178 id = idr_alloc_cyclic(&fc->backing_files_map, fb, 1, 0, GFP_ATOMIC);
179 spin_unlock(&fc->lock);
186 static struct fuse_backing *fuse_backing_id_remove(struct fuse_conn *fc, argument
191 spin_lock(&fc->lock);
192 fb = idr_remove(&fc->backing_files_map, id);
193 spin_unlock(&fc
207 fuse_backing_files_free(struct fuse_conn *fc) argument
213 fuse_backing_open(struct fuse_conn *fc, struct fuse_backing_map *map) argument
270 fuse_backing_close(struct fuse_conn *fc, int backing_id) argument
309 struct fuse_conn *fc = ff->fm->fc; local
[all...]
H A Ddev.c78 void fuse_set_initialized(struct fuse_conn *fc) argument
82 fc->initialized = 1;
85 static bool fuse_block_alloc(struct fuse_conn *fc, bool for_background) argument
87 return !fc->initialized || (for_background && fc->blocked);
90 static void fuse_drop_waiting(struct fuse_conn *fc) argument
93 * lockess check of fc->connected is okay, because atomic_dec_and_test()
97 if (atomic_dec_and_test(&fc->num_waiting) &&
98 !READ_ONCE(fc->connected)) {
100 wake_up_all(&fc
108 struct fuse_conn *fc = fm->fc; local
160 struct fuse_conn *fc = req->fm->fc; local
236 fuse_queue_forget(struct fuse_conn *fc, struct fuse_forget_link *forget, u64 nodeid, u64 nlookup) argument
255 flush_bg_queue(struct fuse_conn *fc) argument
283 struct fuse_conn *fc = fm->fc; local
366 struct fuse_conn *fc = req->fm->fc; local
432 fuse_adjust_compat(struct fuse_conn *fc, struct fuse_args *args) argument
467 struct fuse_conn *fc = req->fm->fc; local
487 struct fuse_conn *fc = fm->fc; local
527 struct fuse_conn *fc = fm->fc; local
1208 struct fuse_conn *fc = fud->fc; local
1421 fuse_notify_poll(struct fuse_conn *fc, unsigned int size, struct fuse_copy_state *cs) argument
1442 fuse_notify_inval_inode(struct fuse_conn *fc, unsigned int size, struct fuse_copy_state *cs) argument
1467 fuse_notify_inval_entry(struct fuse_conn *fc, unsigned int size, struct fuse_copy_state *cs) argument
1515 fuse_notify_delete(struct fuse_conn *fc, unsigned int size, struct fuse_copy_state *cs) argument
1563 fuse_notify_store(struct fuse_conn *fc, unsigned int size, struct fuse_copy_state *cs) argument
1672 struct fuse_conn *fc = fm->fc; local
1741 fuse_notify_retrieve(struct fuse_conn *fc, unsigned int size, struct fuse_copy_state *cs) argument
1791 fuse_resend(struct fuse_conn *fc) argument
1827 fuse_notify_resend(struct fuse_conn *fc) argument
1833 fuse_notify(struct fuse_conn *fc, enum fuse_notify_code code, unsigned int size, struct fuse_copy_state *cs) argument
1912 struct fuse_conn *fc = fud->fc; local
2150 end_polls(struct fuse_conn *fc) argument
2183 fuse_abort_conn(struct fuse_conn *fc) argument
2248 fuse_wait_aborted(struct fuse_conn *fc) argument
2260 struct fuse_conn *fc = fud->fc; local
2295 fuse_device_clone(struct fuse_conn *fc, struct file *new) argument
[all...]
/linux-master/fs/jffs2/
H A Dsuper.c188 static int jffs2_parse_param(struct fs_context *fc, struct fs_parameter *param) argument
191 struct jffs2_sb_info *c = fc->s_fs_info;
194 opt = fs_parse(fc, jffs2_fs_parameters, param, &result);
205 return invalf(fc, "jffs2: rp_size unrepresentable");
216 static inline void jffs2_update_mount_opts(struct fs_context *fc) argument
218 struct jffs2_sb_info *new_c = fc->s_fs_info;
219 struct jffs2_sb_info *c = JFFS2_SB_INFO(fc->root->d_sb);
233 static int jffs2_reconfigure(struct fs_context *fc) argument
235 struct super_block *sb = fc->root->d_sb;
238 jffs2_update_mount_opts(fc);
258 jffs2_fill_super(struct super_block *sb, struct fs_context *fc) argument
292 jffs2_get_tree(struct fs_context *fc) argument
297 jffs2_free_fc(struct fs_context *fc) argument
309 jffs2_init_fs_context(struct fs_context *fc) argument
[all...]
/linux-master/fs/autofs/
H A Dinode.c153 static int autofs_parse_fd(struct fs_context *fc, struct autofs_sb_info *sbi, argument
168 errorf(fc, "could not open pipe file descriptor");
174 errorf(fc, "Invalid/unusable pipe");
191 static int autofs_parse_param(struct fs_context *fc, struct fs_parameter *param) argument
193 struct autofs_fs_context *ctx = fc->fs_private;
194 struct autofs_sb_info *sbi = fc->s_fs_info;
200 opt = fs_parse(fc, autofs_param_specs, param, &result);
206 return autofs_parse_fd(fc, sbi, param, &result);
210 return invalfc(fc, "Invalid uid");
216 return invalfc(fc, "Invali
273 autofs_validate_protocol(struct fs_context *fc) argument
307 autofs_fill_super(struct super_block *s, struct fs_context *fc) argument
372 autofs_get_tree(struct fs_context *fc) argument
387 autofs_free_fc(struct fs_context *fc) argument
409 autofs_init_fs_context(struct fs_context *fc) argument
[all...]
/linux-master/drivers/xen/xenfs/
H A Dsuper.c47 static int xenfs_fill_super(struct super_block *sb, struct fs_context *fc) argument
72 static int xenfs_get_tree(struct fs_context *fc) argument
74 return get_tree_single(fc, xenfs_fill_super);
81 static int xenfs_init_fs_context(struct fs_context *fc) argument
83 fc->ops = &xenfs_context_ops;
/linux-master/net/ieee802154/
H A Dheader_ops.c83 struct ieee802154_hdr_fc *fc = &hdr->fc; local
87 fc->dest_addr_mode = hdr->dest.mode;
94 fc->source_addr_mode = hdr->source.mode;
98 fc->intra_pan = true;
100 rc = ieee802154_hdr_push_addr(buf + pos, &hdr->source, fc->intra_pan);
105 if (fc->security_enabled) {
106 fc->version = 1;
115 memcpy(buf, fc, 2);
254 dlen = ieee802154_hdr_addr_len(hdr->fc
[all...]
/linux-master/fs/
H A Dsuper.c689 bool mount_capable(struct fs_context *fc) argument
691 if (!(fc->fs_type->fs_flags & FS_USERNS_MOUNT))
694 return ns_capable(fc->user_ns, CAP_SYS_ADMIN);
699 * @fc: Filesystem context.
706 * Whether or not the requested parameters in @fc are taken into account
712 * (1) the namespace the filesystem context @fc and the extant
715 * (2) the filesystem context @fc has requested that reusing an extant
729 struct super_block *sget_fc(struct fs_context *fc, argument
735 struct user_namespace *user_ns = fc->global ? &init_user_ns : fc
1010 reconfigure_super(struct fs_context *fc) argument
1107 struct fs_context *fc; local
1239 set_anon_super_fc(struct super_block *sb, struct fs_context *fc) argument
1245 test_keyed_super(struct super_block *sb, struct fs_context *fc) argument
1250 test_single_super(struct super_block *s, struct fs_context *fc) argument
1255 vfs_get_super(struct fs_context *fc, int (*test)(struct super_block *, struct fs_context *), int (*fill_super)(struct super_block *sb, struct fs_context *fc)) argument
1283 get_tree_nodev(struct fs_context *fc, int (*fill_super)(struct super_block *sb, struct fs_context *fc)) argument
1291 get_tree_single(struct fs_context *fc, int (*fill_super)(struct super_block *sb, struct fs_context *fc)) argument
1299 get_tree_keyed(struct fs_context *fc, int (*fill_super)(struct super_block *sb, struct fs_context *fc), void *key) argument
1315 super_s_dev_set(struct super_block *s, struct fs_context *fc) argument
1320 super_s_dev_test(struct super_block *s, struct fs_context *fc) argument
1346 sget_dev(struct fs_context *fc, dev_t dev) argument
1526 setup_bdev_super(struct super_block *sb, int sb_flags, struct fs_context *fc) argument
1582 get_tree_bdev(struct fs_context *fc, int (*fill_super)(struct super_block *, struct fs_context *)) argument
1708 struct fs_context *fc; local
1768 vfs_get_tree(struct fs_context *fc) argument
[all...]
/linux-master/fs/afs/
H A Dsuper.c40 static int afs_init_fs_context(struct fs_context *fc);
225 static int afs_parse_source(struct fs_context *fc, struct fs_parameter *param) argument
227 struct afs_fs_context *ctx = fc->fs_private;
234 if (fc->source)
235 return invalf(fc, "kAFS: Multiple sources not supported");
311 fc->source = param->string;
319 static int afs_parse_param(struct fs_context *fc, struct fs_parameter *param) argument
322 struct afs_fs_context *ctx = fc->fs_private;
325 opt = fs_parse(fc, afs_fs_parameters, param, &result);
331 return afs_parse_source(fc, para
356 afs_validate_fc(struct fs_context *fc) argument
421 afs_test_super(struct super_block *sb, struct fs_context *fc) argument
433 afs_dynroot_test_super(struct super_block *sb, struct fs_context *fc) argument
441 afs_set_super(struct super_block *sb, struct fs_context *fc) argument
507 afs_alloc_sbi(struct fs_context *fc) argument
559 afs_get_tree(struct fs_context *fc) argument
612 afs_free_fc(struct fs_context *fc) argument
632 afs_init_fs_context(struct fs_context *fc) argument
[all...]
H A Dmntpt.c71 static int afs_mntpt_set_params(struct fs_context *fc, struct dentry *mntpt) argument
73 struct afs_fs_context *ctx = fc->fs_private;
80 if (fc->net_ns != src_as->net_ns) {
81 put_net(fc->net_ns);
82 fc->net_ns = get_net(src_as->net_ns);
138 ret = vfs_parse_fs_string(fc, "source", buf, size - 1);
153 struct fs_context *fc; local
159 fc = fs_context_for_submount(&afs_fs_type, mntpt);
160 if (IS_ERR(fc))
161 return ERR_CAST(fc);
[all...]
/linux-master/arch/s390/crypto/
H A Daes_s390.c46 unsigned long fc; member in struct:s390_aes_ctx
57 unsigned long fc; member in struct:s390_xts_ctx
88 unsigned long fc; local
91 fc = (key_len == 16) ? CPACF_KM_AES_128 :
96 sctx->fc = (fc && cpacf_test_func(&km_functions, fc)) ? fc : 0;
97 if (!sctx->fc)
109 if (unlikely(!sctx->fc)) {
205 unsigned long fc; local
301 unsigned long fc; local
394 unsigned long fc; local
533 unsigned long fc; local
[all...]
/linux-master/fs/ceph/
H A Dsuper.c263 struct fs_context *fc)
266 struct ceph_parse_opts_ctx *pctx = fc->fs_private;
270 return invalfc(fc, "separator ':' missing in source");
273 pctx->copts, fc->log.log, ',');
282 struct fs_context *fc)
286 struct ceph_parse_opts_ctx *pctx = fc->fs_private;
297 return invalfc(fc, "missing cluster fsid");
302 return invalfc(fc, "missing file system name");
305 return invalfc(fc, "Invalid FSID");
311 return invalfc(fc, "Mismatchin
262 ceph_parse_old_source(const char *dev_name, const char *dev_name_end, struct fs_context *fc) argument
281 ceph_parse_new_source(const char *dev_name, const char *dev_name_end, struct fs_context *fc) argument
340 ceph_parse_source(struct fs_parameter *param, struct fs_context *fc) argument
391 ceph_parse_mon_addr(struct fs_parameter *param, struct fs_context *fc) argument
405 ceph_parse_mount_param(struct fs_context *fc, struct fs_parameter *param) argument
1094 ceph_apply_test_dummy_encryption(struct super_block *sb, struct fs_context *fc, struct ceph_mount_options *fsopt) argument
1129 ceph_apply_test_dummy_encryption(struct super_block *sb, struct fs_context *fc, struct ceph_mount_options *fsopt) argument
1140 ceph_real_mount(struct ceph_fs_client *fsc, struct fs_context *fc) argument
1196 ceph_set_super(struct super_block *s, struct fs_context *fc) argument
1230 ceph_compare_super(struct super_block *sb, struct fs_context *fc) argument
1290 ceph_get_tree(struct fs_context *fc) argument
1371 ceph_free_fc(struct fs_context *fc) argument
1382 ceph_reconfigure_fc(struct fs_context *fc) argument
1426 ceph_init_fs_context(struct fs_context *fc) argument
[all...]
/linux-master/fs/smb/client/
H A Dfs_context.c202 cifs_parse_security_flavors(struct fs_context *fc, char *value, struct smb3_fs_context *ctx) argument
216 cifs_errorf(fc, "sec=krb5p is not supported. Use sec=krb5,seal instead\n");
242 cifs_errorf(fc, "bad security option: %s\n", value);
259 cifs_parse_cache_flavor(struct fs_context *fc, char *value, struct smb3_fs_context *ctx) argument
295 cifs_errorf(fc, "bad cache= option: %s\n", value);
308 static int parse_reparse_flavor(struct fs_context *fc, char *value, argument
324 cifs_errorf(fc, "bad reparse= option: %s\n", value);
375 cifs_parse_smb_version(struct fs_context *fc, char *value, struct smb3_fs_context *ctx, bool is_smb3) argument
383 cifs_errorf(fc, "mount with legacy dialect disabled\n");
387 cifs_errorf(fc, "ver
647 smb3_fs_context_parse_monolithic(struct fs_context *fc, void *data) argument
701 smb3_fs_context_validate(struct fs_context *fc) argument
774 smb3_get_tree_common(struct fs_context *fc) argument
792 smb3_get_tree(struct fs_context *fc) argument
805 smb3_fs_context_free(struct fs_context *fc) argument
816 smb3_verify_reconfigure_ctx(struct fs_context *fc, struct smb3_fs_context *new_ctx, struct smb3_fs_context *old_ctx, bool need_recon) argument
891 smb3_reconfigure(struct fs_context *fc) argument
946 smb3_fs_context_parse_param(struct fs_context *fc, struct fs_parameter *param) argument
1645 smb3_init_fs_context(struct fs_context *fc) argument
[all...]
/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_router.c580 struct prestera_kern_fib_cache *fc)
587 if (!prestera_fib_info_is_nh(&fc->info))
590 nhs = prestera_kern_fib_info_nhs(&fc->info);
595 nhc = prestera_kern_fib_info_nhc(&fc->fen4_info.info, i);
604 fc->kern_neigh_cache_head[i].this = fc;
605 fc->kern_neigh_cache_head[i].n_cache = n_cache;
606 list_add(&fc->kern_neigh_cache_head[i].head,
697 struct prestera_kern_fib_cache *fc,
702 switch (fc
579 __prestera_kern_fib_cache_create_nhs(struct prestera_switch *sw, struct prestera_kern_fib_cache *fc) argument
696 __prestera_k_arb_fib_lpm_offload_set(struct prestera_switch *sw, struct prestera_kern_fib_cache *fc, bool fail, bool offload, bool trap) argument
857 __prestera_pr_k_arb_fc_lpm_info_calc(struct prestera_switch *sw, struct prestera_kern_fib_cache *fc) argument
929 __prestera_k_arb_f_lpm_set(struct prestera_switch *sw, struct prestera_kern_fib_cache *fc, bool enabled) argument
956 __prestera_k_arb_fc_apply(struct prestera_switch *sw, struct prestera_kern_fib_cache *fc) argument
993 __prestera_k_arb_util_fib_overlaps(struct prestera_switch *sw, struct prestera_kern_fib_cache *fc) argument
1011 __prestera_k_arb_util_fib_overlapped(struct prestera_switch *sw, struct prestera_kern_fib_cache *fc) argument
[all...]
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_mac.c92 if (hw->fc.current_mode & igc_fc_tx_pause) {
97 fcrtl = hw->fc.low_water;
98 if (hw->fc.send_xon)
101 fcrth = hw->fc.high_water;
132 if (hw->fc.requested_mode == igc_fc_default)
133 hw->fc.requested_mode = igc_fc_full;
139 hw->fc.current_mode = hw->fc.requested_mode;
141 hw_dbg("After fix-ups FlowControl is now = %x\n", hw->fc.current_mode);
158 wr32(IGC_FCTTV, hw->fc
[all...]
/linux-master/fs/vboxsf/
H A Dsuper.c54 static int vboxsf_parse_param(struct fs_context *fc, struct fs_parameter *param) argument
56 struct vboxsf_fs_context *ctx = fc->fs_private;
62 opt = fs_parse(fc, vboxsf_fs_parameters, param, &result);
68 if (ctx->nls_name || fc->purpose != FS_CONTEXT_FOR_MOUNT) {
119 static int vboxsf_fill_super(struct super_block *sb, struct fs_context *fc) argument
121 struct vboxsf_fs_context *ctx = fc->fs_private;
130 if (!fc->source)
171 size = strlen(fc->source) + 1;
179 strscpy(folder_name->string.utf8, fc->source, size);
184 fc
384 vboxsf_parse_monolithic(struct fs_context *fc, void *data) argument
394 vboxsf_get_tree(struct fs_context *fc) argument
405 vboxsf_reconfigure(struct fs_context *fc) argument
418 vboxsf_free_fc(struct fs_context *fc) argument
434 vboxsf_init_fs_context(struct fs_context *fc) argument
[all...]

Completed in 268 milliseconds

1234567891011>>