Searched refs:fc (Results 176 - 200 of 538) sorted by relevance

1234567891011>>

/linux-master/include/scsi/
H A Dfcoe_sysfs.h13 #include <scsi/fc/fc_fcoe.h>
H A Dfc_frame.h15 #include <scsi/fc/fc_fs.h>
16 #include <scsi/fc/fc_fcp.h>
17 #include <scsi/fc/fc_encaps.h>
H A Dlibfc.h20 #include <scsi/fc/fc_fcp.h>
21 #include <scsi/fc/fc_ns.h>
22 #include <scsi/fc/fc_ms.h>
23 #include <scsi/fc/fc_els.h>
24 #include <scsi/fc/fc_gs.h>
221 * struct fc_stats - fc stats structure
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/ynr/ynr_2/
H A Dia_css_ynr2.host.c91 const struct sh_css_isp_fc_params *fc,
/linux-master/arch/s390/include/asm/
H A Dtopology.h45 int topology_set_cpu_management(int fc);
H A Dnmi.h79 u64 fc : 1; /* 43 fp control register validity */ member in struct:mci::__anon5
H A Dsysinfo.h191 int stsi(void *sysinfo, int fc, int sel1, int sel2);
/linux-master/arch/alpha/math-emu/
H A Dmath.c109 unsigned long fa, fb, fc, func, mode, src; local
115 fc = (insn >> 0) & 0x1f; /* destination register */
279 alpha_write_fp_reg_s(fc, vc);
287 alpha_write_fp_reg(fc, vc);
/linux-master/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_b0.h63 int hw_atl_b0_set_fc(struct aq_hw_s *self, u32 fc, u32 tc);
/linux-master/drivers/infiniband/hw/mlx5/
H A Dcounters.c444 if (!opfcs[type].fc)
447 ret = mlx5_fc_query(dev->mdev, opfcs[type].fc,
777 if (!dev->port[i].cnts.opfcs[j].fc)
784 dev->port[i].cnts.opfcs[j].fc);
785 dev->port[i].cnts.opfcs[j].fc = NULL;
843 struct mlx5_fc *fc = read_attr->hw_cntrs_hndl; local
846 return mlx5_fc_query(dev->mdev, fc,
1000 if (opfc->fc)
1003 opfc->fc = mlx5_fc_create(dev->mdev, false);
1004 if (IS_ERR(opfc->fc))
[all...]
/linux-master/net/mac80211/
H A Dwep.c247 __le16 fc = hdr->frame_control; local
249 if (!ieee80211_is_data(fc) && !ieee80211_is_auth(fc))
258 if (!pskb_may_pull(rx->skb, ieee80211_hdrlen(fc) +
H A Drx.c50 __le16 fc; local
65 fc = hdr->frame_control;
74 if (likely(!ieee80211_is_mgmt(fc) || !ieee80211_has_order(fc)))
77 hdrlen = ieee80211_hdrlen(fc);
1017 __le16 fc = hdr->frame_control; local
1018 int hdrlen = ieee80211_hdrlen(fc);
1917 __le16 fc; local
1952 fc = hdr->frame_control;
1958 if (ieee80211_has_protected(fc)
2236 requires_sequential_pn(struct ieee80211_rx_data *rx, __le16 fc) argument
2252 __le16 fc; local
2414 ieee80211_drop_unencrypted(struct ieee80211_rx_data *rx, __le16 fc) argument
2440 __le16 fc = mgmt->frame_control; local
2587 ieee80211_frame_allowed(struct ieee80211_rx_data *rx, __le16 fc) argument
2833 uint16_t fc = IEEE80211_FTYPE_DATA | IEEE80211_STYPE_QOS_DATA; local
3015 __le16 fc = hdr->frame_control; local
3109 __le16 fc = hdr->frame_control; local
3167 __le16 fc = hdr->frame_control; local
5183 __le16 fc; local
[all...]
/linux-master/fs/
H A Dfs_parser.c138 * @fc: The filesystem context to log errors through.
144 int fs_lookup_param(struct fs_context *fc, argument
166 return invalf(fc, "%s: not usable as path", param->key);
171 errorf(fc, "%s: Lookup failure for '%s'", param->key, f->name);
180 errorf(fc, "%s: Non-blockdev passed as '%s'",
H A Dpidfs.c242 static int pidfs_init_fs_context(struct fs_context *fc) argument
246 ctx = init_pseudo(fc, PID_FS_MAGIC);
252 fc->s_fs_info = (void *)&pidfs_stashed_ops;
H A Dnsfs.c223 static int nsfs_init_fs_context(struct fs_context *fc) argument
225 struct pseudo_fs_context *ctx = init_pseudo(fc, NSFS_MAGIC);
230 fc->s_fs_info = (void *)&nsfs_stashed_ops;
/linux-master/fs/zonefs/
H A Dsuper.c495 static int zonefs_parse_param(struct fs_context *fc, struct fs_parameter *param) argument
497 struct zonefs_context *ctx = fc->fs_private;
501 opt = fs_parse(fc, zonefs_param_spec, param, &result);
1235 static int zonefs_fill_super(struct super_block *sb, struct fs_context *fc) argument
1238 struct zonefs_context *ctx = fc->fs_private;
1360 static void zonefs_free_fc(struct fs_context *fc) argument
1362 struct zonefs_context *ctx = fc->fs_private;
1367 static int zonefs_get_tree(struct fs_context *fc) argument
1369 return get_tree_bdev(fc, zonefs_fill_super);
1372 static int zonefs_reconfigure(struct fs_context *fc) argument
1395 zonefs_init_fs_context(struct fs_context *fc) argument
[all...]
/linux-master/net/ieee802154/6lowpan/
H A Drx.c253 __le16 fc = ieee802154_get_fc_from_skb(skb); local
256 if (!ieee802154_is_data(fc) ||
257 !ieee802154_skb_is_intra_pan_addressing(fc, skb))
/linux-master/lib/zlib_deflate/
H A Ddefutil.h46 } fc; member in struct:ct_data_s
53 #define Freq fc.freq
54 #define Code fc.code
/linux-master/fs/fuse/
H A Dvirtio_fs.c1317 * context as we might be holding fc->bg_lock.
1361 struct fuse_conn *fc = fm->fc; local
1362 struct virtio_fs *fs = fc->iq.priv;
1408 fuse_dev_install(fsvq->fud, fc);
1426 struct fuse_conn *fc = fm->fc; local
1427 struct virtio_fs *vfs = fc->iq.priv;
1434 fuse_dax_cancel_work(fc);
1459 /* If mount failed, we can still be called without any fc */
1482 struct fuse_conn *fc = NULL; local
[all...]
/linux-master/fs/ext4/
H A Dsuper.c87 static int ext4_validate_options(struct fs_context *fc);
88 static int ext4_check_opt_consistency(struct fs_context *fc,
90 static void ext4_apply_options(struct fs_context *fc, struct super_block *sb);
91 static int ext4_parse_param(struct fs_context *fc, struct fs_parameter *param);
92 static int ext4_get_tree(struct fs_context *fc);
93 static int ext4_reconfigure(struct fs_context *fc);
94 static void ext4_fc_free(struct fs_context *fc);
95 static int ext4_init_fs_context(struct fs_context *fc);
1458 pr_warn("%s: inode %ld still in fc list",
2004 static void ext4_fc_free(struct fs_context *fc) argument
2019 ext4_init_fs_context(struct fs_context *fc) argument
2037 note_qf_name(struct fs_context *fc, int qtype, struct fs_parameter *param) argument
2077 unnote_qf_name(struct fs_context *fc, int qtype) argument
2145 ext4_parse_param(struct fs_context *fc, struct fs_parameter *param) argument
2453 parse_options(struct fs_context *fc, char *options) argument
2507 struct fs_context *fc = NULL; local
2561 ext4_apply_quota_options(struct fs_context *fc, struct super_block *sb) argument
2598 ext4_check_quota_consistency(struct fs_context *fc, struct super_block *sb) argument
2716 ext4_check_test_dummy_encryption(const struct fs_context *fc, struct super_block *sb) argument
2768 ext4_check_opt_consistency(struct fs_context *fc, struct super_block *sb) argument
2843 ext4_apply_options(struct fs_context *fc, struct super_block *sb) argument
2876 ext4_validate_options(struct fs_context *fc) argument
5202 __ext4_fill_super(struct fs_context *fc, struct super_block *sb) argument
5679 ext4_fill_super(struct super_block *sb, struct fs_context *fc) argument
5729 ext4_get_tree(struct fs_context *fc) argument
6432 __ext4_remount(struct fs_context *fc, struct super_block *sb) argument
6738 ext4_reconfigure(struct fs_context *fc) argument
[all...]
/linux-master/drivers/firmware/arm_scmi/
H A Dperf.c823 struct scmi_fc_info *fc; local
825 fc = devm_kcalloc(ph->dev, PERF_FC_MAX, sizeof(*fc), GFP_KERNEL);
826 if (!fc)
831 &fc[PERF_FC_LEVEL].get_addr, NULL,
832 &fc[PERF_FC_LEVEL].rate_limit);
836 &fc[PERF_FC_LIMIT].get_addr, NULL,
837 &fc[PERF_FC_LIMIT].rate_limit);
842 &fc[PERF_FC_LEVEL].set_addr,
843 &fc[PERF_FC_LEVE
[all...]
/linux-master/fs/udf/
H A Dsuper.c94 static int udf_fill_super(struct super_block *sb, struct fs_context *fc);
103 static int udf_init_fs_context(struct fs_context *fc);
104 static int udf_parse_param(struct fs_context *fc, struct fs_parameter *param);
105 static int udf_reconfigure(struct fs_context *fc);
106 static void udf_free_fc(struct fs_context *fc);
126 static int udf_get_tree(struct fs_context *fc) argument
128 return get_tree_bdev(fc, udf_fill_super);
239 static void udf_init_options(struct fs_context *fc, struct udf_options *uopt) argument
241 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) {
242 struct super_block *sb = fc
269 udf_init_fs_context(struct fs_context *fc) argument
285 udf_free_fc(struct fs_context *fc) argument
517 udf_parse_param(struct fs_context *fc, struct fs_parameter *param) argument
649 udf_reconfigure(struct fs_context *fc) argument
2126 udf_fill_super(struct super_block *sb, struct fs_context *fc) argument
[all...]
/linux-master/net/mac802154/
H A Drx.c289 pr_debug("fc: %04x dsn: %02x\n", le16_to_cpup((__le16 *)&hdr->fc),
292 cb->type = hdr->fc.type;
293 cb->ackreq = hdr->fc.ack_request;
294 cb->secen = hdr->fc.security_enabled;
302 if (hdr->fc.security_enabled) {
/linux-master/fs/openpromfs/
H A Dinode.c372 static int openprom_fill_super(struct super_block *s, struct fs_context *fc) argument
411 static int openpromfs_get_tree(struct fs_context *fc) argument
413 return get_tree_single(fc, openprom_fill_super);
420 static int openpromfs_init_fs_context(struct fs_context *fc) argument
422 fc->ops = &openpromfs_context_ops;
/linux-master/sound/aoa/soundbus/i2sbus/
H A Dpcm.c614 u32 fc; local
618 fc = in_le32(&i2sdev->intfregs->frame_count);
619 fc = fc - pi->frame_count;
621 if (fc >= pi->substream->runtime->buffer_size)
622 fc %= pi->substream->runtime->buffer_size;
623 return fc;
629 u32 fc, nframes; local
662 fc = in_le32(&i2sdev->intfregs->frame_count);
664 if (fc < p
[all...]

Completed in 260 milliseconds

1234567891011>>