HomeSort by: relevance | last modified time | path
    Searched refs:sg_list_busaddr (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
aic79xx_inline.h 317 scb->hscb->sgptr = ahd_htole32(scb->sg_list_busaddr|SG_FULL_RESID);
356 sg_offset = sg_busaddr - (scb->sg_list_busaddr - ahd_sg_size(ahd));
369 return (scb->sg_list_busaddr + sg_offset);
387 /*offset*/scb->sg_list_busaddr - ahd_sg_size(ahd),
aic79xxvar.h 645 bus_addr_t sg_list_busaddr; member in struct:scb
aic79xx.c 5924 next_scb->sg_list_busaddr = sg_busaddr;
5926 next_scb->sg_list_busaddr
5929 next_scb->sg_list_busaddr += sizeof(struct ahd_dma_seg);

Completed in 18 milliseconds