Searched refs:fc (Results 76 - 100 of 154) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/chelsio/
H A Dmv88e1xxx.c241 int *speed, int *duplex, int *fc)
268 if (fc)
269 *fc = pause;
240 mv88e1xxx_get_link_status(struct cphy *cphy, int *link_ok, int *speed, int *duplex, int *fc) argument
H A Dcphy.h85 int *duplex, int *fc);
H A Dvsc7326.c459 int fc)
517 if (fc & PAUSE_RX)
519 if (fc & PAUSE_TX)
521 if (fc == (PAUSE_RX | PAUSE_TX))
458 mac_set_speed_duplex_fc(struct cmac *mac, int speed, int duplex, int fc) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap.h35 int hostap_80211_get_hdrlen(u16 fc);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_addr.c1204 IPAddressFamily *fc = sk_IPAddressFamily_value(child, j); local
1205 if (fc->ipAddressChoice->type != IPAddressChoice_inherit) {
1214 IPAddressFamily *fc = sk_IPAddressFamily_value(child, j); local
1215 int k = sk_IPAddressFamily_find(x->rfc3779_addr, fc);
1218 if (fc->ipAddressChoice->type == IPAddressChoice_addressesOrRanges) {
1225 if (fc->ipAddressChoice->type == IPAddressChoice_inherit ||
1227 fc->ipAddressChoice->u.addressesOrRanges,
1228 length_from_afi(v3_addr_get_afi(fc))))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dael1002.c88 int *speed, int *duplex, int *fc)
216 int *speed, int *duplex, int *fc)
87 ael100x_get_link_status(struct cphy *phy, int *link_ok, int *speed, int *duplex, int *fc) argument
215 xaui_direct_get_link_status(struct cphy *phy, int *link_ok, int *speed, int *duplex, int *fc) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/ixgb/
H A Dixgb_hw.c670 switch (hw->fc.type) {
686 pap_reg = hw->fc.pause_time;
693 pap_reg = hw->fc.pause_time;
715 if(!(hw->fc.type & ixgb_fc_tx_pause)) {
722 if(hw->fc.send_xon) {
724 (hw->fc.low_water | IXGB_FCRTL_XONE));
726 IXGB_WRITE_REG(hw, FCRTL, hw->fc.low_water);
728 IXGB_WRITE_REG(hw, FCRTH, hw->fc.high_water);
H A Dixgb_ethtool.c161 if(hw->fc.type == ixgb_fc_rx_pause)
163 else if(hw->fc.type == ixgb_fc_tx_pause)
165 else if(hw->fc.type == ixgb_fc_full) {
182 hw->fc.type = ixgb_fc_full;
184 hw->fc.type = ixgb_fc_rx_pause;
186 hw->fc.type = ixgb_fc_tx_pause;
188 hw->fc.type = ixgb_fc_none;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/e1000/
H A De1000_param.c371 int fc = FlowControl[bd]; local
372 e1000_validate_option(&fc, &opt, adapter);
373 adapter->hw.fc = adapter->hw.original_fc = fc;
375 adapter->hw.fc = adapter->hw.original_fc = opt.def;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ieee80211/
H A Dieee80211_crypt_ccmp.c116 u16 fc; local
120 fc = le16_to_cpu(hdr->frame_ctl);
121 a4_included = ((fc & (IEEE80211_FCTL_TODS | IEEE80211_FCTL_FROMDS)) ==
123 qc_included = ((WLAN_FC_GET_TYPE(fc) == IEEE80211_FTYPE_DATA) &&
124 (WLAN_FC_GET_STYPE(fc) & IEEE80211_STYPE_QOS_DATA));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/skfp/
H A Dskfddi.c132 int mac_drv_rx_init(struct s_smc *smc, int len, int fc, char *look_ahead,
143 extern int hwm_tx_init(struct s_smc *smc, u_char fc, int frag_count,
1018 unsigned char fc; local
1037 fc = skb->data[0];
1038 queue = (fc & FC_SYNC_BIT) ? QUEUE_S : QUEUE_A0;
1042 if ((fc & ~(FC_SYNC_BIT | FC_LLC_PRIOR)) == FC_ASYNC_LLC) {
1045 fc &= ~FC_SYNC_BIT; // No bandwidth available.
1051 fc |= FC_SYNC_BIT;
1056 frame_status = hwm_tx_init(smc, fc, 1, skb->len, queue);
1794 * fc
1804 mac_drv_rx_init(struct s_smc *smc, int len, int fc, char *look_ahead, int la_len) argument
[all...]
H A Dsmt.c76 static void smt_send_rdf(struct s_smc *smc, SMbuf *rej, int fc, int reason,
79 int fc, u_long tid, int type, int local);
80 static void smt_send_ecf(struct s_smc *smc, struct fddi_addr *dest, int fc,
835 void smt_send_frame(struct s_smc *smc, SMbuf *mb, int fc, int local) argument
837 /* int fc; FC value */
852 smt_send_mbuf(smc,mb,local ? FC_SMT_LOC : fc) ;
858 static void smt_send_rdf(struct s_smc *smc, SMbuf *rej, int fc, int reason, argument
861 /* int fc; FC of denied frame */
916 rdf->refused.ref_fc = fc ;
936 int fc, u_lon
935 smt_send_nif(struct s_smc *smc, const struct fddi_addr *dest, int fc, u_long tid, int type, int local) argument
1001 smt_send_ecf(struct s_smc *smc, struct fddi_addr *dest, int fc, u_long tid, int type, int len) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Drc80211_simple.c229 u16 fc; local
233 fc = le16_to_cpu(hdr->frame_control);
234 if ((fc & IEEE80211_FCTL_FTYPE) != IEEE80211_FTYPE_DATA ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Dl2tp.h121 int fc; /* Framing capabilities of peer */ member in struct:tunnel
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/cio/
H A Dcss.h49 __u8 fc; /* SPID function code */ member in union:pgid::__anon6267
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Dvtoc.h149 __u16 fc; /* number of whole cylinders in free ext. */ member in struct:vtoc_ds5ext
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dif_fddi.h94 __u8 fc; /* frame control */ member in struct:fddihdr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/802/
H A Dfddi.c63 fddi->fc = FDDI_FC_K_ASYNC_LLC_DEF;
H A Dhippi.c65 hip->le.fc = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/zd1211rw/
H A Dzd_mac.c950 u16 fc = le16_to_cpu(hdr->frame_ctl); local
952 ZD_ASSERT(WLAN_FC_GET_TYPE(fc) == IEEE80211_FTYPE_DATA);
956 if ((fc & (IEEE80211_FCTL_TODS|IEEE80211_FCTL_FROMDS)) != 0 ||
962 if ((fc & (IEEE80211_FCTL_TODS|IEEE80211_FCTL_FROMDS)) !=
991 u16 fc; local
997 fc = le16_to_cpu(hdr->frame_ctl);
998 if ((fc & IEEE80211_FCTL_VERS) != 0)
1001 switch (WLAN_FC_GET_TYPE(fc)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/
H A Dsysinfo.c103 static inline int stsi(void *sysinfo, int fc, int sel1, int sel2) argument
105 register int r0 asm("0") = (fc << 28) | sel1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr023/
H A Dq.c748 int fc, tc; /* tc is total count, fc is failed count */ local
753 fc = tc = 0;
760 fc++;
812 fc++;
831 (((double)fc/tc) * 100), fc, tc);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/common/include/proto/
H A D802.11.h111 uint16 fc; /* frame control */ member in struct:dot11_header
123 uint16 fc; /* frame control */ member in struct:dot11_rts_frame
131 uint16 fc; /* frame control */ member in struct:dot11_cts_frame
138 uint16 fc; /* frame control */ member in struct:dot11_ack_frame
145 uint16 fc; /* frame control */ member in struct:dot11_ps_poll_frame
153 uint16 fc; /* frame control */ member in struct:dot11_cf_end_frame
203 uint16 fc; /* frame control */ member in struct:dot11_ctl_header
229 uint16 fc; /* frame control */ member in struct:dot11_management_header
923 #define FC_SUBTYPE(fc) (((fc)
1842 dot11_tclas_fc_t fc; member in struct:dot11_tclas_ie
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/proto/
H A D802.11.h111 uint16 fc; /* frame control */ member in struct:dot11_header
123 uint16 fc; /* frame control */ member in struct:dot11_rts_frame
131 uint16 fc; /* frame control */ member in struct:dot11_cts_frame
138 uint16 fc; /* frame control */ member in struct:dot11_ack_frame
145 uint16 fc; /* frame control */ member in struct:dot11_ps_poll_frame
153 uint16 fc; /* frame control */ member in struct:dot11_cf_end_frame
203 uint16 fc; /* frame control */ member in struct:dot11_ctl_header
229 uint16 fc; /* frame control */ member in struct:dot11_management_header
923 #define FC_SUBTYPE(fc) (((fc)
1842 dot11_tclas_fc_t fc; member in struct:dot11_tclas_ie
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/src/
H A Dntfs-3g.c138 struct fuse_chan *fc; member in struct:__anon1363
2217 struct fuse_chan *fc = NULL; local
2228 fc = fuse_mount(opts.mnt_point, &margs);
2231 return fc;
2259 ctx->fc = try_fuse_mount(parsed_options);
2260 if (!ctx->fc)
2275 fh = fuse_new(ctx->fc, &args , &ntfs_3g_ops, sizeof(ntfs_3g_ops), NULL);
2288 fuse_unmount(opts.mnt_point, ctx->fc);
2437 fuse_unmount(opts.mnt_point, ctx->fc);

Completed in 245 milliseconds

1234567