Searched refs:rx_pause (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-10.1-release/sys/ofed/drivers/net/mlx4/
H A Dmlx4_stats.h145 u64 rx_pause; member in struct:mlx4_en_flow_stats
159 __be64 rx_pause; member in struct:mlx4_en_stat_out_flow_control_mbox
H A Den_netdev.c1335 priv->prof->rx_pause,
1824 if (priv->prof->rx_pause)
1879 if (priv->prof->tx_pause != txpause || priv->prof->rx_pause != rxpause) {
1881 priv->prof->rx_pause = rxpause;
1884 priv->prof->tx_ppp, priv->prof->rx_pause,
2155 prof->rx_pause, prof->rx_ppp);
2275 priv->prof->rx_pause,
2324 priv->prof->rx_pause,
H A Den_main.c92 params->prof[i].rx_pause = 1;
H A Den_ethtool.c785 priv->prof->rx_pause = pause->rx_pause != 0;
790 priv->prof->rx_pause,
804 pause->rx_pause = priv->prof->rx_pause;
H A Den_port.c510 priv->flowstats[i].rx_pause =
511 be64_to_cpu(flowstats[i].rx_pause);
H A Dmlx4_en.h429 u8 rx_pause; member in struct:mlx4_en_port_profile
/freebsd-10.1-release/sys/dev/ae/
H A Dif_aevar.h80 uint32_t rx_pause; member in struct:ae_stats
H A Dif_ae.c427 "PAUSE frames", &ae_stats->rx_pause);
2243 stats->rx_pause++;
/freebsd-10.1-release/sys/dev/cxgb/common/
H A Dcxgb_xgmac.c666 mac->rx_pause = s->rx_pause;
725 if (tx_mcnt == mac->tx_mcnt && mac->rx_pause == s->rx_pause) {
764 mac->rx_pause = s->rx_pause;
807 RMON_UPDATE(mac, rx_pause, RX_PAUSE_FRAMES);
H A Dcxgb_vsc7323.c322 RMON_UPDATE(mac, rx_pause, stats0[2 - STATS0_START]);
H A Dcxgb_common.h213 u64 rx_pause; /* # of received pause frames */ member in struct:mac_stats
490 u64 rx_pause; member in struct:cmac
/freebsd-10.1-release/sys/dev/fxp/
H A Dif_fxpvar.h171 uint32_t rx_pause; member in struct:fxp_hwstats
H A Dif_fxpreg.h423 uint32_t rx_pause; member in struct:fxp_stats
H A Dif_fxp.c2066 hsp->rx_pause += le32toh(sp->rx_pause);
3194 &hsp->rx_pause, "Pause frames");
/freebsd-10.1-release/sys/dev/nfe/
H A Dif_nfevar.h87 uint32_t rx_pause; member in struct:nfe_hw_stats
H A Dif_nfe.c3179 &stats->rx_pause, "Pause frames");
3287 stats->rx_pause += NFE_READ(sc, NFE_RX_PAUSE);
/freebsd-10.1-release/sys/dev/et/
H A Dif_etvar.h250 uint32_t rx_pause; member in struct:et_hw_stats
H A Dif_et.c2498 &stats->rx_pause, "Pause frames");
2644 stats->rx_pause += CSR_READ_4(sc, ET_STAT_RX_PAUSE);
/freebsd-10.1-release/sys/dev/nge/
H A Dif_nge.c1724 stats->rx_pause =
1746 nstats->rx_pause += stats->rx_pause;
2719 &stats->rx_pause, "Pause frames");
H A Dif_ngereg.h631 uint32_t rx_pause; member in struct:nge_stats
/freebsd-10.1-release/sys/dev/cxgbe/common/
H A Dcommon.h122 u64 rx_pause; /* # of received pause frames */ member in struct:port_stats
/freebsd-10.1-release/sys/dev/ixl/
H A Di40e_common.c1360 bool tx_pause, rx_pause; local
1393 rx_pause = !!(resp->an_info & I40E_AQ_LINK_PAUSE_RX);
1394 if (tx_pause & rx_pause)
1398 else if (rx_pause)
/freebsd-10.1-release/sys/dev/mxge/
H A Dif_mxge.c4003 uint32_t rx_pause = be32toh(sc->ss->fw_stats->dropped_pause); local
4020 if (tx->watchdog_rx_pause == rx_pause) {
4032 tx->watchdog_rx_pause = rx_pause;
/freebsd-10.1-release/sys/dev/cxgbe/
H A Dt4_main.c284 * PAUSE settings (bit 0, 1 = rx_pause, tx_pause respectively).
285 * rx_pause = 1 to heed incoming PAUSE frames, 0 to ignore them.
4251 ifp->if_ipackets = s->rx_frames - s->rx_pause;
4253 ifp->if_ibytes = s->rx_octets - s->rx_pause * 64;
4255 ifp->if_imcasts = s->rx_mcast_frames - s->rx_pause;
4776 "A", "PAUSE settings (bit 0 = rx_pause, bit 1 = tx_pause)");
4889 SYSCTL_ADD_T4_REG64(pi, "rx_pause", "# of pause frames received",
/freebsd-10.1-release/sys/dev/cxgb/
H A Dcxgb_sge.c3652 CXGB_SYSCTL_ADD_QUAD(rx_pause);

Completed in 366 milliseconds

12