Searched refs:sg_map (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_inline.h203 ahc_dmamap_sync(ahc, ahc->scb_data->sg_dmat, scb->sg_map->sg_dmamap,
204 /*offset*/(scb->sg_list - scb->sg_map->sg_vaddr)
H A Daic7xxx_core.c4320 struct sg_map_node *sg_map; local
4322 while ((sg_map = SLIST_FIRST(&scb_data->sg_maps))!= NULL) {
4325 sg_map->sg_dmamap);
4327 sg_map->sg_vaddr,
4328 sg_map->sg_dmamap);
4329 free(sg_map, M_DEVBUF);
4366 struct sg_map_node *sg_map; local
4379 sg_map = malloc(sizeof(*sg_map), M_DEVBUF, M_NOWAIT);
4381 if (sg_map
[all...]
H A Daic79xx_core.c5770 struct map_node *sg_map; local
5772 while ((sg_map = SLIST_FIRST(&scb_data->sg_maps)) != NULL) {
5775 sg_map->dmamap);
5777 sg_map->vaddr, sg_map->dmamap);
5778 free(sg_map, M_DEVBUF);
6010 struct map_node *sg_map; local
6062 sg_map = SLIST_FIRST(&scb_data->sg_maps);
6063 segs = sg_map->vaddr + offset;
6064 sg_busaddr = sg_map
[all...]
H A Daic79xx.h612 struct map_node *sg_map; member in struct:scb
H A Daic79xx_inline.h397 scb->sg_map->dmamap,
H A Daic7xxx.h572 struct sg_map_node *sg_map; member in struct:scb

Completed in 117 milliseconds