Home
last modified time | relevance | path

Searched refs:ioa (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/include/uapi/drm/
Dv3d_drm.h220 __u32 ioa; member
/Linux-v5.4/drivers/parisc/
Dccio-dma.c308 #define CCIO_FIND_FREE_MAPPING(ioa, res_idx, mask, size) \ argument
309 u##size *res_ptr = (u##size *)&((ioc)->res_map[ioa->res_hint & ~((size >> 3) - 1)]); \
310 u##size *res_end = (u##size *)&(ioc)->res_map[ioa->res_size]; \
313 CCIO_SEARCH_LOOP(ioa, res_idx, mask, size);
/Linux-v5.4/drivers/gpu/drm/v3d/
Dv3d_sched.c206 V3D_WRITE(V3D_TFU_IOA, job->args.ioa); in v3d_tfu_job_run()
/Linux-v5.4/drivers/scsi/
Dipr.c2608 static struct ipr_hostrcb *ipr_get_free_hostrcb(struct ipr_ioa_cfg *ioa) in ipr_get_free_hostrcb() argument
2612 hostrcb = list_first_entry_or_null(&ioa->hostrcb_free_q, in ipr_get_free_hostrcb()
2616 dev_info(&ioa->pdev->dev, "Reclaiming async error buffers."); in ipr_get_free_hostrcb()
2617 hostrcb = list_first_entry_or_null(&ioa->hostrcb_report_q, in ipr_get_free_hostrcb()