Searched refs:reqs (Results 51 - 72 of 72) sorted by relevance

123

/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display_power_well.c310 u32 reqs; local
323 (reqs = hsw_power_well_requesters(dev_priv, regs, pw_idx)), 1);
330 !!(reqs & 1), !!(reqs & 2), !!(reqs & 4), !!(reqs & 8));
/linux-master/include/linux/mtd/
H A Dnand.h669 * @reqs: Requirements
673 const struct nand_ecc_props *reqs)
675 nand->ecc.requirements = *reqs;
672 nanddev_set_ecc_requirements(struct nand_device *nand, const struct nand_ecc_props *reqs) argument
/linux-master/drivers/scsi/
H A Dhptiop.h319 struct hptiop_request reqs[HPTIOP_MAX_REQUESTS]; member in struct:hptiop_hba
/linux-master/include/uapi/linux/
H A Dacrn.h92 * @reqs: Union of different types of request. Byte offset: 64.
93 * @reqs.pio_request: PIO request data of the I/O request.
94 * @reqs.pci_request: PCI configuration space request data of the I/O request.
95 * @reqs.mmio_request: MMIO request data of the I/O request.
96 * @reqs.data: Raw data of the I/O request.
157 } reqs; member in struct:acrn_io_request
/linux-master/drivers/scsi/isci/
H A Dhost.h208 struct isci_request *reqs[SCI_MAX_IO_REQUESTS]; member in struct:isci_host
H A Dhost.c258 struct isci_request *ireq = ihost->reqs[index];
281 ireq = ihost->reqs[index];
401 ireq = ihost->reqs[index];
409 ireq = ihost->reqs[index];
2290 ihost->reqs[i] = ireq;
2466 struct isci_request *ireq = ihost->reqs[task_index];
H A Dremote_device.c130 struct isci_request *ireq = ihost->reqs[i];
H A Drequest.c3397 ireq = ihost->reqs[ISCI_TAG_TCI(tag)];
/linux-master/drivers/tee/optee/
H A Doptee_private.h98 * @reqs: queued request not yet retrieved by supplicant
110 struct list_head reqs; member in struct:optee_supp
/linux-master/drivers/spi/
H A Dspi-mtk-snfi.c664 struct nand_ecc_props *reqs = &nand->ecc.requirements; local
688 } else if (reqs->step_size && reqs->strength) {
689 step_size = reqs->step_size;
690 strength = reqs->strength;
/linux-master/include/trace/events/
H A Drpcrdma.h1435 unsigned int reqs
1438 TP_ARGS(r_xprt, reqs),
1441 __field(unsigned int, reqs)
1447 __entry->reqs = reqs;
1452 TP_printk("peer=[%s]:%s %u reqs",
1453 __get_str(addr), __get_str(port), __entry->reqs
/linux-master/net/9p/
H A Dclient.c315 tag = idr_alloc(&c->reqs, req, P9_NOTAG, P9_NOTAG + 1,
318 tag = idr_alloc(&c->reqs, req, 0, P9_NOTAG, GFP_NOWAIT);
361 req = idr_find(&c->reqs, tag);
395 idr_remove(&c->reqs, tag);
426 idr_for_each_entry(&c->reqs, req, id) {
993 idr_init(&clnt->reqs);
/linux-master/drivers/net/ethernet/intel/igb/
H A De1000_hw.h493 u32 reqs; member in struct:e1000_mbx_stats
/linux-master/drivers/infiniband/hw/hfi1/
H A Dfile_ops.c264 int done = 0, reqs = 0; local
295 reqs = ret;
300 reqs++;
304 return reqs;
/linux-master/fs/cachefiles/
H A Dinternal.h126 struct xarray reqs; /* xarray of pending on-demand requests */ member in struct:cachefiles_cache
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_admin.c257 int adf_get_ae_fw_counters(struct adf_accel_dev *accel_dev, u16 ae, u64 *reqs, u64 *resps) argument
269 *reqs = resp.req_rec_count;
/linux-master/drivers/dma/
H A Dtegra210-adma.c44 #define TEGRA186_ADMA_CH_CONFIG_OUTSTANDING_REQS(reqs) (reqs << 4)
/linux-master/fs/fuse/
H A Dvirtio_fs.c675 LIST_HEAD(reqs);
684 list_move_tail(&req->list, &reqs);
691 list_for_each_entry_safe(req, next, &reqs, list) {
H A Dfuse_i.h344 unsigned reqs; member in struct:fuse_io_priv
H A Dfile.c703 left = --io->reqs;
789 io->reqs++;
3007 io->reqs = 1;
/linux-master/io_uring/
H A Dio_uring.c1087 void *reqs[IO_REQ_ALLOC_BATCH]; variable
1101 ret = kmem_cache_alloc_bulk(req_cachep, gfp, ARRAY_SIZE(reqs), reqs);
1108 reqs[0] = kmem_cache_alloc(req_cachep, gfp);
1109 if (!reqs[0])
1116 struct io_kiocb *req = reqs[i];
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_type.h3623 u32 reqs; member in struct:ixgbe_mbx_stats

Completed in 257 milliseconds

123