Home
last modified time | relevance | path

Searched defs:ib_port_data (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/include/rdma/
Dib_verbs.h2204 struct ib_port_data { struct
2205 struct ib_device *ib_dev;
2207 struct ib_port_immutable immutable;
2209 spinlock_t pkey_list_lock;
2211 spinlock_t netdev_lock;
2213 struct list_head pkey_list;
2215 struct ib_port_cache cache;
2217 struct net_device __rcu *netdev;
2218 netdevice_tracker netdev_tracker;
2219 struct hlist_node ndev_hash_link;
[all …]
/kernel/linux/linux-5.10/include/rdma/
Dib_verbs.h2164 struct ib_port_data { struct
2165 struct ib_device *ib_dev;
2167 struct ib_port_immutable immutable;
2169 spinlock_t pkey_list_lock;
2170 struct list_head pkey_list;
2172 struct ib_port_cache cache;
2174 spinlock_t netdev_lock;
2175 struct net_device __rcu *netdev;
2176 struct hlist_node ndev_hash_link;
2177 struct rdma_port_counter port_counter;
[all …]