Searched refs:cce (Results 1 – 3 of 3) sorted by relevance
/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | of.c | 19 struct brcmfmac_pd_cc_entry *cce; in brcmf_of_get_country_codes() local 32 cc = devm_kzalloc(dev, sizeof(*cc) + count * sizeof(*cce), GFP_KERNEL); in brcmf_of_get_country_codes() 41 cce = &cc->table[i]; in brcmf_of_get_country_codes() 48 if (sscanf(map, "%2c-%2c-%d", cce->iso3166, cce->cc, in brcmf_of_get_country_codes() 49 &cce->rev) != 3) in brcmf_of_get_country_codes() 52 brcmf_dbg(INFO, "%s-%s-%d\n", cce->iso3166, cce->cc, in brcmf_of_get_country_codes() 53 cce->rev); in brcmf_of_get_country_codes()
|
/drivers/infiniband/hw/hfi1/ |
D | init.c | 487 u16 cce, ccti_limit, max_ccti = 0; in set_link_ipg() local 518 cce = cc_state->cct.entries[max_ccti].entry; in set_link_ipg() 519 shift = (cce & 0xc000) >> 14; in set_link_ipg() 520 mult = (cce & 0x3fff); in set_link_ipg()
|
D | mad.c | 3847 struct opa_hfi1_cong_log_event_internal *cce = in __subn_get_opa_hfi1_cong_log() local 3856 if ((ts - cce->timestamp) / 2 > U32_MAX) in __subn_get_opa_hfi1_cong_log() 3858 memcpy(cong_log->events[i].local_qp_cn_entry, &cce->lqpn, 3); in __subn_get_opa_hfi1_cong_log() 3860 &cce->rqpn, 3); in __subn_get_opa_hfi1_cong_log() 3862 ((cce->sl & 0x1f) << 3) | (cce->svc_type & 0x7); in __subn_get_opa_hfi1_cong_log() 3864 cpu_to_be32(cce->rlid); in __subn_get_opa_hfi1_cong_log() 3866 cpu_to_be32(cce->timestamp); in __subn_get_opa_hfi1_cong_log()
|