Searched refs:qints (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/af/ |
A D | rvu_npa.c | 331 int npalf, qints, hwctx_size, err, rc = 0; in rvu_mbox_handler_npa_lf_alloc() local 390 qints = (cfg >> 28) & 0xFFF; in rvu_mbox_handler_npa_lf_alloc() 394 err = qmem_alloc(rvu->dev, &pfvf->npa_qints_ctx, qints, hwctx_size); in rvu_mbox_handler_npa_lf_alloc() 427 rsp->qints = (cfg >> 28) & 0xFFF; in rvu_mbox_handler_npa_lf_alloc()
|
A D | mbox.h | 750 u16 qints; /* NPA_AF_CONST::QINTS */ member 877 u16 qints; /* NIX_AF_CONST2::QINTS */ member
|
A D | rvu_nix.c | 1299 int nixlf, qints, hwctx_size, intf, err, rc = 0; in rvu_mbox_handler_nix_lf_alloc() local 1423 qints = (cfg >> 24) & 0xFFF; in rvu_mbox_handler_nix_lf_alloc() 1425 err = qmem_alloc(rvu->dev, &pfvf->cq_ints_ctx, qints, hwctx_size); in rvu_mbox_handler_nix_lf_alloc() 1437 qints = (cfg >> 12) & 0xFFF; in rvu_mbox_handler_nix_lf_alloc() 1439 err = qmem_alloc(rvu->dev, &pfvf->nix_qints_ctx, qints, hwctx_size); in rvu_mbox_handler_nix_lf_alloc() 1516 rsp->qints = ((cfg >> 12) & 0xFFF); in rvu_mbox_handler_nix_lf_alloc()
|
/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/nic/ |
A D | otx2_common.c | 1122 if (rsp->qints < 1) in otx2_config_nix()
|
Completed in 29 milliseconds