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

/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dwmi.c369 stream_exist = wmi->fat_pipe_exist;
1192 wmi->fat_pipe_exist &= ~(1 << ev->traffic_class);
1570 wmi->fat_pipe_exist &= ~(1 << reply->ac);
2446 if (wmi->fat_pipe_exist & (1 << index)) {
2465 cmd->data_sync_map = wmi->fat_pipe_exist;
2584 fatpipe_exist_for_ac = (wmi->fat_pipe_exist &
2586 wmi->fat_pipe_exist |= (1 << params->traffic_class);
2591 fatpipe_exist_for_ac = (wmi->fat_pipe_exist &
2599 wmi->fat_pipe_exist |= (1 << params->traffic_class);
2674 wmi->fat_pipe_exist
[all...]
H A Dwmi.h113 u8 fat_pipe_exist; member in struct:wmi
117 /* protects fat_pipe_exist and stream_exist_for_ac */

Completed in 156 milliseconds