Home
last modified time | relevance | path

Searched refs:fat_pipe_exist (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dwmi.c369 stream_exist = wmi->fat_pipe_exist; in ath6kl_wmi_implicit_create_pstream()
1192 wmi->fat_pipe_exist &= ~(1 << ev->traffic_class); in ath6kl_wmi_pstream_timeout_event_rx()
1570 wmi->fat_pipe_exist &= ~(1 << reply->ac); in ath6kl_wmi_cac_event_rx()
2446 if (wmi->fat_pipe_exist & (1 << index)) { in ath6kl_wmi_sync_point()
2465 cmd->data_sync_map = wmi->fat_pipe_exist; in ath6kl_wmi_sync_point()
2584 fatpipe_exist_for_ac = (wmi->fat_pipe_exist & in ath6kl_wmi_create_pstream_cmd()
2591 fatpipe_exist_for_ac = (wmi->fat_pipe_exist & in ath6kl_wmi_create_pstream_cmd()
2674 wmi->fat_pipe_exist &= ~(1 << traffic_class); in ath6kl_wmi_delete_pstream_cmd()
2718 stream_exist = wmi->fat_pipe_exist; in ath6kl_wmi_relinquish_implicit_pstream_credits()
2749 wmi->fat_pipe_exist = stream_exist; in ath6kl_wmi_relinquish_implicit_pstream_credits()
[all …]
H A Dwmi.h113 u8 fat_pipe_exist; member