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

/freebsd-10-stable/sys/dev/aic7xxx/
H A Daic79xx_inline.h328 scb->hscb->sgptr = aic_htole32(SG_LIST_NULL);
H A Daic79xx.c442 if ((ahd_inb_scbram(ahd, SCB_SGPTR) & SG_LIST_NULL) == 0
445 & SG_LIST_NULL) != 0)) {
722 sgptr | SG_LIST_NULL);
826 ahd_inb_scbram(ahd, SCB_SGPTR) | SG_LIST_NULL);
4913 if ((sgptr & SG_LIST_NULL) != 0
4930 if ((sgptr & SG_LIST_NULL) != 0) {
8437 if ((sgptr & SG_LIST_NULL) != 0)
8452 } else if ((resid_sgptr & SG_LIST_NULL) != 0) {
H A Daic7xxx_osm.c1038 scb->hscb->sgptr = aic_htole32(SG_LIST_NULL);
H A Daic7xxx_reg.h1633 #define SG_LIST_NULL 0x01 macro
H A Daic7xxx.c3681 if ((sgptr & SG_LIST_NULL) != 0
3699 if ((sgptr & SG_LIST_NULL) != 0) {
6257 if ((sgptr & SG_LIST_NULL) != 0)
6266 } else if ((resid_sgptr & SG_LIST_NULL) != 0) {
H A Daic79xx_reg.h3738 #define SG_LIST_NULL 0x01 macro

Completed in 126 milliseconds