HomeSort by: relevance | last modified time | path
    Searched defs:next_scb (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
aic79xx.c 5640 struct scb *next_scb; local in function:ahd_rem_col_list
5647 next_scb = LIST_NEXT(scb, collision_links);
5648 if (next_scb != NULL) {
5650 next_scb, links.tqe);
5744 struct scb *next_scb; local in function:ahd_alloc_scbs
5898 next_scb = malloc(sizeof(*next_scb), M_DEVBUF, M_WAITOK);
5899 if (next_scb == NULL)
5904 free(next_scb, M_DEVBUF);
5907 next_scb->platform_data = pdata
    [all...]
aic7xxx.c 4305 struct scb *next_scb; local in function:ahc_alloc_scbs
4317 next_scb = &scb_data->scbarray[scb_data->numscbs];
4349 next_scb->platform_data = pdata;
4350 next_scb->sg_map = sg_map;
4351 next_scb->sg_list = segs;
4356 next_scb->sg_list_phys = physaddr + sizeof(struct ahc_dma_seg);
4357 next_scb->ahc_softc = ahc;
4358 next_scb->flags = SCB_FREE;
4363 &next_scb->dmamap);
4369 next_scb->hscb = &scb_data->hscbs[scb_data->numscbs]
5532 struct scb *next_scb; local in function:ahc_search_untagged_queues
    [all...]

Completed in 18 milliseconds