Searched refs:ioa (Results 1 – 2 of 2) sorted by relevance
311 #define CCIO_FIND_FREE_MAPPING(ioa, res_idx, mask, size) \ argument312 u##size *res_ptr = (u##size *)&((ioc)->res_map[ioa->res_hint & ~((size >> 3) - 1)]); \313 u##size *res_end = (u##size *)&(ioc)->res_map[ioa->res_size]; \316 CCIO_SEARCH_LOOP(ioa, res_idx, mask, size);
2622 static struct ipr_hostrcb *ipr_get_free_hostrcb(struct ipr_ioa_cfg *ioa) in ipr_get_free_hostrcb() argument2626 hostrcb = list_first_entry_or_null(&ioa->hostrcb_free_q, in ipr_get_free_hostrcb()2630 dev_info(&ioa->pdev->dev, "Reclaiming async error buffers."); in ipr_get_free_hostrcb()2631 hostrcb = list_first_entry_or_null(&ioa->hostrcb_report_q, in ipr_get_free_hostrcb()