Searched refs:requested_fc (Results 1 – 6 of 6) sorted by relevance
2257 lc->requested_fc = 0; in cxgbe_media_change()2259 lc->requested_fc |= PAUSE_RX; in cxgbe_media_change()2261 lc->requested_fc |= PAUSE_TX; in cxgbe_media_change()4560 if (lc->requested_fc & PAUSE_TX) in set_current_media()4562 if (lc->requested_fc & PAUSE_RX) in set_current_media()4711 if (lc->requested_fc & PAUSE_TX && in fixup_link_config()4714 lc->requested_fc &= ~PAUSE_TX; in fixup_link_config()4719 lc->requested_fc &= ~PAUSE_RX; in fixup_link_config()4758 if (lc->requested_fc & PAUSE_TX) in apply_link_config()4760 if (lc->requested_fc & PAUSE_RX) in apply_link_config()[all …]
3319 int requested_fc, error = 0; in ixl_sysctl_set_flowcntl() local3324 requested_fc = pf->fc; in ixl_sysctl_set_flowcntl()3325 error = sysctl_handle_int(oidp, &requested_fc, 0, req); in ixl_sysctl_set_flowcntl()3328 if (requested_fc < 0 || requested_fc > 3) { in ixl_sysctl_set_flowcntl()3335 hw->fc.requested_mode = requested_fc; in ixl_sysctl_set_flowcntl()3343 pf->fc = requested_fc; in ixl_sysctl_set_flowcntl()
1548 if (lc->requested_fc & PAUSE_AUTONEG) in t3_link_changed()1549 fc &= lc->requested_fc; in t3_link_changed()1551 fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); in t3_link_changed()1676 unsigned int fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); in t3_link_start()4277 lc->requested_fc = lc->fc = PAUSE_RX | PAUSE_TX; in init_link_config()4281 lc->requested_fc |= PAUSE_AUTONEG; in init_link_config()
438 unsigned char requested_fc; /* flow control user has requested */ member
413 int8_t requested_fc; /* flow control */ member
3865 if (lc->requested_fc & PAUSE_RX) in t4_link_l1cfg()3867 if (lc->requested_fc & PAUSE_TX) in t4_link_l1cfg()3869 if (!(lc->requested_fc & PAUSE_AUTONEG)) in t4_link_l1cfg()