Searched refs:fc_request_control (Results 1 – 1 of 1) sorted by relevance
467 u8 fc_request_control; member1566 cap = dev->fc_request_control; in lan78xx_update_flowcontrol()2049 if (dev->fc_request_control & FLOW_CTRL_TX) in lan78xx_get_pause()2052 if (dev->fc_request_control & FLOW_CTRL_RX) in lan78xx_get_pause()2071 dev->fc_request_control = 0; in lan78xx_set_pause()2073 dev->fc_request_control |= FLOW_CTRL_RX; in lan78xx_set_pause()2076 dev->fc_request_control |= FLOW_CTRL_TX; in lan78xx_set_pause()2086 mii_adv = (u32)mii_advertise_flowctrl(dev->fc_request_control); in lan78xx_set_pause()2616 dev->fc_request_control = (FLOW_CTRL_RX | FLOW_CTRL_TX); in lan78xx_phy_init()2621 mii_adv = (u32)mii_advertise_flowctrl(dev->fc_request_control); in lan78xx_phy_init()