Searched defs:ib_port_data (Results 1 – 1 of 1) sorted by relevance
81090 struct ib_port_data { struct81091 struct ib_device *ib_dev;81092 struct ib_port_immutable immutable;81093 spinlock_t pkey_list_lock;81094 spinlock_t netdev_lock;81095 struct list_head pkey_list;81096 struct ib_port_cache cache;81097 struct net_device *netdev;81098 struct hlist_node ndev_hash_link;81099 struct rdma_port_counter port_counter;[all …]