Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dch_subr.c168 if (!(lc->requested_fc & PAUSE_AUTONEG)) in link_changed()
169 fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); in link_changed()
822 unsigned int fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); in t1_link_start()
1342 lc->requested_fc = lc->fc = PAUSE_RX | PAUSE_TX; in init_link_config()
1346 lc->requested_fc |= PAUSE_AUTONEG; in init_link_config()
H A Dcommon.h161 unsigned char requested_fc; /* flow control user has requested */ member