aic79xx.c | 3269 struct scb *pending_scb; local in function:ahd_update_pending_scbs 3287 LIST_FOREACH(pending_scb, &ahd->pending_scbs, pending_links) { 3292 ahd_scb_devinfo(ahd, &devinfo, pending_scb); 3296 pending_hscb = pending_scb->hscb; 3298 && (pending_scb->flags & SCB_AUTO_NEGOTIATE) != 0) { 3299 pending_scb->flags &= ~SCB_AUTO_NEGOTIATE; 3302 ahd_sync_scb(ahd, pending_scb, 3332 pending_scb = ahd_lookup_scb(ahd, scb_tag); 3333 if (pending_scb == NULL) 3336 pending_hscb = pending_scb->hscb [all...] |