Searched defs:ib_port_data (Results 1 – 2 of 2) sorted by relevance
142666 struct ib_port_data { struct142667 struct ib_device *ib_dev;142668 struct ib_port_immutable immutable;142669 spinlock_t pkey_list_lock;142670 spinlock_t netdev_lock;142671 struct list_head pkey_list;142672 struct ib_port_cache cache;142673 struct net_device __attribute__((btf_type_tag("rcu"))) *netdev;142674 netdevice_tracker netdev_tracker;142675 struct hlist_node ndev_hash_link;[all …]
150316 struct ib_port_data { struct150317 struct ib_device *ib_dev;150318 struct ib_port_immutable immutable;150319 spinlock_t pkey_list_lock;150320 spinlock_t netdev_lock;150321 struct list_head pkey_list;150322 struct ib_port_cache cache;150323 struct net_device __attribute__((btf_type_tag("rcu"))) *netdev;150324 netdevice_tracker netdev_tracker;150325 struct hlist_node ndev_hash_link;[all …]