Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/fjes/
Dfjes_ethtool.c75 data[i++] = hw->ep_shm_info[epidx].ep_stats in fjes_get_ethtool_stats()
77 data[i++] = hw->ep_shm_info[epidx].ep_stats in fjes_get_ethtool_stats()
79 data[i++] = hw->ep_shm_info[epidx].ep_stats.send_intr_rx; in fjes_get_ethtool_stats()
80 data[i++] = hw->ep_shm_info[epidx].ep_stats.send_intr_unshare; in fjes_get_ethtool_stats()
81 data[i++] = hw->ep_shm_info[epidx].ep_stats in fjes_get_ethtool_stats()
83 data[i++] = hw->ep_shm_info[epidx].ep_stats.recv_intr_rx; in fjes_get_ethtool_stats()
84 data[i++] = hw->ep_shm_info[epidx].ep_stats.recv_intr_unshare; in fjes_get_ethtool_stats()
85 data[i++] = hw->ep_shm_info[epidx].ep_stats.recv_intr_stop; in fjes_get_ethtool_stats()
86 data[i++] = hw->ep_shm_info[epidx].ep_stats in fjes_get_ethtool_stats()
88 data[i++] = hw->ep_shm_info[epidx].ep_stats.tx_buffer_full; in fjes_get_ethtool_stats()
[all …]
Dfjes_main.c402 hw->ep_shm_info[epidx].ep_stats in fjes_setup_resources()
436 hw->ep_shm_info[epidx].ep_stats in fjes_setup_resources()
463 hw->ep_shm_info[epidx].ep_stats.com_unregist_buf_exec += 1; in fjes_free_resources()
610 hw->ep_shm_info[epid].ep_stats.send_intr_rx += 1; in fjes_raise_intr_rxdata_task()
708 hw->ep_shm_info[dest_epid].ep_stats in fjes_xmit_frame()
717 hw->ep_shm_info[dest_epid].ep_stats in fjes_xmit_frame()
728 hw->ep_shm_info[dest_epid].ep_stats in fjes_xmit_frame()
736 hw->ep_shm_info[dest_epid].ep_stats in fjes_xmit_frame()
771 hw->ep_shm_info[dest_epid].ep_stats in fjes_xmit_frame()
1029 hw->ep_shm_info[icr & REG_IS_MASK_EPID].ep_stats in fjes_intr()
[all …]
Dfjes_hw.c789 hw->ep_shm_info[epidx].ep_stats.send_intr_unshare += 1; in fjes_hw_raise_epstop()
1101 hw->ep_shm_info[epidx].ep_stats in fjes_hw_update_zone_task()
1126 hw->ep_shm_info[epidx].ep_stats in fjes_hw_update_zone_task()
1143 hw->ep_shm_info[epidx].ep_stats.send_intr_unshare += 1; in fjes_hw_update_zone_task()
Dfjes_hw.h270 struct fjes_drv_ep_stats ep_stats; member