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

/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic79xx_inline.h478 if ((sgptr & SG_STATUS_VALID) != 0)
494 if ((sgptr & SG_STATUS_VALID) != 0)
H A Daic79xx.c459 | SG_STATUS_VALID);
875 } else if ((completion->sg_status & SG_STATUS_VALID) != 0) {
8366 * SG_STATUS_VALID clear in sgptr.
8381 if ((sgptr & SG_STATUS_VALID) == 0)
8384 sgptr &= ~SG_STATUS_VALID;
H A Daic79xx_reg.h3735 #define SG_STATUS_VALID 0x04 macro

Completed in 186 milliseconds