Home
last modified time | relevance | path

Searched refs:tx_fc (Results 1 – 8 of 8) sorted by relevance

/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_main.c963 port->tx_fc & en); in mvpp2_bm_pool_update_priv_fc()
965 mvpp2_bm_pool_update_fc(port, port->pool_long, port->tx_fc & en); in mvpp2_bm_pool_update_priv_fc()
966 mvpp2_bm_pool_update_fc(port, port->pool_short, port->tx_fc & en); in mvpp2_bm_pool_update_priv_fc()
1329 if (port->tx_fc) { in mvpp2_bm_update_mtu()
1357 if (port->tx_fc) { in mvpp2_bm_update_mtu()
3305 if (port->tx_fc) in mvpp2_cleanup_rxqs()
3320 if (port->tx_fc) in mvpp2_setup_rxqs()
6585 port->tx_fc = tx_pause; in mvpp2_mac_link_up()
Dmvpp2.h1273 bool tx_fc; member
/drivers/net/ethernet/emulex/benet/
Dbe.h630 u32 tx_fc; /* Tx flow control */ member
Dbe_cmds.h2418 int be_cmd_set_flow_control(struct be_adapter *adapter, u32 tx_fc, u32 rx_fc);
2419 int be_cmd_get_flow_control(struct be_adapter *adapter, u32 *tx_fc, u32 *rx_fc);
Dbe_cmds.c2038 int be_cmd_set_flow_control(struct be_adapter *adapter, u32 tx_fc, u32 rx_fc) in be_cmd_set_flow_control() argument
2062 req->tx_flow_control = cpu_to_le16((u16)tx_fc); in be_cmd_set_flow_control()
2077 int be_cmd_get_flow_control(struct be_adapter *adapter, u32 *tx_fc, u32 *rx_fc) in be_cmd_get_flow_control() argument
2105 *tx_fc = le16_to_cpu(resp->tx_flow_control); in be_cmd_get_flow_control()
Dbe_main.c4884 status = be_cmd_set_flow_control(adapter, adapter->tx_fc, in be_setup()
4887 be_cmd_get_flow_control(adapter, &adapter->tx_fc, in be_setup()
4891 adapter->tx_fc, adapter->rx_fc); in be_setup()
5690 adapter->tx_fc = true; in be_drv_init()
Dbe_ethtool.c723 adapter->tx_fc = ecmd->tx_pause; in be_set_pauseparam()
/drivers/net/ethernet/sfc/falcon/
Dfalcon.c1104 bool tx_fc = !!(efx->link_state.fc & EF4_FC_TX); in falcon_reconfigure_xmac_core() local
1119 FRF_AB_XM_FCNTL, tx_fc, in falcon_reconfigure_xmac_core()