Searched refs:old_fc (Results 1 – 4 of 4) sorted by relevance
142 u8 wanted_fc, old_fc; in efx_siena_ethtool_set_pauseparam() local172 old_fc = efx->wanted_fc; in efx_siena_ethtool_set_pauseparam()175 (efx->wanted_fc ^ old_fc) & EFX_FC_AUTO) { in efx_siena_ethtool_set_pauseparam()
682 u8 wanted_fc, old_fc; in ef4_ethtool_set_pauseparam() local712 old_fc = efx->wanted_fc; in ef4_ethtool_set_pauseparam()715 (efx->wanted_fc ^ old_fc) & EF4_FC_AUTO) { in ef4_ethtool_set_pauseparam()
190 u8 wanted_fc, old_fc; in efx_ethtool_set_pauseparam() local220 old_fc = efx->wanted_fc; in efx_ethtool_set_pauseparam()223 (efx->wanted_fc ^ old_fc) & EFX_FC_AUTO) { in efx_ethtool_set_pauseparam()
1671 struct fuse_conn *old_fc; in fuse_dev_install() local1679 old_fc = cmpxchg(&fud->fc, NULL, fc); in fuse_dev_install()1680 if (old_fc) { in fuse_dev_install()