Home
last modified time | relevance | path

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

/titanic_50/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
/titanic_50/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.h80 u64 tx_pause; /* # of transmitted pause frames */ member
H A Dt4_hw.c3481 p->tx_pause = GET_STAT(TX_PORT_PAUSE); in t4_get_port_stats()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_menlo.h540 uint64_t tx_pause; member
/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c3088 kstat_named_t tx_pause; member
3167 KS_UINIT(tx_pause); in setup_port_info_kstats()
3232 KS_U_SET(tx_pause, GET_STAT(TX_PORT_PAUSE)); in update_port_info_kstats()
/titanic_50/usr/src/uts/common/io/i40e/core/
H A Di40e_common.c1859 bool tx_pause, rx_pause; in i40e_aq_get_link_info() local
1891 tx_pause = !!(resp->an_info & I40E_AQ_LINK_PAUSE_TX); in i40e_aq_get_link_info()
1893 if (tx_pause & rx_pause) in i40e_aq_get_link_info()
1895 else if (tx_pause) in i40e_aq_get_link_info()
/titanic_50/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h5846 __be64 tx_pause; member