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