Home
last modified time | relevance | path

Searched refs:pause_bitmap (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma.h733 uint16_t pause_bitmap; member
1964 iface->pause_bitmap = value; in wma_vdev_update_pause_bitmap()
1989 return iface->pause_bitmap; in wma_vdev_get_pause_bitmap()
2129 iface->pause_bitmap |= (1 << bit_pos); in wma_vdev_set_pause_bit()
2155 iface->pause_bitmap &= ~(1 << bit_pos); in wma_vdev_clear_pause_bit()
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_data.c1513 if (wma->interfaces[vdev_id].pause_bitmap) in wma_process_vdev_tx_pause_evt()
/wlan-driver/fw-api/fw/
H A Dhtt_stats.h1809 A_UINT32 pause_bitmap; member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_stats.c997 dp_stats_buf->pause_bitmap); in dp_print_peer_stats_cmn_tlv()