Searched refs:fc (Results 1 - 10 of 10) sorted by relevance

/include/linux/
H A Dieee80211.h189 * @fc: frame control bytes in little-endian byteorder
191 static inline int ieee80211_has_tods(__le16 fc) argument
193 return (fc & cpu_to_le16(IEEE80211_FCTL_TODS)) != 0;
198 * @fc: frame control bytes in little-endian byteorder
200 static inline int ieee80211_has_fromds(__le16 fc) argument
202 return (fc & cpu_to_le16(IEEE80211_FCTL_FROMDS)) != 0;
207 * @fc: frame control bytes in little-endian byteorder
209 static inline int ieee80211_has_a4(__le16 fc) argument
212 return (fc & tmp) == tmp;
217 * @fc
219 ieee80211_has_morefrags(__le16 fc) argument
228 ieee80211_has_retry(__le16 fc) argument
237 ieee80211_has_pm(__le16 fc) argument
246 ieee80211_has_moredata(__le16 fc) argument
255 ieee80211_has_protected(__le16 fc) argument
264 ieee80211_has_order(__le16 fc) argument
273 ieee80211_is_mgmt(__le16 fc) argument
283 ieee80211_is_ctl(__le16 fc) argument
293 ieee80211_is_data(__le16 fc) argument
303 ieee80211_is_data_qos(__le16 fc) argument
317 ieee80211_is_data_present(__le16 fc) argument
331 ieee80211_is_assoc_req(__le16 fc) argument
341 ieee80211_is_assoc_resp(__le16 fc) argument
351 ieee80211_is_reassoc_req(__le16 fc) argument
361 ieee80211_is_reassoc_resp(__le16 fc) argument
371 ieee80211_is_probe_req(__le16 fc) argument
381 ieee80211_is_probe_resp(__le16 fc) argument
391 ieee80211_is_beacon(__le16 fc) argument
401 ieee80211_is_atim(__le16 fc) argument
411 ieee80211_is_disassoc(__le16 fc) argument
421 ieee80211_is_auth(__le16 fc) argument
431 ieee80211_is_deauth(__le16 fc) argument
441 ieee80211_is_action(__le16 fc) argument
451 ieee80211_is_back_req(__le16 fc) argument
461 ieee80211_is_back(__le16 fc) argument
471 ieee80211_is_pspoll(__le16 fc) argument
481 ieee80211_is_rts(__le16 fc) argument
491 ieee80211_is_cts(__le16 fc) argument
501 ieee80211_is_ack(__le16 fc) argument
511 ieee80211_is_cfend(__le16 fc) argument
521 ieee80211_is_cfendack(__le16 fc) argument
531 ieee80211_is_nullfunc(__le16 fc) argument
541 ieee80211_is_qos_nullfunc(__le16 fc) argument
[all...]
H A Dif_hippi.h111 __u8 fc:3; member in struct:hippi_le_hdr
117 __u8 fc:3;
H A Dif_tr.h39 __u8 fc; /* frame control field */ member in struct:trh_hdr
H A Dif_fddi.h92 __u8 fc; /* frame control */ member in struct:fddihdr
/include/net/phonet/
H A Dpep.h159 #define pn_flow_safe(fc) ((fc) >> 1)
/include/scsi/
H A Dfc_frame.h27 #include <scsi/fc/fc_fs.h>
28 #include <scsi/fc/fc_fcp.h>
29 #include <scsi/fc/fc_encaps.h>
H A Dlibfc.h31 #include <scsi/fc/fc_fcp.h>
32 #include <scsi/fc/fc_ns.h>
33 #include <scsi/fc/fc_ms.h>
34 #include <scsi/fc/fc_els.h>
35 #include <scsi/fc/fc_gs.h>
H A Dlibfcoe.h30 #include <scsi/fc/fc_fcoe.h>
/include/scsi/fc/
H A Dfc_fip.h20 #include <scsi/fc/fc_ns.h>
24 * http://www.t11.org/ftp/t11/pub/fc/bb-5/08-543v1.pdf
/include/net/
H A Dcfg80211.h2478 * @fc: frame control field in little-endian format
2480 unsigned int __attribute_const__ ieee80211_hdrlen(__le16 fc);

Completed in 125 milliseconds