Home
last modified time | relevance | path

Searched refs:rq_bmap (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_tc.c338 rq_idx = find_first_zero_bit(&nic->rq_bmap, hw->rx_queues); in otx2_tc_act_set_police()
356 set_bit(rq_idx, &nic->rq_bmap); in otx2_tc_act_set_police()
1210 __clear_bit(flow_node->rq, &nic->rq_bmap); in otx2_tc_del_flow()
1344 __clear_bit(new_node->rq, &nic->rq_bmap); in otx2_tc_add_flow()
1612 set_bit(0, &nic->rq_bmap); in otx2_init_tc()
H A Dotx2_common.h538 unsigned long rq_bmap; member
H A Dotx2_ethtool.c284 if (bitmap_weight(&pfvf->rq_bmap, pfvf->hw.rx_queues) > 1) { in otx2_set_channels()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c903 kfree(pfvf->rq_bmap); in nix_ctx_free()
919 pfvf->rq_bmap = NULL; in nix_ctx_free()
1210 __set_bit(req->qidx, pfvf->rq_bmap); in rvu_nix_blk_aq_enq_inst()
1220 (test_bit(req->qidx, pfvf->rq_bmap) & in rvu_nix_blk_aq_enq_inst()
1223 __set_bit(req->qidx, pfvf->rq_bmap); in rvu_nix_blk_aq_enq_inst()
1225 __clear_bit(req->qidx, pfvf->rq_bmap); in rvu_nix_blk_aq_enq_inst()
1414 bmap = pfvf->rq_bmap; in nix_lf_hwctx_disable()
1573 pfvf->rq_bmap = kcalloc(req->rq_cnt, sizeof(long), GFP_KERNEL); in rvu_mbox_handler_nix_lf_alloc()
1574 if (!pfvf->rq_bmap) in rvu_mbox_handler_nix_lf_alloc()
H A Drvu.h274 unsigned long *rq_bmap; member
H A Drvu_debugfs.c2572 print_nix_qctx_qsize(filp, pfvf->rq_ctx->qsize, pfvf->rq_bmap, in print_nix_qsize()