Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dini9100u.c228 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()
Dinia100.c155 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()
Dini9100u.h271 Scsi_Cmnd *pSRB_head; /* SRB save queue header */ member
Dinia100.h387 Scsi_Cmnd *pSRB_head; member
Di60uscsi.h346 ULONG pSRB_head; member
Di91uscsi.h598 ULONG pSRB_head; /* SRB save queue header */ member