Searched refs:smq (Results 1 – 4 of 4) sorted by relevance
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | cache-policies.rst | 32 This policy is now an alias for smq (see below). 42 Stochastic multiqueue (smq) 47 The stochastic multi-queue (smq) policy addresses some of the problems 50 The smq policy (vs mq) offers the promise of less memory utilization, 52 workloads. smq also does not have any cumbersome tuning knobs. 54 Users may switch from "mq" to "smq" simply by appropriately reloading a 57 degrade slightly until smq recalculates the origin device's hotspots 66 smq uses 28bit indexes to implement its data structures rather than 72 All this means smq uses ~25bytes per cache block. Still a lot of 84 smq does not maintain a hit count, instead it swaps hit entries with [all …]
|
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_common.h | 964 u16 smq; in otx2_get_smq_idx() local 973 smq = pfvf->qos.qid_to_sqmap[qidx - pfvf->hw.non_qos_queues]; in otx2_get_smq_idx() 976 smq = pfvf->hw.txschq_list[NIX_TXSCH_LVL_SMQ][idx]; in otx2_get_smq_idx() 979 return smq; in otx2_get_smq_idx() 1146 int otx2_smq_flush(struct otx2_nic *pfvf, int smq);
|
| H A D | otx2_common.c | 736 int otx2_smq_flush(struct otx2_nic *pfvf, int smq) in otx2_smq_flush() argument 750 req->reg[0] = NIX_AF_SMQX_CFG(smq); in otx2_smq_flush() 940 aq->sq.smq = otx2_get_smq_idx(pfvf, qidx); in otx2_sq_aq_init()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_nix.c | 1018 u16 *smq, u16 *smq_mask) in nix_get_aq_req_smq() argument 1023 *smq = ((struct nix_cn20k_aq_enq_req *)req)->sq.smq; in nix_get_aq_req_smq() 1024 *smq_mask = ((struct nix_cn20k_aq_enq_req *)req)->sq_mask.smq; in nix_get_aq_req_smq() 1030 *smq = aq_req->sq.smq; in nix_get_aq_req_smq() 1031 *smq_mask = aq_req->sq_mask.smq; in nix_get_aq_req_smq() 1033 *smq = req->sq.smq; in nix_get_aq_req_smq() 1034 *smq_mask = req->sq_mask.smq; in nix_get_aq_req_smq() 1049 u16 smq, smq_mask; in rvu_nix_blk_aq_enq_inst() local 1121 nix_get_aq_req_smq(rvu, req, &smq, &smq_mask); in rvu_nix_blk_aq_enq_inst() 1128 pcifunc, smq)) in rvu_nix_blk_aq_enq_inst() [all …]
|