Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/microchip/
H A Dlan743x_ethtool.c1379 if (phy->fc_request_control & FLOW_CTRL_TX) in lan743x_get_pauseparam()
1381 if (phy->fc_request_control & FLOW_CTRL_RX) in lan743x_get_pauseparam()
1399 phy->fc_request_control = 0; in lan743x_set_pauseparam()
1401 phy->fc_request_control |= FLOW_CTRL_RX; in lan743x_set_pauseparam()
1404 phy->fc_request_control |= FLOW_CTRL_TX; in lan743x_set_pauseparam()
H A Dlan743x_main.h944 u8 fc_request_control; member
H A Dlan743x_main.c1401 cap = phy->fc_request_control; in lan743x_phy_update_flowcontrol()
1541 phy->fc_request_control = (FLOW_CTRL_RX | FLOW_CTRL_TX); in lan743x_phy_open()
/openbmc/linux/drivers/net/usb/
H A Dlan78xx.c472 u8 fc_request_control; member
1344 cap = dev->fc_request_control; in lan78xx_update_flowcontrol()
1838 if (dev->fc_request_control & FLOW_CTRL_TX) in lan78xx_get_pause()
1841 if (dev->fc_request_control & FLOW_CTRL_RX) in lan78xx_get_pause()
1860 dev->fc_request_control = 0; in lan78xx_set_pause()
1862 dev->fc_request_control |= FLOW_CTRL_RX; in lan78xx_set_pause()
1865 dev->fc_request_control |= FLOW_CTRL_TX; in lan78xx_set_pause()
1875 mii_adv = (u32)mii_advertise_flowctrl(dev->fc_request_control); in lan78xx_set_pause()
2405 dev->fc_request_control = (FLOW_CTRL_RX | FLOW_CTRL_TX); in lan78xx_phy_init()
2410 mii_adv = (u32)mii_advertise_flowctrl(dev->fc_request_control); in lan78xx_phy_init()