Searched refs:qsize (Results 51 - 64 of 64) sorted by relevance

123

/linux-master/drivers/crypto/cavium/cpt/
H A Dcptvf_main.c212 cptvf->qsize = min(qlen, cqinfo->qchunksize) *
/linux-master/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_main.c198 cptvf->qsize = min(qlen, cqinfo->qchunksize) *
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_struct.h370 u64 qsize : 4; member in struct:nix_cq_ctx_s
H A Drvu.h815 int qsize, int inst_size, int res_size);
H A Drvu_nix.c1017 if (!pfvf->rq_ctx || req->qidx >= pfvf->rq_ctx->qsize)
1021 if (!pfvf->sq_ctx || req->qidx >= pfvf->sq_ctx->qsize)
1025 if (!pfvf->cq_ctx || req->qidx >= pfvf->cq_ctx->qsize)
1341 q_cnt = pfvf->cq_ctx->qsize;
1347 q_cnt = pfvf->sq_ctx->qsize;
1353 q_cnt = pfvf->rq_ctx->qsize;
H A Drvu.c1208 int qsize, int inst_size, int res_size)
1219 err = qmem_alloc(rvu->dev, &aq->inst, qsize, inst_size);
1226 err = qmem_alloc(rvu->dev, &aq->res, qsize, res_size);
1207 rvu_aq_alloc(struct rvu *rvu, struct admin_queue **ad_queue, int qsize, int inst_size, int res_size) argument
/linux-master/arch/powerpc/include/asm/
H A Dopal.h257 uint64_t qsize,
/linux-master/net/tipc/
H A Dsocket.c3911 unsigned int qsize = sk->sk_backlog.len + sk_rmem_alloc_get(sk); local
3913 return (qsize > lim * 90 / 100);
3928 unsigned int qsize = sk_rmem_alloc_get(sk); local
3930 return (qsize > lim * 90 / 100);
/linux-master/include/net/
H A Dsock.h1071 unsigned int qsize = sk->sk_backlog.len + atomic_read(&sk->sk_rmem_alloc); local
1073 return qsize > limit;
/linux-master/drivers/nvme/target/
H A Dfcloop.c305 unsigned int qidx, u16 qsize,
304 fcloop_create_queue(struct nvme_fc_local_port *localport, unsigned int qidx, u16 qsize, void **handle) argument
/linux-master/include/uapi/linux/
H A Dbpf.h6464 __u32 qsize; /* queue size to remote target CPU */ member in struct:bpf_cpumap_val
/linux-master/tools/include/uapi/linux/
H A Dbpf.h6464 __u32 qsize; /* queue size to remote target CPU */ member in struct:bpf_cpumap_val
/linux-master/drivers/nvme/host/
H A Dpci.c1171 c.create_cq.qsize = cpu_to_le16(nvmeq->q_depth - 1);
1200 c.create_sq.qsize = cpu_to_le16(nvmeq->q_depth - 1);
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_nvme.c69 * @qsize: Size of the queue in bytes
83 unsigned int qidx, u16 qsize,
82 lpfc_nvme_create_queue(struct nvme_fc_local_port *pnvme_lport, unsigned int qidx, u16 qsize, void **handle) argument

Completed in 384 milliseconds

123