Searched refs:EFX_FC_RX (Results 1 - 18 of 18) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/sfc/
H A Dmcdi_mac.c36 case EFX_FC_RX | EFX_FC_TX:
39 case EFX_FC_RX:
H A Dmcdi_phy.c395 efx->wanted_fc = EFX_FC_RX | EFX_FC_TX;
425 link_state->fc = EFX_FC_AUTO | EFX_FC_TX | EFX_FC_RX;
428 link_state->fc = EFX_FC_TX | EFX_FC_RX;
431 link_state->fc = EFX_FC_RX;
H A Dfalcon_gmac.c35 rx_fc = !!(link_state->fc & EFX_FC_RX);
H A Dmdio_10g.c334 BUILD_BUG_ON(EFX_FC_AUTO & (EFX_FC_RX | EFX_FC_TX));
H A Dethtool.c755 wanted_fc = ((pause->rx_pause ? EFX_FC_RX : 0) |
759 if ((wanted_fc & EFX_FC_TX) && !(wanted_fc & EFX_FC_RX)) {
822 pause->rx_pause = !!(efx->wanted_fc & EFX_FC_RX);
H A Dfalcon_xmac.c150 bool rx_fc = !!(efx->link_state.fc & EFX_FC_RX);
H A Dnet_driver.h444 EFX_FC_RX = FLOW_CTRL_RX, enumerator in enum:efx_fc_type
H A Defx.c662 efx->wanted_fc |= (EFX_FC_TX | EFX_FC_RX);
664 efx->wanted_fc &= ~(EFX_FC_TX | EFX_FC_RX);
674 if (wanted_fc & EFX_FC_RX)
H A Dfalcon.c930 efx->wanted_fc = EFX_FC_RX | EFX_FC_TX;
932 efx->wanted_fc = EFX_FC_RX;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/sfc/
H A Dmcdi_mac.c36 case EFX_FC_RX | EFX_FC_TX:
39 case EFX_FC_RX:
H A Dmcdi_phy.c395 efx->wanted_fc = EFX_FC_RX | EFX_FC_TX;
425 link_state->fc = EFX_FC_AUTO | EFX_FC_TX | EFX_FC_RX;
428 link_state->fc = EFX_FC_TX | EFX_FC_RX;
431 link_state->fc = EFX_FC_RX;
H A Dfalcon_gmac.c35 rx_fc = !!(link_state->fc & EFX_FC_RX);
H A Dmdio_10g.c334 BUILD_BUG_ON(EFX_FC_AUTO & (EFX_FC_RX | EFX_FC_TX));
H A Dethtool.c755 wanted_fc = ((pause->rx_pause ? EFX_FC_RX : 0) |
759 if ((wanted_fc & EFX_FC_TX) && !(wanted_fc & EFX_FC_RX)) {
822 pause->rx_pause = !!(efx->wanted_fc & EFX_FC_RX);
H A Dfalcon_xmac.c150 bool rx_fc = !!(efx->link_state.fc & EFX_FC_RX);
H A Dnet_driver.h444 EFX_FC_RX = FLOW_CTRL_RX, enumerator in enum:efx_fc_type
H A Defx.c662 efx->wanted_fc |= (EFX_FC_TX | EFX_FC_RX);
664 efx->wanted_fc &= ~(EFX_FC_TX | EFX_FC_RX);
674 if (wanted_fc & EFX_FC_RX)
H A Dfalcon.c930 efx->wanted_fc = EFX_FC_RX | EFX_FC_TX;
932 efx->wanted_fc = EFX_FC_RX;

Completed in 151 milliseconds