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

1234567891011>>

/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dtrx.c206 u16 rtl8192cu_mq_to_hwq(__le16 fc, u16 mac80211_queue_index) argument
210 if (unlikely(ieee80211_is_beacon(fc))) {
214 if (ieee80211_is_mgmt(fc)) {
242 __le16 fc, u16 mac80211_queue_index)
247 if (unlikely(ieee80211_is_beacon(fc))) {
251 if (ieee80211_is_mgmt(fc)) {
357 __le16 fc; local
405 fc = hdr->frame_control;
406 bv = ieee80211_is_probe_resp(fc);
410 if (ieee80211_is_beacon(fc))
241 _rtl8192cu_mq_to_descq(struct ieee80211_hw *hw, __le16 fc, u16 mac80211_queue_index) argument
489 __le16 fc = hdr->frame_control; local
618 __le16 fc = hdr->frame_control; local
[all...]
/linux-master/drivers/net/wireless/ti/wl1251/
H A Drx.c139 u16 length, *fc; local
171 fc = (u16 *)skb->data;
173 if ((*fc & IEEE80211_FCTL_STYPE) == IEEE80211_STYPE_BEACON)
/linux-master/drivers/net/ethernet/chelsio/cxgb/
H A Dmy3126.c111 int *link_ok, int *speed, int *duplex, int *fc)
147 if (fc)
148 *fc = PAUSE_RX | PAUSE_TX;
110 my3126_get_link_status(struct cphy *cphy, int *link_ok, int *speed, int *duplex, int *fc) argument
H A Dmv88x201x.c163 int *speed, int *duplex, int *fc)
179 if (fc)
180 *fc = PAUSE_RX | PAUSE_TX;
162 mv88x201x_get_link_status(struct cphy *cphy, int *link_ok, int *speed, int *duplex, int *fc) argument
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/drivers/s390/scsi/
H A Dzfcp_fc.h14 #include <scsi/fc/fc_els.h>
15 #include <scsi/fc/fc_fcp.h>
16 #include <scsi/fc/fc_ns.h>
/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/include/linux/
H A Dfs_parser.h68 static inline int fs_parse(struct fs_context *fc, argument
73 return __fs_parse(&fc->log, desc, param, result);
76 extern int fs_lookup_param(struct fs_context *fc,
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/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/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/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/fs/openpromfs/
H A Dinode.c358 static int openpromfs_reconfigure(struct fs_context *fc) argument
360 sync_filesystem(fc->root->d_sb);
361 fc->sb_flags |= SB_NOATIME;
371 static int openprom_fill_super(struct super_block *s, struct fs_context *fc) argument
410 static int openpromfs_get_tree(struct fs_context *fc) argument
412 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/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

Completed in 214 milliseconds

1234567891011>>