Searched refs:c_resp (Results 1 – 2 of 2) sorted by relevance
3643 struct aac_ctcfg_resp *c_resp; in aac_get_bus_info() local3671 c_resp = (struct aac_ctcfg_resp *)&fib->data[0]; in aac_get_bus_info()3672 aac_ctcfg_resp_toh(c_resp); in aac_get_bus_info()3673 if (c_resp->Status != ST_OK) { in aac_get_bus_info()3675 c_resp->Status); in aac_get_bus_info()3681 sc->scsi_method_id = c_resp->param; in aac_get_bus_info()
3702 struct aac_ctcfg_resp *c_resp; in aac_get_bus_info() local3729 c_resp = (struct aac_ctcfg_resp *)&fib->data[0]; in aac_get_bus_info()3730 if (c_resp->Status != ST_OK) { in aac_get_bus_info()3732 c_resp->Status); in aac_get_bus_info()3738 sc->scsi_method_id = c_resp->param; in aac_get_bus_info()