Searched refs:qints (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_nix.c | 1502 int nixlf, qints, hwctx_size, intf, err, rc = 0; in rvu_mbox_handler_nix_lf_alloc() local 1626 qints = (cfg >> 24) & 0xFFF; in rvu_mbox_handler_nix_lf_alloc() 1628 err = qmem_alloc(rvu->dev, &pfvf->cq_ints_ctx, qints, hwctx_size); in rvu_mbox_handler_nix_lf_alloc() 1640 qints = (cfg >> 12) & 0xFFF; in rvu_mbox_handler_nix_lf_alloc() 1642 err = qmem_alloc(rvu->dev, &pfvf->nix_qints_ctx, qints, hwctx_size); in rvu_mbox_handler_nix_lf_alloc() 1725 rsp->qints = ((cfg >> 12) & 0xFFF); in rvu_mbox_handler_nix_lf_alloc()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_common.c | 1258 if (rsp->qints < 1) in otx2_config_nix()
|