Home
last modified time | relevance | path

Searched refs:if_stats (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/marvell/octeon_ep/
Doctep_ctrl_net.h170 struct octep_ctrl_net_h2f_resp_cmd_get_stats if_stats; member
Doctep_ctrl_net.c231 memcpy(rx_stats, &resp->if_stats.rx_stats, sizeof(struct octep_iface_rx_stats)); in octep_ctrl_net_get_if_stats()
232 memcpy(tx_stats, &resp->if_stats.tx_stats, sizeof(struct octep_iface_tx_stats)); in octep_ctrl_net_get_if_stats()