Lines Matching defs:bnxt_re_dev
130 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;
149 int id;
151 struct delayed_work worker;
152 u8 cur_prio_map;
153 u16 active_speed;
154 u8 active_width;
157 struct tasklet_struct nq_task;
160 struct bnxt_qplib_rcfw rcfw;
163 struct bnxt_qplib_nq nq[BNXT_RE_MAX_MSIX];
166 struct bnxt_qplib_dev_attr dev_attr;
190 #define to_bnxt_re_dev(ptr, member) \ argument
191 container_of((ptr), struct bnxt_re_dev, member) argument