Searched defs:wanted_fc (Results 1 - 3 of 3) sorted by last modified time

/drivers/net/ethernet/sfc/
H A Defx.c926 efx->wanted_fc |= (EFX_FC_TX | EFX_FC_RX);
928 efx->wanted_fc &= ~(EFX_FC_TX | EFX_FC_RX);
930 efx->wanted_fc ^= EFX_FC_TX;
934 void efx_link_set_wanted_fc(struct efx_nic *efx, u8 wanted_fc) argument
936 efx->wanted_fc = wanted_fc;
938 if (wanted_fc & EFX_FC_RX)
944 if (wanted_fc & EFX_FC_TX)
H A Dethtool.c691 u8 wanted_fc, old_fc; local
697 wanted_fc = ((pause->rx_pause ? EFX_FC_RX : 0) |
701 if ((wanted_fc & EFX_FC_TX) && !(wanted_fc & EFX_FC_RX)) {
708 if ((wanted_fc & EFX_FC_AUTO) && !efx->link_advertising) {
717 (wanted_fc & EFX_FC_TX) && !(efx->wanted_fc & EFX_FC_TX))
721 old_fc = efx->wanted_fc;
722 efx_link_set_wanted_fc(efx, wanted_fc);
724 (efx->wanted_fc
[all...]
H A Dnet_driver.h892 * @wanted_fc: Wanted flow control flags
1041 u8 wanted_fc; member in struct:efx_nic

Completed in 74 milliseconds