Home
last modified time | relevance | path

Searched refs:flowctrl (Results 1 – 5 of 5) sorted by relevance

/drivers/net/
Dsundance.c42 static int flowctrl=1; variable
122 module_param(flowctrl, int, 0);
125 MODULE_PARM_DESC(flowctrl, "Sundance Alta flow control [0|1]");
383 unsigned int flowctrl:1; member
622 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()
Dtg3.c1262 u8 flowctrl = 0; in tg3_setup_flow_control() local
1274 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 …]
Dtg3.h2314 u8 flowctrl; member
/drivers/char/
Dmxser.c214 int flowctrl[32]; member
1639 me->flowctrl[p] |= 0x03; in mxser_ioctl_special()
1642 me->flowctrl[p] |= 0x0C; in mxser_ioctl_special()
Dstallion.c485 void (*flowctrl)(struct stlport *portp, int state); member
504 #define stl_flowctrl (* ((uart_t *) portp->uartp)->flowctrl)