Searched refs:fc (Results 401 - 425 of 546) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/net/wireless/intel/iwlegacy/
H A D3945.c474 __le16 fc = hdr->frame_control; local
516 il_update_stats(il, false, fc, len);
694 __le16 fc = hdr->frame_control; local
705 if (ieee80211_is_probe_resp(fc))
/linux-master/include/net/
H A Dieee802154_netdev.h186 struct ieee802154_hdr_fc fc; member in struct:ieee802154_hdr
226 /* pushes hdr onto the skb. fields of hdr->fc that can be calculated from
228 * hdr->fc will be ignored. this includes the INTRA_PAN bit and the frame
/linux-master/drivers/pmdomain/qcom/
H A Dcpr.c1080 unsigned int fnum, fc; local
1112 fc = cpr_get_fuse_corner(opp);
1113 if (!fc) {
1117 fnum = fc - 1;
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_phy.c250 /* Need to parse both autoneg_advertised and fc and set up
322 * The possible values of the "fc" parameter are:
332 switch (hw->fc.current_mode) {
/linux-master/drivers/scsi/csiostor/
H A Dcsio_lnode.c42 #include <scsi/fc/fc_els.h>
43 #include <scsi/fc/fc_fs.h>
44 #include <scsi/fc/fc_gs.h>
45 #include <scsi/fc/fc_ms.h>
/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_hw.h338 int (*hw_set_fc)(struct aq_hw_s *self, u32 fc, u32 tc);
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Drtw8922a.c1321 u32 spur_freq, fc; local
1333 fc = chan->freq;
1335 fc = (spur_freq > fc) ? fc + 40 : fc - 40;
1336 if ((fc > spur_freq &&
1338 (fc < spur_freq &&
1343 freq_diff = (spur_freq - fc) * 1000000;
H A Drtw8852c.c1308 u32 spur_freq, fc; local
1321 fc = chan->freq;
1323 fc = (spur_freq > fc) ? fc + 40 : fc - 40;
1324 if ((fc > spur_freq &&
1326 (fc < spur_freq &&
1331 freq_diff = (spur_freq - fc) * 1000000;
H A Drtw8851b.c1228 u32 spur_freq, fc; local
1240 fc = chan->freq;
1242 fc = (spur_freq > fc) ? fc + 40 : fc - 40;
1243 if ((fc > spur_freq &&
1245 (fc < spur_freq &&
1250 freq_diff = (spur_freq - fc) * 1000000;
H A Dcore.c453 __le16 fc = hdr->frame_control; local
455 if (ieee80211_is_mgmt(fc) || ieee80211_is_nullfunc(fc))
700 __le16 fc = hdr->frame_control; local
709 if (!ieee80211_is_data_qos(fc))
729 __le16 fc = hdr->frame_control; local
735 hdr_len = ieee80211_has_a4(fc) ? 32 : 26;
878 __le16 fc = hdr->frame_control; local
880 desc_info->hdr_llc_len = ieee80211_hdrlen(fc);
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dwmi.c827 __le16 fc; local
852 fc = rx_mgmt_frame->frame_control;
857 wil_dbg_wmi(wil, "status 0x%04x len %d fc 0x%04x\n", d_status, d_len,
858 le16_to_cpu(fc));
869 if (ieee80211_is_beacon(fc) || ieee80211_is_probe_resp(fc)) {
1387 __le16 fc; local
1408 fc = rx_mgmt_frame->frame_control;
1409 if (!ieee80211_is_probe_resp(fc)) {
1410 wil_err(wil, "sched scan result invalid frame, fc
[all...]
/linux-master/security/smack/
H A Dsmack_lsm.c630 * @fc: The filesystem context.
635 static int smack_fs_context_submount(struct fs_context *fc, argument
645 fc->security = ctx;
680 * @fc: The new filesystem context.
685 static int smack_fs_context_dup(struct fs_context *fc, argument
693 fc->security = kzalloc(sizeof(struct smack_mnt_opts), GFP_KERNEL);
694 if (!fc->security)
697 dst = fc->security;
719 * @fc: The new filesystem context being constructed.
725 static int smack_fs_context_parse_param(struct fs_context *fc, argument
[all...]
H A Dsmackfs.c2879 * @fc: unused
2885 static int smk_fill_super(struct super_block *sb, struct fs_context *fc) argument
2956 * @fc: The mount context, including any options
2962 static int smk_get_tree(struct fs_context *fc) argument
2964 return get_tree_single(fc, smk_fill_super);
2973 * @fc: The blank mount context
2975 static int smk_init_fs_context(struct fs_context *fc) argument
2977 fc->ops = &smk_context_ops;
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dich8lan.c5042 if (hw->fc.requested_mode == e1000_fc_default) {
5045 hw->fc.requested_mode = e1000_fc_rx_pause;
5047 hw->fc.requested_mode = e1000_fc_full;
5053 hw->fc.current_mode = hw->fc.requested_mode;
5055 e_dbg("After fix-ups FlowControl is now = %x\n", hw->fc.current_mode);
5062 ew32(FCTTV, hw->fc.pause_time);
5067 ew32(FCRTV_PCH, hw->fc.refresh_time);
5070 hw->fc.pause_time);
/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c7590 u16 fc; local
7593 fc = le16_to_cpu(hdr->frame_control);
7594 if (!(fc & IEEE80211_FCTL_PROTECTED))
7597 fc &= ~IEEE80211_FCTL_PROTECTED;
7598 hdr->frame_control = cpu_to_le16(fc);
7833 #define libipw_is_probe_response(fc) \
7834 ((fc & IEEE80211_FCTL_FTYPE) == IEEE80211_FTYPE_MGMT && \
7835 (fc & IEEE80211_FCTL_STYPE) == IEEE80211_STYPE_PROBE_RESP )
7837 #define libipw_is_management(fc) \
7838 ((fc
10054 int fc; local
[all...]
/linux-master/drivers/scsi/cxlflash/
H A Docxl_hw.c37 static int ocxlflash_fs_init_fs_context(struct fs_context *fc) argument
39 return init_pseudo(fc, OCXLFLASH_FS_MAGIC) ? 0 : -ENOMEM;
/linux-master/drivers/net/ieee802154/
H A Dmac802154_hwsim.c183 switch (hdr.fc.version) {
191 hdr.fc.version);
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.c11 #include <scsi/fc/fc_fs.h>
12 #include <scsi/fc/fc_fcoe.h>
506 /* resets the header to point fcoe/fc */
H A Dixgbe_main.c32 #include <scsi/fc/fc_fcoe.h>
935 if ((hw->fc.current_mode != ixgbe_fc_full) &&
936 (hw->fc.current_mode != ixgbe_fc_rx_pause))
3708 !(adapter->hw.fc.current_mode & ixgbe_fc_tx_pause) && !pfc_en)) {
5237 hw->fc.high_water[i] = ixgbe_hpbthresh(adapter, i);
5238 hw->fc.low_water[i] = ixgbe_lpbthresh(adapter, i);
5241 if (hw->fc.low_water[i] > hw->fc.high_water[i])
5242 hw->fc.low_water[i] = 0;
5246 hw->fc
[all...]
/linux-master/drivers/media/platform/nxp/imx-jpeg/
H A Dmxc-jpeg.c2435 struct v4l2_format fc; local
2454 memset(&fc, 0, sizeof(fc));
2455 fc.type = cap_type;
2456 fc.fmt.pix_mp.pixelformat = q_data_cap->fmt->fourcc;
2457 fc.fmt.pix_mp.width = f->fmt.pix_mp.width;
2458 fc.fmt.pix_mp.height = f->fmt.pix_mp.height;
2460 return mxc_jpeg_s_fmt_vid_cap(file, priv, &fc);
/linux-master/drivers/dma-buf/
H A Ddma-buf.c130 static int dma_buf_fs_init_context(struct fs_context *fc) argument
134 ctx = init_pseudo(fc, DMA_BUF_MAGIC);
/linux-master/security/apparmor/
H A Dapparmorfs.c169 static int apparmorfs_fill_super(struct super_block *sb, struct fs_context *fc) argument
182 static int apparmorfs_get_tree(struct fs_context *fc) argument
184 return get_tree_single(fc, apparmorfs_fill_super);
191 static int apparmorfs_init_fs_context(struct fs_context *fc) argument
193 fc->ops = &apparmorfs_context_ops;
/linux-master/security/selinux/
H A Dselinuxfs.c1972 static int sel_fill_super(struct super_block *sb, struct fs_context *fc) argument
2101 static int sel_get_tree(struct fs_context *fc) argument
2103 return get_tree_single(fc, sel_fill_super);
2110 static int sel_init_fs_context(struct fs_context *fc) argument
2112 fc->ops = &sel_context_ops;
/linux-master/mm/
H A Dpercpu.c3389 void *fc; local
3392 fc = memblock_alloc_from(unit_size, PAGE_SIZE, __pa(MAX_DMA_ADDRESS));
3393 if (!ai || !fc)
3396 kmemleak_ignore_phys(__pa(fc));
3405 pcpu_setup_first_chunk(ai, fc);
/linux-master/drivers/dma/
H A Damba-pl08x.c1331 u32 fc; local
1335 fc = PL080_FLOW_MEM2MEM;
1337 fc = (txd->ccfg & PL080_CONFIG_FLOW_CONTROL_MASK) >>
1339 if (!((fc >= PL080_FLOW_SRC2DST_DST) &&
1340 (fc <= PL080_FLOW_SRC2DST_SRC))) {

Completed in 534 milliseconds

<<11121314151617181920>>