Searched refs:ioa (Results 1 – 2 of 2) sorted by relevance
298 #define CCIO_FIND_FREE_MAPPING(ioa, res_idx, mask, size) \ argument299 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);
2520 static struct ipr_hostrcb *ipr_get_free_hostrcb(struct ipr_ioa_cfg *ioa) in ipr_get_free_hostrcb() argument2524 hostrcb = list_first_entry_or_null(&ioa->hostrcb_free_q, in ipr_get_free_hostrcb()2528 dev_info(&ioa->pdev->dev, "Reclaiming async error buffers."); in ipr_get_free_hostrcb()2529 hostrcb = list_first_entry_or_null(&ioa->hostrcb_report_q, in ipr_get_free_hostrcb()