Searched refs:adv_sgblkp (Results 1 – 1 of 1) sorted by relevance
4111 adv_sgblk_t *adv_sgblkp; /* Scatter-gather structures. */ member5600 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 …]