Searched defs:ib_port_data (Results 1 – 1 of 1) sorted by relevance
2192 struct ib_port_data { struct2193 struct ib_device *ib_dev;2195 struct ib_port_immutable immutable;2197 spinlock_t pkey_list_lock;2199 spinlock_t netdev_lock;2201 struct list_head pkey_list;2203 struct ib_port_cache cache;2205 struct net_device __rcu *netdev;2206 struct hlist_node ndev_hash_link;2207 struct rdma_port_counter port_counter;[all …]