Lines Matching refs:nq

313 	struct bnxt_qplib_nq *nq;  in bnxt_re_stop_irq()  local
320 nq = &rdev->nq[indx - 1]; in bnxt_re_stop_irq()
321 bnxt_qplib_nq_stop_irq(nq, false); in bnxt_re_stop_irq()
333 struct bnxt_qplib_nq *nq; in bnxt_re_start_irq() local
362 nq = &rdev->nq[indx - 1]; in bnxt_re_start_irq()
363 rc = bnxt_qplib_nq_start_irq(nq, indx - 1, in bnxt_re_start_irq()
1244 static int bnxt_re_srqn_handler(struct bnxt_qplib_nq *nq, in bnxt_re_srqn_handler() argument
1263 static int bnxt_re_cqn_handler(struct bnxt_qplib_nq *nq, in bnxt_re_cqn_handler() argument
1280 bnxt_qplib_disable_nq(&rdev->nq[i - 1]); in bnxt_re_cleanup_res()
1296 rc = bnxt_qplib_enable_nq(rdev->en_dev->pdev, &rdev->nq[i - 1], in bnxt_re_init_res()
1310 bnxt_qplib_disable_nq(&rdev->nq[i]); in bnxt_re_init_res()
1321 bnxt_re_net_ring_free(rdev, rdev->nq[i].ring_id, type); in bnxt_re_free_nq_res()
1322 bnxt_qplib_free_nq(&rdev->nq[i]); in bnxt_re_free_nq_res()
1323 rdev->nq[i].res = NULL; in bnxt_re_free_nq_res()
1366 struct bnxt_qplib_nq *nq; in bnxt_re_alloc_res() local
1368 nq = &rdev->nq[i]; in bnxt_re_alloc_res()
1369 nq->hwq.max_elements = BNXT_QPLIB_NQE_MAX_CNT; in bnxt_re_alloc_res()
1370 rc = bnxt_qplib_alloc_nq(&rdev->qplib_res, &rdev->nq[i]); in bnxt_re_alloc_res()
1377 rattr.dma_arr = nq->hwq.pbl[PBL_LVL_0].pg_map_arr; in bnxt_re_alloc_res()
1378 rattr.pages = nq->hwq.pbl[rdev->nq[i].hwq.level].pg_count; in bnxt_re_alloc_res()
1383 rc = bnxt_re_net_ring_alloc(rdev, &rattr, &nq->ring_id); in bnxt_re_alloc_res()
1388 bnxt_qplib_free_nq(&rdev->nq[i]); in bnxt_re_alloc_res()
1397 bnxt_re_net_ring_free(rdev, rdev->nq[i].ring_id, type); in bnxt_re_alloc_res()
1398 bnxt_qplib_free_nq(&rdev->nq[i]); in bnxt_re_alloc_res()