Searched defs:tx_pause (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.h80 u64 tx_pause; /* # of transmitted pause frames */ member in struct:port_stats
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c3088 kstat_named_t tx_pause; member in struct:cxgbe_port_info_kstats
3167 KS_UINIT(tx_pause);
3232 KS_U_SET(tx_pause, GET_STAT(TX_PORT_PAUSE));
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic.h265 uint16_t tx_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
1909 tx_pause = !!(resp->an_info & I40E_AQ_LINK_PAUSE_TX);
1911 if (tx_pause & rx_pause)
1913 else if (tx_pause)
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_menlo.h540 uint64_t tx_pause; member in struct:menlo_network_stats_rsp
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h5846 __be64 tx_pause; member in struct:fw_port_stats_cmd::fw_port_stats::fw_port_stats_all

Completed in 907 milliseconds