Home
last modified time | relevance | path

Searched refs:I40E_AQ_LINK_PAUSE_TX (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_stats.c1102 *val = (hw->phy.link_info.an_info & I40E_AQ_LINK_PAUSE_TX) != 0; in i40e_m_stat()
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_adminq_cmd.h2165 #define I40E_AQ_LINK_PAUSE_TX 0x20 macro
H A Di40e_common.c2030 tx_pause = !!(resp->an_info & I40E_AQ_LINK_PAUSE_TX); in i40e_aq_get_link_info()