Searched defs:ib_port_data (Results 1 – 1 of 1) sorted by relevance
2174 struct ib_port_data { struct2175 struct ib_device *ib_dev;2177 struct ib_port_immutable immutable;2179 spinlock_t pkey_list_lock;2181 spinlock_t netdev_lock;2183 struct list_head pkey_list;2185 struct ib_port_cache cache;2187 struct net_device __rcu *netdev;2188 struct hlist_node ndev_hash_link;2189 struct rdma_port_counter port_counter;[all …]
Completed in 30 milliseconds