Searched refs:tx_fc (Results 1 – 7 of 7) sorted by relevance
| /linux/include/net/phonet/ |
| H A D | pep.h | 34 u8 tx_fc; /* TX flow control */ member
|
| /linux/drivers/net/ethernet/emulex/benet/ |
| H A D | be.h | 630 u32 tx_fc; /* Tx flow control */ member
|
| H A D | be_cmds.c | 2039 int be_cmd_set_flow_control(struct be_adapter *adapter, u32 tx_fc, u32 rx_fc) in be_cmd_set_flow_control() argument 2063 req->tx_flow_control = cpu_to_le16((u16)tx_fc); in be_cmd_set_flow_control() 2078 int be_cmd_get_flow_control(struct be_adapter *adapter, u32 *tx_fc, u32 *rx_fc) in be_cmd_get_flow_control() argument 2106 *tx_fc = le16_to_cpu(resp->tx_flow_control); in be_cmd_get_flow_control()
|
| H A D | be_main.c | 4885 status = be_cmd_set_flow_control(adapter, adapter->tx_fc, in be_setup() 4888 be_cmd_get_flow_control(adapter, &adapter->tx_fc, in be_setup() 4892 adapter->tx_fc, adapter->rx_fc); in be_setup() 5685 adapter->tx_fc = true; in be_drv_init()
|
| H A D | be_ethtool.c | 723 adapter->tx_fc = ecmd->tx_pause; in be_set_pauseparam()
|
| /linux/drivers/net/ethernet/marvell/mvpp2/ |
| H A D | mvpp2.h | 1281 bool tx_fc; member
|
| /linux/drivers/net/ethernet/sfc/falcon/ |
| H A D | falcon.c | 1104 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()
|