Searched refs:stream_exist (Results 1 – 1 of 1) sorted by relevance
308 u8 stream_exist, usr_pri; in ath6kl_wmi_implicit_create_pstream() local369 stream_exist = wmi->fat_pipe_exist; in ath6kl_wmi_implicit_create_pstream()372 if (!(stream_exist & (1 << traffic_class))) { in ath6kl_wmi_implicit_create_pstream()2712 u8 stream_exist; in ath6kl_wmi_relinquish_implicit_pstream_credits() local2722 stream_exist = wmi->fat_pipe_exist; in ath6kl_wmi_relinquish_implicit_pstream_credits()2726 if (stream_exist & (1 << i)) { in ath6kl_wmi_relinquish_implicit_pstream_credits()2740 stream_exist &= ~(1 << i); in ath6kl_wmi_relinquish_implicit_pstream_credits()2753 wmi->fat_pipe_exist = stream_exist; in ath6kl_wmi_relinquish_implicit_pstream_credits()