Searched refs:sq_bmap (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_nix.c | 855 kfree(pfvf->sq_bmap); in nix_ctx_free() 872 pfvf->sq_bmap = NULL; in nix_ctx_free() 1157 __set_bit(req->qidx, pfvf->sq_bmap); in rvu_nix_blk_aq_enq_inst() 1174 (test_bit(req->qidx, pfvf->sq_bmap) & in rvu_nix_blk_aq_enq_inst() 1177 __set_bit(req->qidx, pfvf->sq_bmap); in rvu_nix_blk_aq_enq_inst() 1179 __clear_bit(req->qidx, pfvf->sq_bmap); in rvu_nix_blk_aq_enq_inst() 1353 bmap = pfvf->sq_bmap; in nix_lf_hwctx_disable() 1535 pfvf->sq_bmap = kcalloc(req->sq_cnt, sizeof(long), GFP_KERNEL); in rvu_mbox_handler_nix_lf_alloc() 1536 if (!pfvf->sq_bmap) in rvu_mbox_handler_nix_lf_alloc()
|
H A D | rvu.h | 243 unsigned long *sq_bmap; member
|
H A D | rvu_debugfs.c | 1640 if (!test_bit(qidx, pfvf->sq_bmap)) in rvu_dbg_nix_tm_tree_display() 2487 print_nix_qctx_qsize(filp, pfvf->sq_ctx->qsize, pfvf->sq_bmap, in print_nix_qsize()
|