Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/usb/
Dlan78xx.c425 u8 fc_request_control; member
1149 cap = dev->fc_request_control; in lan78xx_update_flowcontrol()
1573 if (dev->fc_request_control & FLOW_CTRL_TX) in lan78xx_get_pause()
1576 if (dev->fc_request_control & FLOW_CTRL_RX) in lan78xx_get_pause()
1595 dev->fc_request_control = 0; in lan78xx_set_pause()
1597 dev->fc_request_control |= FLOW_CTRL_RX; in lan78xx_set_pause()
1600 dev->fc_request_control |= FLOW_CTRL_TX; in lan78xx_set_pause()
1610 mii_adv = (u32)mii_advertise_flowctrl(dev->fc_request_control); in lan78xx_set_pause()
2175 dev->fc_request_control = (FLOW_CTRL_RX | FLOW_CTRL_TX); in lan78xx_phy_init()
2177 mii_adv = (u32)mii_advertise_flowctrl(dev->fc_request_control); in lan78xx_phy_init()
/Linux-v4.19/drivers/net/ethernet/microchip/
Dlan743x_main.h617 u8 fc_request_control; member
Dlan743x_main.c946 cap = phy->fc_request_control; in lan743x_phy_update_flowcontrol()
1019 phy->fc_request_control = (FLOW_CTRL_RX | FLOW_CTRL_TX); in lan743x_phy_open()
1021 mii_adv = (u32)mii_advertise_flowctrl(phy->fc_request_control); in lan743x_phy_open()