Home
last modified time | relevance | path

Searched refs:tx_flow_control (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/qualcomm/emac/ !
H A Demac-ethtool.c180 pause->tx_pause = adpt->tx_flow_control ? 1 : 0; in emac_get_pauseparam()
190 adpt->tx_flow_control = pause->tx_pause != 0; in emac_set_pauseparam()
H A Demac.h352 * the PHY does. Otherwise, use tx_flow_control and rx_flow_control.
355 bool tx_flow_control; member
H A Demac-mac.c507 adpt->tx_flow_control = phydev->pause != phydev->asym_pause; in emac_mac_start()
510 mac |= adpt->tx_flow_control ? TXFC : 0; in emac_mac_start()
/linux/drivers/net/ethernet/broadcom/ !
H A Dtg3.h2756 tg3_stat64_t tx_flow_control; member
2936 u64 tx_flow_control; member
H A Dtg3.c396 { "tx_flow_control" },
11953 ESTAT_ADD(tx_flow_control); in tg3_get_estats()
/linux/drivers/net/ethernet/emulex/benet/ !
H A Dbe_cmds.c2063 req->tx_flow_control = cpu_to_le16((u16)tx_fc); in be_cmd_set_flow_control()
2106 *tx_fc = le16_to_cpu(resp->tx_flow_control); in be_cmd_get_flow_control()