Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c409 ahc_dmamap_sync(ahc, ahc->scb_data->sg_dmat, scb->sg_map->sg_dmamap, in ahc_sync_sglist()
410 /*offset*/(scb->sg_list - scb->sg_map->sg_vaddr) in ahc_sync_sglist()
4883 struct sg_map_node *sg_map; in ahc_fini_scbdata() local
4885 while ((sg_map = SLIST_FIRST(&scb_data->sg_maps))!= NULL) { in ahc_fini_scbdata()
4888 sg_map->sg_dmamap); in ahc_fini_scbdata()
4890 sg_map->sg_vaddr, in ahc_fini_scbdata()
4891 sg_map->sg_dmamap); in ahc_fini_scbdata()
4892 kfree(sg_map); in ahc_fini_scbdata()
4934 struct sg_map_node *sg_map; in ahc_alloc_scbs() local
4947 sg_map in ahc_alloc_scbs()
[all...]
H A Daic79xx_core.c534 scb->sg_map->dmamap, in ahd_sync_sglist()
6519 struct map_node *sg_map; in ahd_fini_scbdata() local
6521 while ((sg_map = SLIST_FIRST(&scb_data->sg_maps)) != NULL) { in ahd_fini_scbdata()
6524 sg_map->dmamap); in ahd_fini_scbdata()
6526 sg_map->vaddr, sg_map->dmamap); in ahd_fini_scbdata()
6527 kfree(sg_map); in ahd_fini_scbdata()
6758 struct map_node *sg_map; in ahd_alloc_scbs() local
6810 sg_map = SLIST_FIRST(&scb_data->sg_maps); in ahd_alloc_scbs()
6811 segs = sg_map in ahd_alloc_scbs()
[all...]
H A Daic7xxx.h572 struct sg_map_node *sg_map; member
H A Daic79xx.h612 struct map_node *sg_map; member
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c409 ahc_dmamap_sync(ahc, ahc->scb_data->sg_dmat, scb->sg_map->sg_dmamap, in ahc_sync_sglist()
410 /*offset*/(scb->sg_list - scb->sg_map->sg_vaddr) in ahc_sync_sglist()
4882 struct sg_map_node *sg_map; in ahc_fini_scbdata() local
4884 while ((sg_map = SLIST_FIRST(&scb_data->sg_maps))!= NULL) { in ahc_fini_scbdata()
4887 sg_map->sg_dmamap); in ahc_fini_scbdata()
4889 sg_map->sg_vaddr, in ahc_fini_scbdata()
4890 sg_map->sg_dmamap); in ahc_fini_scbdata()
4891 kfree(sg_map); in ahc_fini_scbdata()
4933 struct sg_map_node *sg_map; in ahc_alloc_scbs() local
4946 sg_map in ahc_alloc_scbs()
[all...]
H A Daic79xx_core.c534 scb->sg_map->dmamap, in ahd_sync_sglist()
6518 struct map_node *sg_map; in ahd_fini_scbdata() local
6520 while ((sg_map = SLIST_FIRST(&scb_data->sg_maps)) != NULL) { in ahd_fini_scbdata()
6523 sg_map->dmamap); in ahd_fini_scbdata()
6525 sg_map->vaddr, sg_map->dmamap); in ahd_fini_scbdata()
6526 kfree(sg_map); in ahd_fini_scbdata()
6757 struct map_node *sg_map; in ahd_alloc_scbs() local
6809 sg_map = SLIST_FIRST(&scb_data->sg_maps); in ahd_alloc_scbs()
6810 segs = sg_map in ahd_alloc_scbs()
[all...]
H A Daic7xxx.h572 struct sg_map_node *sg_map; member
H A Daic79xx.h612 struct map_node *sg_map; member

Completed in 39 milliseconds