Searched refs:flowctrl (Results 1 – 5 of 5) sorted by relevance
42 static int flowctrl=1; variable122 module_param(flowctrl, int, 0);125 MODULE_PARM_DESC(flowctrl, "Sundance Alta flow control [0|1]");383 unsigned int flowctrl:1; member622 if (flowctrl == 1) in sundance_probe1()623 np->flowctrl = 1; in sundance_probe1()639 if (np->flowctrl) in sundance_probe1()1455 if (np->flowctrl && np->mii_if.full_duplex) { in netdev_error()1539 if (np->mii_if.full_duplex && np->flowctrl) in set_rx_mode()
1262 u8 flowctrl = 0; in tg3_setup_flow_control() local1274 flowctrl = tg3_resolve_flowctrl_1000X(lcladv, rmtadv); in tg3_setup_flow_control()1276 flowctrl = mii_resolve_flowctrl_fdx(lcladv, rmtadv); in tg3_setup_flow_control()1278 flowctrl = tp->link_config.flowctrl; in tg3_setup_flow_control()1280 tp->link_config.active_flowctrl = flowctrl; in tg3_setup_flow_control()1282 if (flowctrl & FLOW_CTRL_RX) in tg3_setup_flow_control()1290 if (flowctrl & FLOW_CTRL_TX) in tg3_setup_flow_control()1326 tp->link_config.flowctrl); in tg3_adjust_link()2512 new_adv |= tg3_advert_flowctrl_1000T(tp->link_config.flowctrl); in tg3_phy_copper_begin()2533 new_adv = tg3_advert_flowctrl_1000T(tp->link_config.flowctrl); in tg3_phy_copper_begin()[all …]
2314 u8 flowctrl; member
214 int flowctrl[32]; member1639 me->flowctrl[p] |= 0x03; in mxser_ioctl_special()1642 me->flowctrl[p] |= 0x0C; in mxser_ioctl_special()
485 void (*flowctrl)(struct stlport *portp, int state); member504 #define stl_flowctrl (* ((uart_t *) portp->uartp)->flowctrl)