Searched refs:rq_bmap (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_tc.c | 338 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() 1204 __clear_bit(flow_node->rq, &nic->rq_bmap); in otx2_tc_del_flow() 1338 __clear_bit(new_node->rq, &nic->rq_bmap); in otx2_tc_add_flow() 1604 set_bit(0, &nic->rq_bmap); in otx2_init_tc()
|
D | otx2_common.h | 515 unsigned long rq_bmap; member
|
D | otx2_ethtool.c | 296 if (bitmap_weight(&pfvf->rq_bmap, pfvf->hw.rx_queues) > 1) { in otx2_set_channels()
|
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_nix.c | 849 kfree(pfvf->rq_bmap); in nix_ctx_free() 865 pfvf->rq_bmap = NULL; in nix_ctx_free() 1150 __set_bit(req->qidx, pfvf->rq_bmap); in rvu_nix_blk_aq_enq_inst() 1160 (test_bit(req->qidx, pfvf->rq_bmap) & in rvu_nix_blk_aq_enq_inst() 1163 __set_bit(req->qidx, pfvf->rq_bmap); in rvu_nix_blk_aq_enq_inst() 1165 __clear_bit(req->qidx, pfvf->rq_bmap); in rvu_nix_blk_aq_enq_inst() 1354 bmap = pfvf->rq_bmap; in nix_lf_hwctx_disable() 1513 pfvf->rq_bmap = kcalloc(req->rq_cnt, sizeof(long), GFP_KERNEL); in rvu_mbox_handler_nix_lf_alloc() 1514 if (!pfvf->rq_bmap) in rvu_mbox_handler_nix_lf_alloc()
|
D | rvu.h | 244 unsigned long *rq_bmap; member
|
D | rvu_debugfs.c | 2508 print_nix_qctx_qsize(filp, pfvf->rq_ctx->qsize, pfvf->rq_bmap, in print_nix_qsize()
|