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

1234567891011>>

/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dtrx.c18 __le16 fc = rtl_get_fc(skb); local
20 if (unlikely(ieee80211_is_beacon(fc)))
22 if (ieee80211_is_mgmt(fc) || ieee80211_is_ctl(fc))
200 u16 fc, type; local
206 fc = le16_to_cpu(hdr->frame_control);
213 (ether_addr_equal(mac->bssid, (fc & IEEE80211_FCTL_TODS) ?
214 hdr->addr1 : (fc & IEEE80211_FCTL_FROMDS) ?
415 __le16 fc = hdr->frame_control; local
450 if (ieee80211_is_nullfunc(fc) || ieee80211_is_ct
[all...]
/linux-master/drivers/net/fddi/skfp/
H A Dhwmtm.c123 extern int mac_drv_rx_init(struct s_smc *smc, int len, int fc, char *look_ahead,
145 int hwm_tx_init(struct s_smc *smc, u_char fc, int frag_count, int frame_len,
1048 u_char fc ; /* Frame control */ local
1279 fc = *(char *)mb->sm_data = *data ;
1280 mb->sm_len = len - 1 ; /* len - fc */
1286 switch(fc) {
1344 if ((fc & 0xf0) == FC_MAC)
1374 u_char fc ; local
1379 fc = *smc->os.hwm.r.mb_pos ;
1380 (void)mac_drv_rx_init(smc,(int)mb->sm_len,(int)fc,
1542 hwm_tx_init(struct s_smc *smc, u_char fc, int frag_count, int frame_len, int frame_status) argument
1798 smt_send_mbuf(struct s_smc *smc, SMbuf *mb, int fc) argument
[all...]
/linux-master/fs/hugetlbfs/
H A Dinode.c1364 static int hugetlbfs_parse_param(struct fs_context *fc, struct fs_parameter *param) argument
1366 struct hugetlbfs_fs_context *ctx = fc->fs_private;
1373 opt = fs_parse(fc, hugetlb_fs_parameters, param, &result);
1436 return invalfc(fc, "Bad value '%s' for mount option '%s'\n",
1443 static int hugetlbfs_validate(struct fs_context *fc) argument
1445 struct hugetlbfs_fs_context *ctx = fc->fs_private;
1471 hugetlbfs_fill_super(struct super_block *sb, struct fs_context *fc) argument
1473 struct hugetlbfs_fs_context *ctx = fc->fs_private;
1523 static int hugetlbfs_get_tree(struct fs_context *fc) argument
1525 int err = hugetlbfs_validate(fc);
1531 hugetlbfs_fs_context_free(struct fs_context *fc) argument
1542 hugetlbfs_init_fs_context(struct fs_context *fc) argument
1651 struct fs_context *fc; local
[all...]
/linux-master/drivers/net/wireless/ath/carl9170/
H A Drx.c623 __le16 fc; local
645 fc = ((struct ieee80211_hdr *)buf)->frame_control;
646 if (ieee80211_is_data_qos(fc) && ieee80211_is_data_present(fc))
649 if (ieee80211_is_ack(fc) || ieee80211_is_back(fc) ||
650 ieee80211_is_back_req(fc))
653 if (ieee80211_is_action(fc))
/linux-master/tools/perf/util/
H A Dheader.h133 int (*copy)(struct feat_copier *fc, int feat, struct feat_writer *fw);
139 struct feat_copier *fc);
/linux-master/ipc/
H A Dmqueue.c404 static int mqueue_fill_super(struct super_block *sb, struct fs_context *fc) argument
425 static int mqueue_get_tree(struct fs_context *fc) argument
427 struct mqueue_fs_context *ctx = fc->fs_private;
434 fc->s_fs_info = ctx->ipc_ns;
435 return get_tree_nodev(fc, mqueue_fill_super);
437 return get_tree_keyed(fc, mqueue_fill_super, ctx->ipc_ns);
440 static void mqueue_fs_context_free(struct fs_context *fc) argument
442 struct mqueue_fs_context *ctx = fc->fs_private;
448 static int mqueue_init_fs_context(struct fs_context *fc) argument
457 put_user_ns(fc
471 struct fs_context *fc; local
[all...]
/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>
/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/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
5184 __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 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;
H A Dpidfs.c262 static int pidfs_init_fs_context(struct fs_context *fc) argument
266 ctx = init_pseudo(fc, PID_FS_MAGIC);
272 fc->s_fs_info = (void *)&pidfs_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/arch/alpha/math-emu/
H A Dmath.c104 unsigned long fa, fb, fc, func, mode, src; local
110 fc = (insn >> 0) & 0x1f; /* destination register */
274 alpha_write_fp_reg_s(fc, vc);
282 alpha_write_fp_reg(fc, vc);
/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.c1373 * context as we might be holding fc->bg_lock.
1417 struct fuse_conn *fc = fm->fc; local
1418 struct virtio_fs *fs = fc->iq.priv;
1464 fuse_dev_install(fsvq->fud, fc);
1482 struct fuse_conn *fc = fm->fc; local
1483 struct virtio_fs *vfs = fc->iq.priv;
1490 fuse_dax_cancel_work(fc);
1515 /* If mount failed, we can still be called without any fc */
1538 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);
1442 pr_warn("%s: inode %ld still in fc list",
1984 static void ext4_fc_free(struct fs_context *fc) argument
1999 ext4_init_fs_context(struct fs_context *fc) argument
2017 note_qf_name(struct fs_context *fc, int qtype, struct fs_parameter *param) argument
2057 unnote_qf_name(struct fs_context *fc, int qtype) argument
2124 ext4_parse_param(struct fs_context *fc, struct fs_parameter *param) argument
2432 parse_options(struct fs_context *fc, char *options) argument
2485 struct fs_context *fc = NULL; local
2539 ext4_apply_quota_options(struct fs_context *fc, struct super_block *sb) argument
2576 ext4_check_quota_consistency(struct fs_context *fc, struct super_block *sb) argument
2694 ext4_check_test_dummy_encryption(const struct fs_context *fc, struct super_block *sb) argument
2746 ext4_check_opt_consistency(struct fs_context *fc, struct super_block *sb) argument
2821 ext4_apply_options(struct fs_context *fc, struct super_block *sb) argument
2854 ext4_validate_options(struct fs_context *fc) argument
5180 __ext4_fill_super(struct fs_context *fc, struct super_block *sb) argument
5656 ext4_fill_super(struct super_block *sb, struct fs_context *fc) argument
5706 ext4_get_tree(struct fs_context *fc) argument
6406 __ext4_remount(struct fs_context *fc, struct super_block *sb) argument
6712 ext4_reconfigure(struct fs_context *fc) argument
[all...]

Completed in 334 milliseconds

1234567891011>>