Searched refs:pending_scb (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Daic7xxx.c2089 struct scb *pending_scb; local
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
[all...]
H A Daic79xx.c3269 struct scb *pending_scb; local
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
[all...]

Completed in 220 milliseconds