Lines Matching defs:bnxt_re_dev
159 struct bnxt_re_dev { struct
160 struct ib_device ibdev;
161 struct list_head list;
162 unsigned long flags;
171 struct net_device *netdev;
172 struct auxiliary_device *adev;
173 struct notifier_block nb;
174 unsigned int version, major, minor;
175 struct bnxt_qplib_chip_ctx *chip_ctx;
176 struct bnxt_en_dev *en_dev;
177 int num_msix;
179 int id;
181 struct delayed_work worker;
182 u8 cur_prio_map;
185 struct tasklet_struct nq_task;
188 struct bnxt_qplib_rcfw rcfw;
191 struct bnxt_qplib_nq nq[BNXT_MAX_ROCE_MSIX];
194 struct bnxt_qplib_dev_attr dev_attr;
218 #define to_bnxt_re_dev(ptr, member) \ argument
219 container_of((ptr), struct bnxt_re_dev, member) argument