Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_stats.c1098 *val = (hw->phy.link_info.an_info & I40E_AQ_LINK_PAUSE_RX) != 0; in i40e_m_stat()
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_adminq_cmd.h2166 #define I40E_AQ_LINK_PAUSE_RX 0x40 macro
H A Di40e_common.c2031 rx_pause = !!(resp->an_info & I40E_AQ_LINK_PAUSE_RX); in i40e_aq_get_link_info()