Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/hw/bnxt_re/
Dbnxt_re.h130 struct bnxt_re_dev { struct
131 struct ib_device ibdev;
132 struct list_head list;
133 unsigned long flags;
142 struct net_device *netdev;
143 unsigned int version, major, minor;
144 struct bnxt_qplib_chip_ctx *chip_ctx;
145 struct bnxt_en_dev *en_dev;
146 struct bnxt_msix_entry msix_entries[BNXT_RE_MAX_MSIX];
147 int num_msix;
[all …]
/kernel/linux/linux-6.6/drivers/infiniband/hw/bnxt_re/
Dbnxt_re.h138 struct bnxt_re_dev { struct
139 struct ib_device ibdev;
140 struct list_head list;
141 unsigned long flags;
150 struct net_device *netdev;
151 struct notifier_block nb;
152 unsigned int version, major, minor;
153 struct bnxt_qplib_chip_ctx *chip_ctx;
154 struct bnxt_en_dev *en_dev;
155 int num_msix;
[all …]