Home
last modified time | relevance | path

Searched refs:qints (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_npa.c280 int npalf, qints, hwctx_size, err, rc = 0; in rvu_mbox_handler_npa_lf_alloc() local
336 qints = (cfg >> 28) & 0xFFF; in rvu_mbox_handler_npa_lf_alloc()
340 err = qmem_alloc(rvu->dev, &pfvf->npa_qints_ctx, qints, hwctx_size); in rvu_mbox_handler_npa_lf_alloc()
371 rsp->qints = (cfg >> 28) & 0xFFF; in rvu_mbox_handler_npa_lf_alloc()
Dmbox.h361 u16 qints; /* NPA_AF_CONST::QINTS */ member
460 u16 qints; /* NIX_AF_CONST2::QINTS */ member
Drvu_nix.c737 int nixlf, qints, hwctx_size, intf, err, rc = 0; in rvu_mbox_handler_nix_lf_alloc() local
855 qints = (cfg >> 24) & 0xFFF; in rvu_mbox_handler_nix_lf_alloc()
857 err = qmem_alloc(rvu->dev, &pfvf->cq_ints_ctx, qints, hwctx_size); in rvu_mbox_handler_nix_lf_alloc()
867 qints = (cfg >> 12) & 0xFFF; in rvu_mbox_handler_nix_lf_alloc()
869 err = qmem_alloc(rvu->dev, &pfvf->nix_qints_ctx, qints, hwctx_size); in rvu_mbox_handler_nix_lf_alloc()
932 rsp->qints = ((cfg >> 12) & 0xFFF); in rvu_mbox_handler_nix_lf_alloc()