Searched refs:tmi (Results 1 – 4 of 4) sorted by relevance
| /drivers/net/ethernet/meta/fbnic/ |
| A D | fbnic_hw_stats.c | 74 struct fbnic_tmi_stats *tmi) in fbnic_reset_tmi_stats() argument 76 fbnic_hw_stat_rst32(fbd, FBNIC_TMI_DROP_PKTS, &tmi->drop.frames); in fbnic_reset_tmi_stats() 81 &tmi->ptp_illegal_req); in fbnic_reset_tmi_stats() 87 struct fbnic_tmi_stats *tmi) in fbnic_get_tmi_stats32() argument 89 fbnic_hw_stat_rd32(fbd, FBNIC_TMI_DROP_PKTS, &tmi->drop.frames); in fbnic_get_tmi_stats32() 93 &tmi->ptp_illegal_req); in fbnic_get_tmi_stats32() 95 fbnic_hw_stat_rd32(fbd, FBNIC_TMI_BAD_PTP_TS, &tmi->ptp_bad_ts); in fbnic_get_tmi_stats32() 99 struct fbnic_tmi_stats *tmi) in fbnic_get_tmi_stats() argument 516 fbnic_reset_tmi_stats(fbd, &fbd->hw_stats.tmi); in fbnic_reset_hw_stats() 527 fbnic_get_tmi_stats32(fbd, &fbd->hw_stats.tmi); in __fbnic_get_hw_stats32() [all …]
|
| A D | fbnic_hw_stats.h | 119 struct fbnic_tmi_stats tmi; member
|
| A D | fbnic_ethtool.c | 39 FBNIC_HW_STAT("ptp_illegal_req", tmi.ptp_illegal_req), 40 FBNIC_HW_STAT("ptp_good_ts", tmi.ptp_good_ts), 41 FBNIC_HW_STAT("ptp_bad_ts", tmi.ptp_bad_ts),
|
| A D | fbnic_netdev.c | 427 tx_dropped += fbd->hw_stats.tmi.drop.frames.value + in fbnic_get_stats64()
|
Completed in 77 milliseconds