Searched defs:rx_pause (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.h110 u64 rx_pause; /* # of received pause frames */ member in struct:port_stats
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c3089 kstat_named_t rx_pause; member in struct:cxgbe_port_info_kstats
3168 KS_UINIT(rx_pause);
3233 KS_U_SET(rx_pause, GET_STAT(RX_PORT_PAUSE));
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic.h264 uint16_t rx_pause; member in struct:unm_pauseparam
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_common.c1877 bool tx_pause, rx_pause; local
1910 rx_pause = !!(resp->an_info & I40E_AQ_LINK_PAUSE_RX);
1911 if (tx_pause & rx_pause)
1915 else if (rx_pause)
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c4927 int slices_stalled, rx_pause, i; local
4940 rx_pause = ntohl(mgp->ss[0].fw_stats->dropped_pause);
4956 if (mgp->watchdog_rx_pause == rx_pause) {
4997 mgp->watchdog_rx_pause = rx_pause;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_menlo.h571 uint64_t rx_pause; member in struct:menlo_network_stats_rsp
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h5872 __be64 rx_pause; member in struct:fw_port_stats_cmd::fw_port_stats::fw_port_stats_all

Completed in 213 milliseconds