Searched refs:requested_fc (Results 1 – 5 of 5) sorted by relevance
268 *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 …]
170 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()
163 unsigned char requested_fc; /* flow control user has requested */ member
1548 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()
289 unsigned char requested_fc; /* flow control user has requested */ member