Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/amd/
H A Damd.c893 amd->active_srb = NULL;
968 amd->active_srb = pSRB; in amdstart()
1032 pSRB = amd->active_srb; in amd_intr()
1229 if (amd->active_srb != NULL in amdparsemsg()
1241 amd->active_srb = disc_srb; in amdparsemsg()
1465 srb = amd->active_srb; in amdhandlemsgreject()
1775 srb = amd->active_srb; in amd_Disconnect()
1776 amd->active_srb = NULL; in amd_Disconnect()
1826 amd->active_srb = NULL; in amd_Reselect()
2052 amd->active_srb = NULL; in amd_ScsiRstDetect()
[all …]
H A Damd.h206 struct amd_srb *active_srb; member