cfc               413 drivers/net/wireless/realtek/rtlwifi/rtl8192de/trx.c 	u16 type, cfc;
cfc               420 drivers/net/wireless/realtek/rtlwifi/rtl8192de/trx.c 	cfc = le16_to_cpu(fc);
cfc               425 drivers/net/wireless/realtek/rtlwifi/rtl8192de/trx.c 			      (cfc & IEEE80211_FCTL_TODS) ? hdr->addr1 :
cfc               426 drivers/net/wireless/realtek/rtlwifi/rtl8192de/trx.c 			      (cfc & IEEE80211_FCTL_FROMDS) ? hdr->addr2 :
cfc               205 drivers/net/wireless/realtek/rtlwifi/rtl8192se/trx.c 	u16 type, cfc;
cfc               212 drivers/net/wireless/realtek/rtlwifi/rtl8192se/trx.c 	cfc = le16_to_cpu(fc);
cfc               218 drivers/net/wireless/realtek/rtlwifi/rtl8192se/trx.c 			      (cfc & IEEE80211_FCTL_TODS) ? hdr->addr1 :
cfc               219 drivers/net/wireless/realtek/rtlwifi/rtl8192se/trx.c 			      (cfc & IEEE80211_FCTL_FROMDS) ? hdr->addr2 :
cfc               164 include/net/bluetooth/rfcomm.h 	int    cfc;
cfc               192 include/net/bluetooth/rfcomm.h 	uint          cfc;
cfc               299 net/bluetooth/rfcomm/core.c 	d->cfc        = RFCOMM_CFC_DISABLED;
cfc               411 net/bluetooth/rfcomm/core.c 	d->cfc = (s->cfc == RFCOMM_CFC_UNKNOWN) ? 0 : s->cfc;
cfc               594 net/bluetooth/rfcomm/core.c 	if (!d->cfc) {
cfc               605 net/bluetooth/rfcomm/core.c 	if (!d->cfc) {
cfc               661 net/bluetooth/rfcomm/core.c 	s->cfc = disable_cfc ? RFCOMM_CFC_DISABLED : RFCOMM_CFC_UNKNOWN;
cfc               941 net/bluetooth/rfcomm/core.c 	if (s->cfc) {
cfc              1373 net/bluetooth/rfcomm/core.c 	if ((pn->flow_ctrl == 0xf0 && s->cfc != RFCOMM_CFC_DISABLED) ||
cfc              1375 net/bluetooth/rfcomm/core.c 		d->cfc = RFCOMM_CFC_ENABLED;
cfc              1378 net/bluetooth/rfcomm/core.c 		d->cfc = RFCOMM_CFC_DISABLED;
cfc              1382 net/bluetooth/rfcomm/core.c 	if (s->cfc == RFCOMM_CFC_UNKNOWN)
cfc              1383 net/bluetooth/rfcomm/core.c 		s->cfc = d->cfc;
cfc              1585 net/bluetooth/rfcomm/core.c 		if (msc->v24_sig & RFCOMM_V24_FC && !d->cfc)
cfc              1680 net/bluetooth/rfcomm/core.c 	if (pf && d->cfc) {
cfc              1797 net/bluetooth/rfcomm/core.c 			d, d->state, d->cfc, d->rx_credits, d->tx_credits);
cfc              1803 net/bluetooth/rfcomm/core.c 	if (d->cfc) {
cfc              1807 net/bluetooth/rfcomm/core.c 				d->rx_credits <= (d->cfc >> 2)) {
cfc              1808 net/bluetooth/rfcomm/core.c 			rfcomm_send_credits(d->session, d->addr, d->cfc - d->rx_credits);
cfc              1809 net/bluetooth/rfcomm/core.c 			d->rx_credits = d->cfc;
cfc              1830 net/bluetooth/rfcomm/core.c 	if (d->cfc && !d->tx_credits) {