Searched refs:ext2_cap (Results 1 – 1 of 1) sorted by relevance
1395 uint32_t ext2_cap) in wlan_psoc_nif_fw_ext2_cap_set() argument1397 psoc->soc_nif.soc_fw_ext2_caps |= ext2_cap; in wlan_psoc_nif_fw_ext2_cap_set()1411 uint32_t ext2_cap) in wlan_psoc_nif_fw_ext2_cap_clear() argument1413 psoc->soc_nif.soc_fw_ext2_caps &= ~ext2_cap; in wlan_psoc_nif_fw_ext2_cap_clear()1426 wlan_psoc_nif_fw_ext2_cap_get(struct wlan_objmgr_psoc *psoc, uint32_t ext2_cap) in wlan_psoc_nif_fw_ext2_cap_get() argument1428 return (psoc->soc_nif.soc_fw_ext2_caps & ext2_cap) ? 1 : 0; in wlan_psoc_nif_fw_ext2_cap_get()