Searched defs:ib_port_data (Results 1 – 5 of 5) 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 …]
90054 struct ib_port_data { struct90055 struct ib_device *ib_dev;90056 struct ib_port_immutable immutable;90057 spinlock_t pkey_list_lock;90058 struct list_head pkey_list;90059 struct ib_port_cache cache;90060 spinlock_t netdev_lock;90061 struct net_device *netdev;90062 struct hlist_node ndev_hash_link;90063 struct rdma_port_counter port_counter;[all …]
56781 struct ib_port_data { struct56782 struct ib_device *ib_dev;56783 struct ib_port_immutable immutable;56784 spinlock_t pkey_list_lock;56785 struct list_head pkey_list;56786 struct ib_port_cache cache;56787 spinlock_t netdev_lock;56788 struct net_device *netdev;56789 struct hlist_node ndev_hash_link;56790 struct rdma_port_counter port_counter;[all …]