Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/aac/
H A Daac.c3702 struct aac_vmi_businf_resp *vmi_resp; in aac_get_bus_info() local
3757 vmi_resp = (struct aac_vmi_businf_resp *)&fib->data[0]; in aac_get_bus_info()
3758 if (vmi_resp->Status != ST_OK) { in aac_get_bus_info()
3760 vmi_resp->Status); in aac_get_bus_info()
3766 bcopy(&vmi_resp->BusInf, &businfo, sizeof(struct aac_getbusinf)); in aac_get_bus_info()