aic7xxx.c | 2089 struct scb *pending_scb; local in function:ahc_update_pending_scbs 2100 LIST_FOREACH(pending_scb, &ahc->pending_scbs, pending_links) { 2106 ahc_scb_devinfo(ahc, &devinfo, pending_scb); 2110 pending_hscb = pending_scb->hscb; 2117 && (pending_scb->flags & SCB_AUTO_NEGOTIATE) != 0) { 2118 pending_scb->flags &= ~SCB_AUTO_NEGOTIATE; 2121 ahc_sync_scb(ahc, pending_scb, 2145 pending_scb = ahc_lookup_scb(ahc, scb_tag); 2146 if (pending_scb == NULL) 2149 pending_hscb = pending_scb->hscb [all...] |