Searched refs:peer_tid_bitmap (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/net/wireless/ath/ath12k/ |
D | wmi.h | 2970 u32 peer_tid_bitmap; member 3165 __le32 peer_tid_bitmap; member 5531 u32 peer_tid_bitmap,
|
D | wmi.c | 1285 u32 peer_tid_bitmap, in ath12k_wmi_send_peer_flush_tids_cmd() argument 1302 cmd->peer_tid_bitmap = cpu_to_le32(peer_tid_bitmap); in ath12k_wmi_send_peer_flush_tids_cmd() 1307 vdev_id, peer_addr, peer_tid_bitmap); in ath12k_wmi_send_peer_flush_tids_cmd() 1380 cmd->tid_mask = cpu_to_le32(arg->peer_tid_bitmap); in ath12k_wmi_rx_reord_queue_remove() 1384 arg->peer_macaddr, arg->vdev_id, arg->peer_tid_bitmap); in ath12k_wmi_rx_reord_queue_remove()
|
/linux-6.12.1/drivers/net/wireless/ath/ath11k/ |
D | wmi.h | 2879 u32 peer_tid_bitmap; member 2896 u32 peer_tid_bitmap; member 3153 u32 peer_tid_bitmap; member
|
D | wmi.c | 1223 cmd->peer_tid_bitmap = param->peer_tid_bitmap; in ath11k_wmi_send_peer_flush_tids_cmd() 1235 param->vdev_id, peer_addr, param->peer_tid_bitmap); in ath11k_wmi_send_peer_flush_tids_cmd() 1303 cmd->tid_mask = param->peer_tid_bitmap; in ath11k_wmi_rx_reord_queue_remove() 1315 param->peer_macaddr, param->vdev_id, param->peer_tid_bitmap); in ath11k_wmi_rx_reord_queue_remove()
|
/linux-6.12.1/drivers/net/wireless/ath/ath10k/ |
D | wmi.h | 6226 __le32 peer_tid_bitmap; member
|
D | wmi-tlv.c | 2631 cmd->peer_tid_bitmap = __cpu_to_le32(tid_bitmap); in ath10k_wmi_tlv_op_gen_peer_flush()
|
D | wmi.c | 7463 cmd->peer_tid_bitmap = __cpu_to_le32(tid_bitmap); in ath10k_wmi_op_gen_peer_flush()
|