Searched refs:fc (Results 126 - 150 of 538) sorted by relevance

1234567891011>>

/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw.h148 #define WLAN_FC_GET_VERS(fc) ((fc) & IEEE80211_FCTL_VERS)
149 #define WLAN_FC_GET_TYPE(fc) ((fc) & IEEE80211_FCTL_FTYPE)
150 #define WLAN_FC_GET_STYPE(fc) ((fc) & IEEE80211_FCTL_STYPE)
871 static inline int libipw_get_hdrlen(u16 fc) argument
874 u16 stype = WLAN_FC_GET_STYPE(fc);
876 switch (WLAN_FC_GET_TYPE(fc)) {
878 if ((fc
[all...]
H A Dlibipw_rx.c40 u16 fc = le16_to_cpu(hdr->frame_control); local
44 skb_pull(skb, libipw_get_hdrlen(fc));
231 u16 fc, ethertype; local
239 fc = le16_to_cpu(hdr->frame_ctl);
242 if ((fc & (IEEE80211_FCTL_TODS | IEEE80211_FCTL_FROMDS)) ==
247 } else if ((fc & (IEEE80211_FCTL_TODS | IEEE80211_FCTL_FROMDS)) ==
334 u16 fc, type, stype, sc; local
358 fc = le16_to_cpu(hdr->frame_ctl);
359 type = WLAN_FC_GET_TYPE(fc);
360 stype = WLAN_FC_GET_STYPE(fc);
837 u16 fc; local
1497 is_beacon(__le16 fc) argument
[all...]
H A Dlibipw_tx.c251 int bytes, fc, hdr_len; local
302 fc = IEEE80211_FTYPE_DATA | IEEE80211_STYPE_DATA |
305 fc = IEEE80211_FTYPE_DATA | IEEE80211_STYPE_DATA;
308 fc |= IEEE80211_FCTL_TODS;
322 fc |= IEEE80211_STYPE_QOS_DATA;
328 header.frame_ctl = cpu_to_le16(fc);
440 header.frame_ctl = cpu_to_le16(fc);
464 cpu_to_le16(fc | IEEE80211_FCTL_MOREFRAGS);
/linux-master/drivers/staging/vt6655/
H A Ddpc.c30 __le16 fc; local
98 fc = hdr->frame_control;
102 if (ieee80211_has_protected(fc)) {
/linux-master/fs/romfs/
H A Dsuper.c427 static int romfs_reconfigure(struct fs_context *fc) argument
429 sync_filesystem(fc->root->d_sb);
430 fc->sb_flags |= SB_RDONLY;
460 static int romfs_fill_super(struct super_block *sb, struct fs_context *fc) argument
509 if (!(fc->sb_flags & SB_SILENT))
510 errorf(fc, "VFS: Can't find a romfs filesystem on dev %s.\n",
523 if (!(fc->sb_flags & SB_SILENT))
553 static int romfs_get_tree(struct fs_context *fc) argument
558 ret = get_tree_mtd(fc, romfs_fill_super);
562 ret = get_tree_bdev(fc, romfs_fill_supe
575 romfs_init_fs_context(struct fs_context *fc) argument
[all...]
/linux-master/arch/s390/kvm/
H A Dtrace.h394 TP_PROTO(VCPU_PROTO_COMMON, int fc, int sel1, int sel2, u64 addr),
395 TP_ARGS(VCPU_ARGS_COMMON, fc, sel1, sel2, addr),
399 __field(int, fc)
407 __entry->fc = fc;
414 __entry->fc, __entry->sel1, __entry->sel2,
455 VCPU_TP_PRINTK("STHYI fc: %llu addr: %016llx",
/linux-master/drivers/net/ethernet/chelsio/cxgb/
H A Dsubr.c143 int link_ok, speed, duplex, fc; local
147 phy->ops->get_link_status(phy, &link_ok, &speed, &duplex, &fc);
152 fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX);
158 mac->ops->set_speed_duplex_fc(mac, speed, duplex, fc);
159 lc->fc = (unsigned char)fc;
161 t1_link_negotiated(adapter, port_id, link_ok, speed, duplex, fc);
628 unsigned int fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); local
632 if (fc) {
633 if (fc
[all...]
/linux-master/fs/ceph/
H A Dcache.c86 int ceph_fscache_register_fs(struct ceph_fs_client* fsc, struct fs_context *fc) argument
101 errorfc(fc, "Unable to register fscache cookie for %s", name);
/linux-master/include/linux/
H A Dmount.h97 extern struct vfsmount *fc_mount(struct fs_context *fc);
98 extern struct vfsmount *vfs_create_mount(struct fs_context *fc);
/linux-master/arch/m68k/include/asm/
H A Dprocessor.h108 unsigned short fc; /* saved fc (sfc, dfc) */ member in struct:thread_struct
121 .fc = USER_DATA, \
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dinode.c609 static int spufs_parse_param(struct fs_context *fc, struct fs_parameter *param) argument
611 struct spufs_fs_context *ctx = fc->fs_private;
612 struct spufs_sb_info *sbi = fc->s_fs_info;
618 opt = fs_parse(fc, spufs_fs_parameters, param, &result);
626 return invalf(fc, "Unknown uid");
632 return invalf(fc, "Unknown gid");
678 static int spufs_create_root(struct super_block *sb, struct fs_context *fc) argument
680 struct spufs_fs_context *ctx = fc->fs_private;
711 static int spufs_fill_super(struct super_block *sb, struct fs_context *fc) argument
719 return spufs_create_root(sb, fc);
722 spufs_get_tree(struct fs_context *fc) argument
727 spufs_free_fc(struct fs_context *fc) argument
738 spufs_init_fs_context(struct fs_context *fc) argument
[all...]
/linux-master/fs/nfs/
H A Dnfs3client.c53 struct nfs_server *nfs3_create_server(struct fs_context *fc) argument
55 struct nfs_server *server = nfs_create_server(fc);
/linux-master/drivers/staging/rtl8192e/
H A Drtllib_rx.c90 u16 fc = le16_to_cpu(hdr->frame_control); local
100 RTLLIB_QOS_HAS_SEQ(fc)) {
105 } else if (RTLLIB_QOS_HAS_SEQ(fc)) {
123 (RTLLIB_QOS_HAS_SEQ(fc) ? 2 : 0));
160 u16 fc = le16_to_cpu(hdr->frame_control); local
169 RTLLIB_QOS_HAS_SEQ(fc)) {
174 } else if (RTLLIB_QOS_HAS_SEQ(fc)) {
234 u16 fc, ethertype; local
242 fc = le16_to_cpu(hdr->frame_control);
245 if ((fc
351 u16 fc = le16_to_cpu(header->frame_control); local
729 u16 fc = le16_to_cpu(hdr->frame_control); local
856 u16 fc = le16_to_cpu(hdr->frame_control); local
875 u16 fc, sc; local
914 u16 fc = le16_to_cpu(hdr->frame_control); local
943 u16 fc = le16_to_cpu(hdr->frame_control); local
986 u16 fc = le16_to_cpu(hdr->frame_control); local
1020 u16 fc, sc; local
1234 u16 fc, sc, SeqNum = 0; local
1390 u16 fc = le16_to_cpu(hdr->frame_control); local
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dtrx.c17 __le16 fc = rtl_get_fc(skb); local
19 if (unlikely(ieee80211_is_beacon(fc)))
21 if (ieee80211_is_mgmt(fc) || ieee80211_is_ctl(fc))
283 __le16 fc; local
289 fc = hdr->frame_control;
294 packet_matchbssid = ((!ieee80211_is_ctl(fc)) &&
295 (ether_addr_equal(mac->bssid, ieee80211_has_tods(fc) ?
296 hdr->addr1 : ieee80211_has_fromds(fc) ?
489 __le16 fc local
677 __le16 fc = hdr->frame_control; local
[all...]
/linux-master/drivers/s390/cio/
H A Dqdio_main.c35 unsigned int fc)
40 " lgr 0,%[fc]\n"
48 : [fc] "d" (fc), [schid] "d" (schid),
55 unsigned long fc)
60 " lgr 0,%[fc]\n"
67 : [fc] "d" (fc), [schid] "d" (schid), [mask] "d" (mask)
77 * @fc: function code to perform
84 unsigned int *bb, unsigned long fc,
33 do_siga_sync(unsigned long schid, unsigned long out_mask, unsigned long in_mask, unsigned int fc) argument
54 do_siga_input(unsigned long schid, unsigned long mask, unsigned long fc) argument
83 do_siga_output(unsigned long schid, unsigned long mask, unsigned int *bb, unsigned long fc, dma64_t aob) argument
288 unsigned int fc = QDIO_SIGA_SYNC; local
327 unsigned int fc = QDIO_SIGA_WRITE; local
367 unsigned int fc = QDIO_SIGA_READ; local
[all...]
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_fcoe.c37 #include <scsi/fc/fc_fs.h>
/linux-master/net/atm/
H A Dlec.h27 unsigned char fc; member in struct:lecdatahdr_8025
/linux-master/include/uapi/linux/
H A Dif_fddi.h111 __u8 fc; /* frame control */ member in struct:fddihdr
/linux-master/kernel/bpf/
H A Dinode.c817 static int bpf_parse_param(struct fs_context *fc, struct fs_parameter *param) argument
819 struct bpf_mount_opts *opts = fc->s_fs_info;
825 opt = fs_parse(fc, bpf_fs_parameters, param, &result);
832 opt = vfs_parse_fs_param_source(fc, param);
853 if (!kuid_has_mapping(fc->user_ns, uid))
867 if (!kgid_has_mapping(fc->user_ns, gid))
940 return invalfc(fc, "Bad value for '%s'", param->key);
1009 static int bpf_fill_super(struct super_block *sb, struct fs_context *fc) argument
1017 if (fc->user_ns != &init_user_ns && !capable(CAP_SYS_ADMIN))
1036 static int bpf_get_tree(struct fs_context *fc) argument
1041 bpf_free_fc(struct fs_context *fc) argument
1055 bpf_init_fs_context(struct fs_context *fc) argument
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dtrx.c16 __le16 fc = rtl_get_fc(skb); local
18 if (unlikely(ieee80211_is_beacon(fc)))
20 if (ieee80211_is_mgmt(fc))
376 __le16 fc; local
381 fc = hdr->frame_control;
382 cfc = le16_to_cpu(fc);
383 type = WLAN_FC_GET_TYPE(fc);
393 if (ieee80211_is_beacon(fc))
484 __le16 fc = hdr->frame_control; local
518 if (ieee80211_is_nullfunc(fc) || ieee80211_is_ct
667 __le16 fc = hdr->frame_control; local
[all...]
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82598.c285 if (!hw->fc.pause_time)
290 if ((hw->fc.current_mode & ixgbe_fc_tx_pause) &&
291 hw->fc.high_water[i]) {
292 if (!hw->fc.low_water[i] ||
293 hw->fc.low_water[i] >= hw->fc.high_water[i]) {
307 switch (hw->fc.requested_mode) {
309 hw->fc.requested_mode = ixgbe_fc_tx_pause;
312 hw->fc.requested_mode = ixgbe_fc_none;
320 /* Negotiate the fc mod
[all...]
H A Dixgbe_dcb_82599.c235 reg = (hw->fc.high_water[i] << 10) | IXGBE_FCRTH_FCEN;
236 fcrtl = (hw->fc.low_water[i] << 10) | IXGBE_FCRTL_XONE;
258 reg = hw->fc.pause_time * 0x00010001;
263 IXGBE_WRITE_REG(hw, IXGBE_FCRTV, hw->fc.pause_time / 2);
H A Dixgbe_dcb_82598.c194 fcrtl = (hw->fc.low_water[i] << 10) | IXGBE_FCRTL_XONE;
195 reg = (hw->fc.high_water[i] << 10) | IXGBE_FCRTH_FCEN;
201 reg = hw->fc.pause_time * 0x00010001;
206 IXGBE_WRITE_REG(hw, IXGBE_FCRTV, hw->fc.pause_time / 2);
/linux-master/arch/s390/crypto/
H A Ddes_s390.c89 static int ecb_desall_crypt(struct skcipher_request *req, unsigned long fc) argument
101 cpacf_km(fc, ctx->key, walk.dst.virt.addr,
108 static int cbc_desall_crypt(struct skcipher_request *req, unsigned long fc) argument
128 cpacf_kmc(fc, &param, walk.dst.virt.addr,
318 static int ctr_desall_crypt(struct skcipher_request *req, unsigned long fc) argument
335 cpacf_kmctr(fc, ctx->key, walk.dst.virt.addr,
347 cpacf_kmctr(fc, ctx->key, buf, walk.src.virt.addr,
/linux-master/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_ethtool.c389 if (hw->mac.fc == PCH_GBE_FC_RX_PAUSE) {
391 } else if (hw->mac.fc == PCH_GBE_FC_TX_PAUSE) {
393 } else if (hw->mac.fc == PCH_GBE_FC_FULL) {
416 hw->mac.fc = PCH_GBE_FC_FULL;
418 hw->mac.fc = PCH_GBE_FC_RX_PAUSE;
420 hw->mac.fc = PCH_GBE_FC_TX_PAUSE;
422 hw->mac.fc = PCH_GBE_FC_NONE;

Completed in 625 milliseconds

1234567891011>>