Searched defs:fc (Results 1 – 6 of 6) sorted by relevance
58 uint8_t fc; member67 uint8_t fc; member178 #define BLUFI_FC_IS_ENC(fc) ((fc) & BLUFI_FC_ENC_MASK) argument179 #define BLUFI_FC_IS_CHECK(fc) ((fc) & BLUFI_FC_CHECK_MASK) argument180 #define BLUFI_FC_IS_DIR_P2E(fc) ((fc) & BLUFI_FC_DIR_P2E_MASK) argument181 #define BLUFI_FC_IS_DIR_E2P(fc) (!((fc) & BLUFI_DIR_P2E_MASK)) argument182 #define BLUFI_FC_IS_REQ_ACK(fc) ((fc) & BLUFI_FC_REQ_ACK_MASK) argument183 #define BLUFI_FC_IS_FRAG(fc) ((fc) & BLUFI_FC_FRAG_MASK) argument
22 u16 fc, stype, seq; in ccmp_aad_nonce() local85 u16 fc, type; in ccmp_aad_nonce_pv1() local
414 BOOLEAN fc = p_port->tx.peer_fc in port_flow_control_user() local
863 tBTA_JV_API_FREE_CHANNEL *fc = &(p_data->free_channel); in bta_jv_free_scn() local2413 tBTA_JV_API_RFCOMM_FLOW_CONTROL *fc = &(p_data->rfcomm_fc); in bta_jv_rfcomm_flow_control() local2690 struct fc_channel *fc = fcchan_get(chan, TRUE); in fcclient_alloc() local2741 static void fcclient_free(struct fc_client *fc) in fcclient_free()
83 BOOLEAN fc; /* TRUE when the device is unable to accept frames */ member
27 #define WLAN_FC_GET_TYPE(fc) (((fc) & 0x000c) >> 2) argument28 #define WLAN_FC_GET_STYPE(fc) (((fc) & 0x00f0) >> 4) argument