Lines Matching defs:bnxt_qplib_res
300 struct bnxt_qplib_res { struct
301 struct pci_dev *pdev;
302 struct bnxt_qplib_chip_ctx *cctx;
303 struct bnxt_qplib_dev_attr *dattr;
304 struct net_device *netdev;
305 struct bnxt_qplib_rcfw *rcfw;
306 struct bnxt_qplib_pd_tbl pd_tbl;
308 struct mutex pd_tbl_lock;
309 struct bnxt_qplib_sgid_tbl sgid_tbl;
310 struct bnxt_qplib_dpi_tbl dpi_tbl;
312 struct mutex dpi_tbl_lock;
336 static inline u8 bnxt_qplib_get_hwq_type(struct bnxt_qplib_res *res) in bnxt_qplib_get_hwq_type() argument