Lines Matching defs:bnxt_qplib_rcfw
219 struct bnxt_qplib_rcfw { struct
220 struct pci_dev *pdev;
221 struct bnxt_qplib_res *res;
222 struct bnxt_qplib_cmdq_ctx cmdq;
223 struct bnxt_qplib_creq_ctx creq;
224 struct bnxt_qplib_crsqe *crsqe_tbl;
225 int qp_tbl_size;
226 struct bnxt_qplib_qp_node *qp_tbl;
228 spinlock_t tbl_lock;
229 u64 oos_prev;
230 u32 init_oos_stats;
231 u32 cmdq_depth;
232 atomic_t rcfw_intr_enabled;
233 struct semaphore rcfw_inflight;
234 atomic_t timeout_send;
236 u16 max_timeout;