Home
last modified time | relevance | path

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

/linux/drivers/parisc/
A Dccio-dma.c309 #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/include/uapi/drm/
A Dv3d_drm.h303 __u32 ioa; member
/linux/drivers/gpu/drm/v3d/
A Dv3d_sched.c197 V3D_WRITE(V3D_TFU_IOA, job->args.ioa); in v3d_tfu_job_run()
/linux/drivers/scsi/
A Dipr.c2607 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()

Completed in 33 milliseconds