Searched refs:arp_stats (Results 1 – 7 of 7) sorted by relevance
186 struct get_arp_stats *arp_stats; in target_if_dp_get_arp_req_stats() local214 arp_stats = (struct get_arp_stats *)req_buf; in target_if_dp_get_arp_req_stats()215 status = wmi_unified_get_arp_stats_req(wmi_handle, arp_stats); in target_if_dp_get_arp_req_stats()235 struct set_arp_stats *arp_stats; in target_if_dp_set_arp_req_stats() local264 arp_stats = (struct set_arp_stats *)req_buf; in target_if_dp_set_arp_req_stats()265 status = wmi_unified_set_arp_stats_req(wmi_handle, arp_stats); in target_if_dp_set_arp_req_stats()
1027 struct dp_arp_stats *arp_stats; in osif_dp_get_nud_stats() local1072 arp_stats = ucfg_dp_get_arp_stats(vdev); in osif_dp_get_nud_stats()1073 if (!arp_stats) { in osif_dp_get_nud_stats()1088 arp_stats->tx_arp_req_count) || in osif_dp_get_nud_stats()1090 arp_stats->tx_host_fw_sent) || in osif_dp_get_nud_stats()1092 arp_stats->tx_host_fw_sent) || in osif_dp_get_nud_stats()1094 arp_stats->tx_ack_cnt) || in osif_dp_get_nud_stats()1096 arp_stats->rx_fw_cnt) || in osif_dp_get_nud_stats()1098 arp_stats->rx_arp_rsp_count) || in osif_dp_get_nud_stats()1100 arp_stats->rx_delivered) || in osif_dp_get_nud_stats()[all …]
179 qdf_mem_zero(&dp_intf->dp_stats.arp_stats, in dp_clear_tx_rx_connectivity_stats()180 sizeof(dp_intf->dp_stats.arp_stats)); in dp_clear_tx_rx_connectivity_stats()610 ++dp_intf->dp_stats.arp_stats.tx_arp_req_count; in dp_start_xmit()736 ++dp_intf->dp_stats.arp_stats.tx_dropped; in dp_start_xmit()812 ++dp_intf->dp_stats.arp_stats. in dp_sta_notify_tx_comp_cb()815 ++dp_intf->dp_stats.arp_stats.tx_ack_cnt; in dp_sta_notify_tx_comp_cb()1696 ++dp_intf->dp_stats.arp_stats. in dp_rx_packet_cbk()1837 ++dp_intf->dp_stats.arp_stats.rx_delivered; in dp_rx_packet_cbk()1854 ++dp_intf->dp_stats.arp_stats.rx_refused; in dp_rx_packet_cbk()
1818 dp_intf->dp_stats.arp_stats.rx_fw_cnt = rsp->arp_rsp_recvd; in dp_get_arp_stats_event_handler()
259 struct dp_arp_stats arp_stats; member
1801 qdf_mem_zero(&dp_intf->dp_stats.arp_stats, in ucfg_dp_clear_arp_stats()1802 sizeof(dp_intf->dp_stats.arp_stats)); in ucfg_dp_clear_arp_stats()2103 return &dp_intf->dp_stats.arp_stats; in ucfg_dp_get_arp_stats()
8530 struct set_arp_stats *arp_stats; in wma_set_arp_req_stats() local8560 arp_stats = (struct set_arp_stats *)req_buf; in wma_set_arp_req_stats()8561 status = wmi_unified_set_arp_stats_req(wmi_handle, arp_stats); in wma_set_arp_req_stats()8580 struct get_arp_stats *arp_stats; in wma_get_arp_req_stats() local8596 arp_stats = (struct get_arp_stats *)req_buf; in wma_get_arp_req_stats()8597 status = wmi_unified_get_arp_stats_req(wmi_handle, arp_stats); in wma_get_arp_req_stats()