Home
last modified time | relevance | path

Searched refs:bcap (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/isdn/gigaset/
Dcapi.c1036 struct gigaset_capi_appl *bcap; in remove_appl_from_channel() local
1041 bcap = bcs->ap; in remove_appl_from_channel()
1042 if (bcap == NULL) { in remove_appl_from_channel()
1048 if (bcap == ap) { in remove_appl_from_channel()
1072 if (bcap->bcnext == ap) { in remove_appl_from_channel()
1073 bcap->bcnext = bcap->bcnext->bcnext; in remove_appl_from_channel()
1077 bcap = bcap->bcnext; in remove_appl_from_channel()
1078 } while (bcap != NULL); in remove_appl_from_channel()
/Linux-v4.19/drivers/net/wireless/quantenna/qtnfmac/
Dcommands.c1402 struct ieee80211_sta_ht_cap *bcap) in qtnf_cmd_resp_band_fill_htcap() argument
1407 bcap->ht_supported = true; in qtnf_cmd_resp_band_fill_htcap()
1408 bcap->cap = le16_to_cpu(ht_cap->cap_info); in qtnf_cmd_resp_band_fill_htcap()
1409 bcap->ampdu_factor = in qtnf_cmd_resp_band_fill_htcap()
1411 bcap->ampdu_density = in qtnf_cmd_resp_band_fill_htcap()
1414 memcpy(&bcap->mcs, &ht_cap->mcs, sizeof(bcap->mcs)); in qtnf_cmd_resp_band_fill_htcap()
1418 struct ieee80211_sta_vht_cap *bcap) in qtnf_cmd_resp_band_fill_vhtcap() argument
1423 bcap->vht_supported = true; in qtnf_cmd_resp_band_fill_vhtcap()
1424 bcap->cap = le32_to_cpu(vht_cap->vht_cap_info); in qtnf_cmd_resp_band_fill_vhtcap()
1425 memcpy(&bcap->vht_mcs, &vht_cap->supp_mcs, sizeof(bcap->vht_mcs)); in qtnf_cmd_resp_band_fill_vhtcap()
/Linux-v4.19/arch/mips/include/asm/octeon/
Dcvmx-pci-defs.h283 uint32_t bcap:1; member
297 uint32_t bcap:1;