Home
last modified time | relevance | path

Searched refs:arp_stats (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qcacld-3.0/components/target_if/dp/src/ !
Dtarget_if_dp_comp.c186 struct get_arp_stats *arp_stats; in target_if_dp_get_arp_req_stats() local
214 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() local
264 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()
/wlan-driver/qcacld-3.0/os_if/dp/src/ !
Dos_if_dp.c1027 struct dp_arp_stats *arp_stats; in osif_dp_get_nud_stats() local
1072 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 …]
/wlan-driver/qcacld-3.0/components/dp/core/src/ !
Dwlan_dp_txrx.c179 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()
Dwlan_dp_main.c1818 dp_intf->dp_stats.arp_stats.rx_fw_cnt = rsp->arp_rsp_recvd; in dp_get_arp_stats_event_handler()
/wlan-driver/qcacld-3.0/components/dp/core/inc/ !
Dwlan_dp_priv.h259 struct dp_arp_stats arp_stats; member
/wlan-driver/qcacld-3.0/components/dp/dispatcher/src/
Dwlan_dp_ucfg_api.c1801 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()
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_main.c8530 struct set_arp_stats *arp_stats; in wma_set_arp_req_stats() local
8560 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() local
8596 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()