Home
last modified time | relevance | path

Searched refs:V_MAC_TX_PAUSE_ENABLE (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/io/chxge/com/
H A Dfpga_defs.h177 #define V_MAC_TX_PAUSE_ENABLE(x) ((x) << S_MAC_TX_PAUSE_ENABLE) macro
178 #define F_MAC_TX_PAUSE_ENABLE V_MAC_TX_PAUSE_ENABLE(1U)
H A Dch_mac.c245 data32 |= V_MAC_TX_PAUSE_ENABLE((fc & PAUSE_TX) != 0); in mac_set_speed_duplex_fc()