Searched refs:enetc_port_rd64 (Results 1 – 2 of 2) sorted by relevance
| /drivers/net/ethernet/freescale/enetc/ |
| A D | enetc_ethtool.c | 394 s->fragments = enetc_port_rd64(hw, ENETC_PM_RFRG(mac)); in enetc_rmon_stats() 395 s->jabbers = enetc_port_rd64(hw, ENETC_PM_RJBR(mac)); in enetc_rmon_stats() 397 s->hist[0] = enetc_port_rd64(hw, ENETC_PM_R64(mac)); in enetc_rmon_stats() 398 s->hist[1] = enetc_port_rd64(hw, ENETC_PM_R127(mac)); in enetc_rmon_stats() 399 s->hist[2] = enetc_port_rd64(hw, ENETC_PM_R255(mac)); in enetc_rmon_stats() 400 s->hist[3] = enetc_port_rd64(hw, ENETC_PM_R511(mac)); in enetc_rmon_stats() 401 s->hist[4] = enetc_port_rd64(hw, ENETC_PM_R1023(mac)); in enetc_rmon_stats() 402 s->hist[5] = enetc_port_rd64(hw, ENETC_PM_R1522(mac)); in enetc_rmon_stats() 403 s->hist[6] = enetc_port_rd64(hw, ENETC_PM_R1523X(mac)); in enetc_rmon_stats() 405 s->hist_tx[0] = enetc_port_rd64(hw, ENETC_PM_T64(mac)); in enetc_rmon_stats() [all …]
|
| A D | enetc_hw.h | 539 #define enetc_port_rd64(hw, off) _enetc_rd_reg64_wa((hw)->port + (off)) macro
|
Completed in 36 milliseconds