Searched refs:ioa (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/parisc/ |
D | ccio-dma.c | 309 #define CCIO_FIND_FREE_MAPPING(ioa, res_idx, mask, size) \ argument 310 u##size *res_ptr = (u##size *)&((ioc)->res_map[ioa->res_hint & ~((size >> 3) - 1)]); \ 311 u##size *res_end = (u##size *)&(ioc)->res_map[ioa->res_size]; \ 314 CCIO_SEARCH_LOOP(ioa, res_idx, mask, size);
|
/linux-5.19.10/include/uapi/drm/ |
D | v3d_drm.h | 303 __u32 ioa; member
|
/linux-5.19.10/drivers/gpu/drm/v3d/ |
D | v3d_sched.c | 197 V3D_WRITE(V3D_TFU_IOA, job->args.ioa); in v3d_tfu_job_run()
|
/linux-5.19.10/drivers/scsi/ |
D | ipr.c | 2607 static struct ipr_hostrcb *ipr_get_free_hostrcb(struct ipr_ioa_cfg *ioa) in ipr_get_free_hostrcb() argument 2611 hostrcb = list_first_entry_or_null(&ioa->hostrcb_free_q, in ipr_get_free_hostrcb() 2615 dev_info(&ioa->pdev->dev, "Reclaiming async error buffers."); in ipr_get_free_hostrcb() 2616 hostrcb = list_first_entry_or_null(&ioa->hostrcb_report_q, in ipr_get_free_hostrcb()
|