Searched refs:rx_fc (Results 1 – 4 of 4) sorted by relevance
33 u8 rx_fc; /* RX flow control */ member
2039 int be_cmd_set_flow_control(struct be_adapter *adapter, u32 tx_fc, u32 rx_fc) in be_cmd_set_flow_control() argument2064 req->rx_flow_control = cpu_to_le16((u16)rx_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() argument2107 *rx_fc = le16_to_cpu(resp->rx_flow_control); in be_cmd_get_flow_control()
4885 adapter->rx_fc); in be_setup()4888 &adapter->rx_fc); in be_setup()4891 adapter->tx_fc, adapter->rx_fc); in be_setup()5683 adapter->rx_fc = true; in be_drv_init()
1103 bool rx_fc = !!(efx->link_state.fc & EF4_FC_RX); in falcon_reconfigure_xmac_core() local1143 FRF_AB_XM_DIS_FCNTL, !rx_fc); in falcon_reconfigure_xmac_core()