Home
last modified time | relevance | path

Searched refs:flowctl_tx (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_ethtool.c311 pdata->mac_ops->flowctl_tx(pdata, pdata->tx_pause); in xgene_set_pauseparam()
321 pdata->mac_ops->flowctl_tx(pdata, pdata->tx_pause); in xgene_set_pauseparam()
H A Dxgene_enet_main.h157 void (*flowctl_tx)(struct xgene_enet_pdata *pdata, bool enable); member
H A Dxgene_enet_xgmac.c530 .flowctl_tx = xgene_xgmac_flowctl_tx
H A Dxgene_enet_sgmac.c597 .flowctl_tx = xgene_sgmac_flowctl_tx,