Searched refs:sg_list_busaddr (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/dev/aic7xxx/
H A Daic79xx_inline.h322 scb->hscb->sgptr = aic_htole32(scb->sg_list_busaddr|SG_FULL_RESID);
367 sg_offset = sg_busaddr - (scb->sg_list_busaddr - ahd_sg_size(ahd));
380 return (scb->sg_list_busaddr + sg_offset);
400 /*offset*/scb->sg_list_busaddr - ahd_sg_size(ahd),
H A Daic79xx.h637 bus_addr_t sg_list_busaddr; member in struct:scb
H A Daic79xx.c6232 next_scb->sg_list_busaddr = sg_busaddr;
6234 next_scb->sg_list_busaddr
6237 next_scb->sg_list_busaddr += sizeof(struct ahd_dma_seg);

Completed in 124 milliseconds