Home
last modified time | relevance | path

Searched defs:rx_fc (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/include/net/phonet/
Dpep.h30 u8 rx_fc; /* RX flow control */ member
/linux-5.19.10/drivers/net/ethernet/emulex/benet/
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()
2077 int be_cmd_get_flow_control(struct be_adapter *adapter, u32 *tx_fc, u32 *rx_fc) in be_cmd_get_flow_control()
Dbe.h629 u32 rx_fc; /* Rx flow control */ member
/linux-5.19.10/drivers/net/ethernet/sfc/falcon/
Dfalcon.c1103 bool rx_fc = !!(efx->link_state.fc & EF4_FC_RX); in falcon_reconfigure_xmac_core() local