Lines Matching refs:fake
36 struct fakelb_priv *fake; member
81 struct fakelb_priv *fake = priv->fake; in fakelb_hw_xmit() local
83 read_lock_bh(&fake->lock); in fakelb_hw_xmit()
89 list_for_each_entry(dp, &priv->fake->list, list) { in fakelb_hw_xmit()
96 read_unlock_bh(&fake->lock); in fakelb_hw_xmit()
138 static int fakelb_add_one(struct device *dev, struct fakelb_priv *fake) in fakelb_add_one() argument
183 priv->fake = fake; in fakelb_add_one()
193 write_lock_bh(&fake->lock); in fakelb_add_one()
194 list_add_tail(&priv->list, &fake->list); in fakelb_add_one()
195 write_unlock_bh(&fake->lock); in fakelb_add_one()
206 write_lock_bh(&priv->fake->lock); in fakelb_del()
208 write_unlock_bh(&priv->fake->lock); in fakelb_del()