Searched refs:flowctrl (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/tg3/
H A Dtg3_phy.c791 static int tg3_phy_autoneg_cfg(struct tg3 *tp, u32 advertise, u32 flowctrl) argument
807 new_adv |= tg3_advert_flowctrl_1000T(flowctrl);
904 tp->link_config.flowctrl = FLOW_CTRL_TX | FLOW_CTRL_RX;
989 tp->link_config.flowctrl);
1076 reqadv = tg3_advert_flowctrl_1000T(tp->link_config.flowctrl);
1127 u8 flowctrl = 0; local
1133 flowctrl = tg3_resolve_flowctrl_1000X(lcladv, rmtadv);
1135 flowctrl = mii_resolve_flowctrl_fdx(lcladv, rmtadv);
1137 flowctrl = tp->link_config.flowctrl;
[all...]
H A Dtg3.h2796 u8 flowctrl; member in struct:tg3_link_config
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dsundance.c83 static int flowctrl = 1; variable
273 unsigned int flowctrl:1; member in struct:sundance_private
668 if (flowctrl == 1)
669 sdc->flowctrl = 1;
741 if (sdc->flowctrl && sdc->mii_if.full_duplex) {
882 if (sdc->mii_if.full_duplex && sdc->flowctrl)

Completed in 77 milliseconds