Lines Matching defs:ao
456 struct hpi_adapter_obj ao;
462 memset(&ao, 0, sizeof(ao));
464 ao.priv = kzalloc(sizeof(struct hpi_hw_obj), GFP_KERNEL);
465 if (!ao.priv) {
471 ao.pci = *phm->u.s.resource.r.pci;
472 err = create_adapter_obj(&ao, &os_error_code);
474 delete_adapter_obj(&ao);
485 phr->u.s.adapter_type = ao.type;
486 phr->u.s.adapter_index = ao.index;