Lines Matching defs:bnxt_qplib_res
309 struct bnxt_qplib_res { struct
310 struct pci_dev *pdev;
311 struct bnxt_qplib_chip_ctx *cctx;
312 struct bnxt_qplib_dev_attr *dattr;
313 struct net_device *netdev;
314 struct bnxt_en_dev *en_dev;
315 struct bnxt_qplib_rcfw *rcfw;
316 struct bnxt_qplib_pd_tbl pd_tbl;
318 struct mutex pd_tbl_lock;
319 struct bnxt_qplib_sgid_tbl sgid_tbl;
320 struct bnxt_qplib_dpi_tbl dpi_tbl;
322 struct mutex dpi_tbl_lock;
346 static inline u8 bnxt_qplib_get_hwq_type(struct bnxt_qplib_res *res) in bnxt_qplib_get_hwq_type() argument