Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/ulp/ipoib/
Dipoib_vlan.c278 down_write(&ppriv->vlan_rwsem); in ipoib_vlan_delete()
280 up_write(&ppriv->vlan_rwsem); in ipoib_vlan_delete()
Dipoib_main.c158 down_read(&priv->vlan_rwsem); in ipoib_open()
168 up_read(&priv->vlan_rwsem); in ipoib_open()
198 down_read(&priv->vlan_rwsem); in ipoib_stop()
208 up_read(&priv->vlan_rwsem); in ipoib_stop()
426 down_read_nested(&priv->vlan_rwsem, nesting); in ipoib_match_gid_pkey_addr()
435 up_read(&priv->vlan_rwsem); in ipoib_match_gid_pkey_addr()
1955 down_write(&ppriv->vlan_rwsem); in ipoib_ndo_init()
1957 up_write(&ppriv->vlan_rwsem); in ipoib_ndo_init()
1978 down_write(&ppriv->vlan_rwsem); in ipoib_ndo_uninit()
1980 up_write(&ppriv->vlan_rwsem); in ipoib_ndo_uninit()
[all …]
Dipoib_ib.c1159 down_read_nested(&priv->vlan_rwsem, nesting); in __ipoib_ib_dev_flush()
1168 up_read(&priv->vlan_rwsem); in __ipoib_ib_dev_flush()
Dipoib.h339 struct rw_semaphore vlan_rwsem; member