Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_mac.c268 *val = (((lc->requested_fc & PAUSE_TX) ? 1 : 0) ^ in t4_mc_getstat()
269 (lc->requested_fc & PAUSE_RX)); in t4_mc_getstat()
274 *val = (lc->requested_fc & PAUSE_TX) ? 1 : 0; in t4_mc_getstat()
550 old = lc->requested_fc & (PAUSE_TX | PAUSE_RX); in t4_mc_setprop()
560 lc->requested_fc &= ~(PAUSE_TX | PAUSE_RX); in t4_mc_setprop()
561 lc->requested_fc |= new; in t4_mc_setprop()
689 if ((lc->requested_fc & (PAUSE_TX | PAUSE_RX)) == in t4_mc_getprop()
692 else if (lc->requested_fc & PAUSE_TX) in t4_mc_getprop()
694 else if (lc->requested_fc & PAUSE_RX) in t4_mc_getprop()
1060 lc->requested_fc |= PAUSE_TX; in setprop()
[all …]
/titanic_44/usr/src/uts/common/io/chxge/com/
H A Dch_subr.c170 if (!(lc->requested_fc & PAUSE_AUTONEG)) in link_changed()
171 fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); in link_changed()
824 unsigned int fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); in t1_link_start()
1344 lc->requested_fc = lc->fc = PAUSE_RX | PAUSE_TX; in init_link_config()
1348 lc->requested_fc |= PAUSE_AUTONEG; in init_link_config()
H A Dcommon.h163 unsigned char requested_fc; /* flow control user has requested */ member
/titanic_44/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c1548 if (lc->requested_fc & PAUSE_RX) in t4_link_start()
1550 if (lc->requested_fc & PAUSE_TX) in t4_link_start()
1561 lc->fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); in t4_link_start()
1564 lc->fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); in t4_link_start()
4891 lc->requested_fc = lc->fc = PAUSE_RX | PAUSE_TX; in init_link_config()
4895 lc->requested_fc |= PAUSE_AUTONEG; in init_link_config()
H A Dcommon.h289 unsigned char requested_fc; /* flow control user has requested */ member