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.h355 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/emulex/benet/
H A Dbe_cmds.h1140 u16 tx_flow_control; member
1152 u16 tx_flow_control; member
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()
/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c11972 ESTAT_ADD(tx_flow_control); in tg3_get_estats()