Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/quantenna/qtnfmac/
Dcommands.c1270 struct ieee80211_sta_ht_cap *bcap) in qtnf_cmd_resp_band_fill_htcap() argument
1275 bcap->ht_supported = true; in qtnf_cmd_resp_band_fill_htcap()
1276 bcap->cap = le16_to_cpu(ht_cap->cap_info); in qtnf_cmd_resp_band_fill_htcap()
1277 bcap->ampdu_factor = in qtnf_cmd_resp_band_fill_htcap()
1279 bcap->ampdu_density = in qtnf_cmd_resp_band_fill_htcap()
1282 memcpy(&bcap->mcs, &ht_cap->mcs, sizeof(bcap->mcs)); in qtnf_cmd_resp_band_fill_htcap()
1286 struct ieee80211_sta_vht_cap *bcap) in qtnf_cmd_resp_band_fill_vhtcap() argument
1291 bcap->vht_supported = true; in qtnf_cmd_resp_band_fill_vhtcap()
1292 bcap->cap = le32_to_cpu(vht_cap->vht_cap_info); in qtnf_cmd_resp_band_fill_vhtcap()
1293 memcpy(&bcap->vht_mcs, &vht_cap->supp_mcs, sizeof(bcap->vht_mcs)); in qtnf_cmd_resp_band_fill_vhtcap()
/Linux-v5.4/drivers/staging/isdn/gigaset/
Dcapi.c1033 struct gigaset_capi_appl *bcap; in remove_appl_from_channel() local
1038 bcap = bcs->ap; in remove_appl_from_channel()
1039 if (bcap == NULL) { in remove_appl_from_channel()
1045 if (bcap == ap) { in remove_appl_from_channel()
1069 if (bcap->bcnext == ap) { in remove_appl_from_channel()
1070 bcap->bcnext = bcap->bcnext->bcnext; in remove_appl_from_channel()
1074 bcap = bcap->bcnext; in remove_appl_from_channel()
1075 } while (bcap != NULL); in remove_appl_from_channel()
/Linux-v5.4/arch/mips/include/asm/octeon/
Dcvmx-pci-defs.h254 uint32_t bcap:1; member
268 uint32_t bcap:1;