Home
last modified time | relevance | path

Searched refs:tx_pause (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_cfg.c214 qede->props.tx_pause = B_FALSE; in qede_cfg_reset()
H A Dqede_osal.c494 qede->props.tx_pause = B_FALSE; in qede_osal_link_update()
504 qede->props.tx_pause = (link_cfg.pause_cfg & in qede_osal_link_update()
H A Dqede.h570 boolean_t tx_pause; member
H A Dqede_kstat.c376 pStats->pauseTx.value.ui64 = qede->props.tx_pause; in qede_kstat_link_update()
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_main.c2180 if (unm_niu_gbe_set_tx_flow_ctl(adapter, pause->tx_pause)) in unm_nic_set_pauseparam()
2184 if (unm_niu_xg_set_tx_flow_ctl(adapter, pause->tx_pause)) in unm_nic_set_pauseparam()
2587 pause.tx_pause = adapter->nd_params[PARAM_ADV_ASYM_PAUSE_CAP].ndp_val; in unm_register_mac()
2591 pause.rx_pause, pause.tx_pause); in unm_register_mac()
2594 adapter->nd_params[PARAM_ASYM_PAUSE_CAP].ndp_val = pause.tx_pause; in unm_register_mac()
H A Dunm_nic.h265 uint16_t tx_pause; member
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_menlo.h540 uint64_t tx_pause; member
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.h149 u64 tx_pause; /* # of transmitted pause frames */ member
H A Dt4_hw.c6769 p->tx_pause = GET_STAT(TX_PORT_PAUSE); in t4_get_port_stats()
6781 p->tx_frames_64 -= p->tx_pause; in t4_get_port_stats()
6783 p->tx_mcast_frames -= p->tx_pause; in t4_get_port_stats()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c3506 kstat_named_t tx_pause; member
3585 KS_UINIT(tx_pause); in setup_port_info_kstats()
3650 KS_U_SET(tx_pause, GET_STAT(TX_PORT_PAUSE)); in update_port_info_kstats()
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_common.c1996 bool tx_pause, rx_pause; in i40e_aq_get_link_info() local
2030 tx_pause = !!(resp->an_info & I40E_AQ_LINK_PAUSE_TX); in i40e_aq_get_link_info()
2032 if (tx_pause & rx_pause) in i40e_aq_get_link_info()
2034 else if (tx_pause) in i40e_aq_get_link_info()
/illumos-gate/usr/src/cmd/cxgbetool/
H A Dcudbg_view.c1013 "%64llu\n", stats[i].tx_pause); in view_macstats()
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h7945 __be64 tx_pause; member