Searched refs:tx_evt_param (Results 1 – 2 of 2) sorted by relevance
411 void prepare_cfr_header_txstatus(wmi_cfr_peer_tx_event_param *tx_evt_param, in prepare_cfr_header_txstatus() argument419 &tx_evt_param->peer_mac_addr.bytes[0], QDF_MAC_ADDR_SIZE); in prepare_cfr_header_txstatus()444 wmi_cfr_peer_tx_event_param tx_evt_param = {0}; in target_if_peer_capture_event() local476 &tx_evt_param); in target_if_peer_capture_event()484 dump_cfr_peer_tx_event(&tx_evt_param); in target_if_peer_capture_event()486 vdev = wlan_objmgr_get_vdev_by_id_from_psoc(psoc, tx_evt_param.vdev_id, in target_if_peer_capture_event()520 if (tx_evt_param.status & PEER_CFR_CAPTURE_EVT_PS_STATUS_MASK) { in target_if_peer_capture_event()522 QDF_MAC_ADDR_REF(&tx_evt_param.peer_mac_addr.bytes[0])); in target_if_peer_capture_event()527 if ((tx_evt_param.status & PEER_CFR_CAPTURE_EVT_STATUS_MASK) == 0) { in target_if_peer_capture_event()529 QDF_MAC_ADDR_REF(&tx_evt_param.peer_mac_addr.bytes[0])); in target_if_peer_capture_event()[all …]
1987 *tx_evt_param, in enh_prepare_cfr_header_txstatus()1994 header->u.meta_enh.rtt_cfo_measurement = tx_evt_param->cfo_measurement; in enh_prepare_cfr_header_txstatus()1995 header->u.meta_enh.rx_start_ts = tx_evt_param->rx_start_ts; in enh_prepare_cfr_header_txstatus()1998 &tx_evt_param->peer_mac_addr.bytes[0], QDF_MAC_ADDR_SIZE); in enh_prepare_cfr_header_txstatus()2023 wmi_cfr_peer_tx_event_param tx_evt_param = {0}; in target_if_peer_capture_event() local2063 &tx_evt_param); in target_if_peer_capture_event()2071 vdev = wlan_objmgr_get_vdev_by_id_from_psoc(psoc, tx_evt_param.vdev_id, in target_if_peer_capture_event()2105 if (tx_evt_param.status & PEER_CFR_CAPTURE_EVT_PS_STATUS_MASK) { in target_if_peer_capture_event()2108 QDF_MAC_ADDR_REF(tx_evt_param.peer_mac_addr.bytes)); in target_if_peer_capture_event()2110 enh_prepare_cfr_header_txstatus(&tx_evt_param, in target_if_peer_capture_event()[all …]