fc_request_control  933 drivers/net/ethernet/microchip/lan743x_main.c 		cap = phy->fc_request_control;
fc_request_control 1003 drivers/net/ethernet/microchip/lan743x_main.c 	phy->fc_request_control = (FLOW_CTRL_RX | FLOW_CTRL_TX);
fc_request_control  622 drivers/net/ethernet/microchip/lan743x_main.h 	u8	fc_request_control;
fc_request_control  415 drivers/net/usb/lan78xx.c 	u8			fc_request_control;
fc_request_control 1137 drivers/net/usb/lan78xx.c 		cap = dev->fc_request_control;
fc_request_control 1563 drivers/net/usb/lan78xx.c 	if (dev->fc_request_control & FLOW_CTRL_TX)
fc_request_control 1566 drivers/net/usb/lan78xx.c 	if (dev->fc_request_control & FLOW_CTRL_RX)
fc_request_control 1585 drivers/net/usb/lan78xx.c 	dev->fc_request_control = 0;
fc_request_control 1587 drivers/net/usb/lan78xx.c 		dev->fc_request_control |= FLOW_CTRL_RX;
fc_request_control 1590 drivers/net/usb/lan78xx.c 		dev->fc_request_control |= FLOW_CTRL_TX;
fc_request_control 1600 drivers/net/usb/lan78xx.c 		mii_adv = (u32)mii_advertise_flowctrl(dev->fc_request_control);
fc_request_control 2164 drivers/net/usb/lan78xx.c 	dev->fc_request_control = (FLOW_CTRL_RX | FLOW_CTRL_TX);
fc_request_control 2169 drivers/net/usb/lan78xx.c 	mii_adv = (u32)mii_advertise_flowctrl(dev->fc_request_control);