Home
last modified time | relevance | path

Searched refs:c_resp (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/aacraid/
H A Daacraid.c3643 struct aac_ctcfg_resp *c_resp; in aac_get_bus_info() local
3671 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()
/freebsd/sys/dev/aac/
H A Daac.c3702 struct aac_ctcfg_resp *c_resp; in aac_get_bus_info() local
3729 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()