Home
last modified time | relevance | path

Searched refs:fc_request_control (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/usb/
A Dlan78xx.c431 u8 fc_request_control; member
1180 cap = dev->fc_request_control; in lan78xx_update_flowcontrol()
1671 if (dev->fc_request_control & FLOW_CTRL_TX) in lan78xx_get_pause()
1674 if (dev->fc_request_control & FLOW_CTRL_RX) in lan78xx_get_pause()
1693 dev->fc_request_control = 0; in lan78xx_set_pause()
1695 dev->fc_request_control |= FLOW_CTRL_RX; in lan78xx_set_pause()
1698 dev->fc_request_control |= FLOW_CTRL_TX; in lan78xx_set_pause()
1708 mii_adv = (u32)mii_advertise_flowctrl(dev->fc_request_control); in lan78xx_set_pause()
2262 dev->fc_request_control = (FLOW_CTRL_RX | FLOW_CTRL_TX); in lan78xx_phy_init()
2267 mii_adv = (u32)mii_advertise_flowctrl(dev->fc_request_control); in lan78xx_phy_init()
/linux/drivers/net/ethernet/microchip/
A Dlan743x_main.h629 u8 fc_request_control; member
A Dlan743x_main.c925 cap = phy->fc_request_control; in lan743x_phy_update_flowcontrol()
1030 phy->fc_request_control = (FLOW_CTRL_RX | FLOW_CTRL_TX); in lan743x_phy_open()

Completed in 25 milliseconds