Searched refs:pSRB_head (Results 1 – 6 of 6) sorted by relevance
228 if (pHCB->pSRB_head == NULL) in i91uAppendSRBToQueue()229 pHCB->pSRB_head = pSRB; in i91uAppendSRBToQueue()252 if ((pSRB = pHCB->pSRB_head) != NULL) { in i91uPopSRBFromQueue()253 pHCB->pSRB_head = pHCB->pSRB_head->next; in i91uPopSRBFromQueue()375 pHCB->pSRB_head = NULL; /* Initial SRB save queue */ in i91u_detect()
155 if (pHCB->pSRB_head == NULL) in inia100AppendSRBToQueue()156 pHCB->pSRB_head = pSRB; in inia100AppendSRBToQueue()176 if ((pSRB = (Scsi_Cmnd *) pHCB->pSRB_head) != NULL) { in inia100PopSRBFromQueue()177 pHCB->pSRB_head = pHCB->pSRB_head->next; in inia100PopSRBFromQueue()347 pHCB->pSRB_head = NULL; /* Initial SRB save queue */ in inia100_detect()
271 Scsi_Cmnd *pSRB_head; /* SRB save queue header */ member
387 Scsi_Cmnd *pSRB_head; member
346 ULONG pSRB_head; member
598 ULONG pSRB_head; /* SRB save queue header */ member