Searched defs:mlo_flags (Results 1 – 3 of 3) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/wmi/src/ ! |
H A D | wmi_unified_11be_tlv.c | 75 static void vdev_start_add_mlo_mcast_params(uint32_t *mlo_flags, in vdev_start_add_mlo_mcast_params() 82 #define vdev_start_add_mlo_mcast_params(mlo_flags, req) argument
|
/wlan-driver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/dispatcher/inc/ ! |
H A D | wlan_vdev_mgr_tgt_if_tx_defs.h | 733 struct mlo_vdev_start_flags mlo_flags; member
|
/wlan-driver/fw-api/fw/ ! |
H A D | wmi_unified.h | 16677 #define WMI_MLO_FLAGS_GET_ENABLED(mlo_flags) WMI_GET_BITS(mlo_flags, 0, 1) argument 16678 #define WMI_MLO_FLAGS_SET_ENABLED(mlo_flags, value) WMI_SET_BITS(mlo_flags, 0, 1, value) argument 16679 #define WMI_MLO_FLAGS_GET_ASSOC_LINK(mlo_flags) WMI_GET_BITS(mlo_flags, 1, 1) argument 16680 #define WMI_MLO_FLAGS_SET_ASSOC_LINK(mlo_flags, value) WMI_SET_BITS(mlo_flags, 1, 1, value) argument 16681 #define WMI_MLO_FLAGS_GET_PRIMARY_UMAC(mlo_flags) WMI_GET_BITS(mlo_flags, 2, 1) argument 16682 #define WMI_MLO_FLAGS_SET_PRIMARY_UMAC(mlo_flags, value) WMI_SET_BITS(mlo_flags, 2, 1, value) argument 16683 #define WMI_MLO_FLAGS_GET_LINK_INDEX_VALID(mlo_flags) WMI_GET_BITS(mlo_flags, 3, 1) argument 16684 #define WMI_MLO_FLAGS_SET_LINK_INDEX_VALID(mlo_flags, value) WMI_SET_BITS(mlo_flags, 3, 1, value) argument 16685 #define WMI_MLO_FLAGS_GET_PEER_ID_VALID(mlo_flags) WMI_GET_BITS(mlo_flags, 4, 1) argument 16686 #define WMI_MLO_FLAGS_SET_PEER_ID_VALID(mlo_flags, value) WMI_SET_BITS(mlo_flags, 4, 1, value) argument [all …]
|