Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dadvansys.c4111 adv_sgblk_t *adv_sgblkp; /* Scatter-gather structures. */ member
5600 boardp->adv_sgblkp = NULL; in ASC_INITFUNC()
5610 sgp->next_sgblkp = boardp->adv_sgblkp; in ASC_INITFUNC()
5611 boardp->adv_sgblkp = sgp; in ASC_INITFUNC()
5637 } else if (boardp->adv_sgblkp == NULL) { in ASC_INITFUNC()
5704 while ((sgp = boardp->adv_sgblkp) != NULL) in ASC_INITFUNC()
5706 boardp->adv_sgblkp = sgp->next_sgblkp; in ASC_INITFUNC()
5766 while ((sgp = boardp->adv_sgblkp) != NULL) in advansys_release()
5768 boardp->adv_sgblkp = sgp->next_sgblkp; in advansys_release()
7002 if ((sgblkp = boardp->adv_sgblkp) == NULL) { in adv_get_sglist()
[all …]