Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath6kl/
Dwmi.c369 stream_exist = wmi->fat_pipe_exist; in ath6kl_wmi_implicit_create_pstream()
1190 wmi->fat_pipe_exist &= ~(1 << ev->traffic_class); in ath6kl_wmi_pstream_timeout_event_rx()
1571 wmi->fat_pipe_exist &= ~(1 << reply->ac); in ath6kl_wmi_cac_event_rx()
2456 if (wmi->fat_pipe_exist & (1 << index)) { in ath6kl_wmi_sync_point()
2475 cmd->data_sync_map = wmi->fat_pipe_exist; in ath6kl_wmi_sync_point()
2593 fatpipe_exist_for_ac = (wmi->fat_pipe_exist & in ath6kl_wmi_create_pstream_cmd()
2595 wmi->fat_pipe_exist |= (1 << params->traffic_class); in ath6kl_wmi_create_pstream_cmd()
2600 fatpipe_exist_for_ac = (wmi->fat_pipe_exist & in ath6kl_wmi_create_pstream_cmd()
2608 wmi->fat_pipe_exist |= (1 << params->traffic_class); in ath6kl_wmi_create_pstream_cmd()
2678 wmi->fat_pipe_exist &= ~(1 << traffic_class); in ath6kl_wmi_delete_pstream_cmd()
[all …]
Dwmi.h113 u8 fat_pipe_exist; member