Searched defs:ib_port_data (Results 1 – 1 of 1) sorted by relevance
2189 struct ib_port_data { struct2190 struct ib_device *ib_dev;2192 struct ib_port_immutable immutable;2194 spinlock_t pkey_list_lock;2196 spinlock_t netdev_lock;2198 struct list_head pkey_list;2200 struct ib_port_cache cache;2202 struct net_device __rcu *netdev;2203 netdevice_tracker netdev_tracker;2204 struct hlist_node ndev_hash_link;[all …]