Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dlan78xx.c413 u8 fc_request_control; member
1135 cap = dev->fc_request_control; in lan78xx_update_flowcontrol()
1569 if (dev->fc_request_control & FLOW_CTRL_TX) in lan78xx_get_pause()
1572 if (dev->fc_request_control & FLOW_CTRL_RX) in lan78xx_get_pause()
1591 dev->fc_request_control = 0; in lan78xx_set_pause()
1593 dev->fc_request_control |= FLOW_CTRL_RX; in lan78xx_set_pause()
1596 dev->fc_request_control |= FLOW_CTRL_TX; in lan78xx_set_pause()
1606 mii_adv = (u32)mii_advertise_flowctrl(dev->fc_request_control); in lan78xx_set_pause()
2162 dev->fc_request_control = (FLOW_CTRL_RX | FLOW_CTRL_TX); in lan78xx_phy_init()
2167 mii_adv = (u32)mii_advertise_flowctrl(dev->fc_request_control); in lan78xx_phy_init()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/microchip/
H A Dlan743x_main.h627 u8 fc_request_control; member
H A Dlan743x_main.c933 cap = phy->fc_request_control; in lan743x_phy_update_flowcontrol()
1058 phy->fc_request_control = (FLOW_CTRL_RX | FLOW_CTRL_TX); in lan743x_phy_open()