Searched defs:list_scb (Results 1 - 1 of 1) sorted by relevance

/drivers/scsi/aic7xxx/
H A Daic79xx_core.c6524 struct scb *list_scb; local
6526 list_scb = scb;
6528 if (SCB_GET_TAG(list_scb) == tag)
6529 return (list_scb);
6530 list_scb = LIST_NEXT(list_scb, collision_links);
6531 } while (list_scb);
9830 struct scb *list_scb; local
9832 list_scb = scb;
9834 printk("%d ", SCB_GET_TAG(list_scb));
[all...]

Completed in 293 milliseconds