Home
last modified time | relevance | path

Searched refs:ep_stats (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/fjes/
Dfjes_ethtool.c60 data[i++] = hw->ep_shm_info[epidx].ep_stats in fjes_get_ethtool_stats()
62 data[i++] = hw->ep_shm_info[epidx].ep_stats in fjes_get_ethtool_stats()
64 data[i++] = hw->ep_shm_info[epidx].ep_stats.send_intr_rx; in fjes_get_ethtool_stats()
65 data[i++] = hw->ep_shm_info[epidx].ep_stats.send_intr_unshare; in fjes_get_ethtool_stats()
66 data[i++] = hw->ep_shm_info[epidx].ep_stats in fjes_get_ethtool_stats()
68 data[i++] = hw->ep_shm_info[epidx].ep_stats.recv_intr_rx; in fjes_get_ethtool_stats()
69 data[i++] = hw->ep_shm_info[epidx].ep_stats.recv_intr_unshare; in fjes_get_ethtool_stats()
70 data[i++] = hw->ep_shm_info[epidx].ep_stats.recv_intr_stop; in fjes_get_ethtool_stats()
71 data[i++] = hw->ep_shm_info[epidx].ep_stats in fjes_get_ethtool_stats()
73 data[i++] = hw->ep_shm_info[epidx].ep_stats.tx_buffer_full; in fjes_get_ethtool_stats()
[all …]
Dfjes_main.c390 hw->ep_shm_info[epidx].ep_stats in fjes_setup_resources()
424 hw->ep_shm_info[epidx].ep_stats in fjes_setup_resources()
451 hw->ep_shm_info[epidx].ep_stats.com_unregist_buf_exec += 1; in fjes_free_resources()
598 hw->ep_shm_info[epid].ep_stats.send_intr_rx += 1; in fjes_raise_intr_rxdata_task()
696 hw->ep_shm_info[dest_epid].ep_stats in fjes_xmit_frame()
705 hw->ep_shm_info[dest_epid].ep_stats in fjes_xmit_frame()
716 hw->ep_shm_info[dest_epid].ep_stats in fjes_xmit_frame()
724 hw->ep_shm_info[dest_epid].ep_stats in fjes_xmit_frame()
759 hw->ep_shm_info[dest_epid].ep_stats in fjes_xmit_frame()
1017 hw->ep_shm_info[icr & REG_IS_MASK_EPID].ep_stats in fjes_intr()
[all …]
Dfjes_hw.c774 hw->ep_shm_info[epidx].ep_stats.send_intr_unshare += 1; in fjes_hw_raise_epstop()
1086 hw->ep_shm_info[epidx].ep_stats in fjes_hw_update_zone_task()
1111 hw->ep_shm_info[epidx].ep_stats in fjes_hw_update_zone_task()
1128 hw->ep_shm_info[epidx].ep_stats.send_intr_unshare += 1; in fjes_hw_update_zone_task()
Dfjes_hw.h255 struct fjes_drv_ep_stats ep_stats; member