Searched refs:sq_bmap (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_nix.c | 850 kfree(pfvf->sq_bmap); in nix_ctx_free() 867 pfvf->sq_bmap = NULL; in nix_ctx_free() 1152 __set_bit(req->qidx, pfvf->sq_bmap); in rvu_nix_blk_aq_enq_inst() 1169 (test_bit(req->qidx, pfvf->sq_bmap) & in rvu_nix_blk_aq_enq_inst() 1172 __set_bit(req->qidx, pfvf->sq_bmap); in rvu_nix_blk_aq_enq_inst() 1174 __clear_bit(req->qidx, pfvf->sq_bmap); in rvu_nix_blk_aq_enq_inst() 1348 bmap = pfvf->sq_bmap; in nix_lf_hwctx_disable() 1530 pfvf->sq_bmap = kcalloc(req->sq_cnt, sizeof(long), GFP_KERNEL); in rvu_mbox_handler_nix_lf_alloc() 1531 if (!pfvf->sq_bmap) in rvu_mbox_handler_nix_lf_alloc()
|
D | rvu.h | 243 unsigned long *sq_bmap; member
|
D | rvu_debugfs.c | 1667 if (!test_bit(qidx, pfvf->sq_bmap)) in rvu_dbg_nix_tm_tree_display() 2514 print_nix_qctx_qsize(filp, pfvf->sq_ctx->qsize, pfvf->sq_bmap, in print_nix_qsize()
|