tx_flow_control  11866 drivers/net/ethernet/broadcom/tg3.c 	ESTAT_ADD(tx_flow_control);
tx_flow_control  2756 drivers/net/ethernet/broadcom/tg3.h 	tg3_stat64_t			tx_flow_control;
tx_flow_control  2936 drivers/net/ethernet/broadcom/tg3.h 	u64		tx_flow_control;
tx_flow_control  2060 drivers/net/ethernet/emulex/benet/be_cmds.c 	req->tx_flow_control = cpu_to_le16((u16)tx_fc);
tx_flow_control  2103 drivers/net/ethernet/emulex/benet/be_cmds.c 		*tx_fc = le16_to_cpu(resp->tx_flow_control);
tx_flow_control  1140 drivers/net/ethernet/emulex/benet/be_cmds.h 	u16 tx_flow_control;
tx_flow_control  1152 drivers/net/ethernet/emulex/benet/be_cmds.h 	u16 tx_flow_control;
tx_flow_control   176 drivers/net/ethernet/qualcomm/emac/emac-ethtool.c 	pause->tx_pause = adpt->tx_flow_control ? 1 : 0;
tx_flow_control   186 drivers/net/ethernet/qualcomm/emac/emac-ethtool.c 	adpt->tx_flow_control = pause->tx_pause != 0;
tx_flow_control   507 drivers/net/ethernet/qualcomm/emac/emac-mac.c 		adpt->tx_flow_control = phydev->pause != phydev->asym_pause;
tx_flow_control   510 drivers/net/ethernet/qualcomm/emac/emac-mac.c 	mac |= adpt->tx_flow_control ? TXFC : 0;
tx_flow_control   355 drivers/net/ethernet/qualcomm/emac/emac.h 	bool				tx_flow_control;