Home
last modified time | relevance | path

Searched refs:vlan_rwsem (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib_vlan.c281 down_write(&ppriv->vlan_rwsem); in ipoib_vlan_delete()
283 up_write(&ppriv->vlan_rwsem); in ipoib_vlan_delete()
H A Dipoib_main.c156 down_read(&priv->vlan_rwsem); in ipoib_open()
166 up_read(&priv->vlan_rwsem); in ipoib_open()
201 down_read(&priv->vlan_rwsem); in ipoib_stop()
211 up_read(&priv->vlan_rwsem); in ipoib_stop()
429 down_read_nested(&priv->vlan_rwsem, nesting); in ipoib_match_gid_pkey_addr()
438 up_read(&priv->vlan_rwsem); in ipoib_match_gid_pkey_addr()
1994 down_write(&ppriv->vlan_rwsem); in ipoib_ndo_init()
1996 up_write(&ppriv->vlan_rwsem); in ipoib_ndo_init()
2017 down_write(&ppriv->vlan_rwsem); in ipoib_ndo_uninit()
2019 up_write(&ppriv->vlan_rwsem); in ipoib_ndo_uninit()
[all …]
H A Dipoib_ib.c1182 down_read_nested(&priv->vlan_rwsem, nesting); in __ipoib_ib_dev_flush()
1191 up_read(&priv->vlan_rwsem); in __ipoib_ib_dev_flush()
H A Dipoib.h339 struct rw_semaphore vlan_rwsem; member