Searched refs:requested_fc (Results 1 – 6 of 6) sorted by relevance
1080 int requested_fc, error = 0; in ixl_sysctl_set_flowcntl() local1085 requested_fc = pf->fc; in ixl_sysctl_set_flowcntl()1086 error = sysctl_handle_int(oidp, &requested_fc, 0, req); in ixl_sysctl_set_flowcntl()1089 if (requested_fc < 0 || requested_fc > 3) { in ixl_sysctl_set_flowcntl()1096 hw->fc.requested_mode = requested_fc; in ixl_sysctl_set_flowcntl()1104 pf->fc = requested_fc; in ixl_sysctl_set_flowcntl()
3255 lc->requested_fc = 0; in cxgbe_media_change()3257 lc->requested_fc |= PAUSE_RX; in cxgbe_media_change()3259 lc->requested_fc |= PAUSE_TX; in cxgbe_media_change()5758 if (lc->requested_fc & PAUSE_TX) in set_current_media()5760 if (lc->requested_fc & PAUSE_RX) in set_current_media()5920 if (lc->requested_fc & PAUSE_TX && in fixup_link_config()5923 lc->requested_fc &= ~PAUSE_TX; in fixup_link_config()5928 lc->requested_fc &= ~PAUSE_RX; in fixup_link_config()5967 if (lc->requested_fc & PAUSE_TX) in apply_link_config()5969 if (lc->requested_fc & PAUSE_RX) in apply_link_config()[all …]
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
444 int8_t requested_fc; /* flow control */ member
3888 if (lc->requested_fc & PAUSE_RX) in t4_link_l1cfg()3890 if (lc->requested_fc & PAUSE_TX) in t4_link_l1cfg()3892 if (!(lc->requested_fc & PAUSE_AUTONEG)) in t4_link_l1cfg()