Lines Matching defs:list_scb
238 struct scb *list_scb;
245 LIST_FOREACH(list_scb, &ahc->pending_scbs, pending_links) {
246 if (!(list_scb->xs->xs_control & XS_CTL_POLL)) {
247 callout_reset(&list_scb->xs->xs_callout,
248 (list_scb->xs->timeout > 1000000) ?
249 (list_scb->xs->timeout / 1000) * hz :
250 (list_scb->xs->timeout * hz) / 1000,
251 ahc_timeout, list_scb);
778 struct scb *list_scb;
796 LIST_FOREACH(list_scb, &ahc->pending_scbs, pending_links) {
797 callout_stop(&list_scb->xs->xs_callout);