Home
last modified time | relevance | path

Searched refs:AHD_QIN_SIZE (Results 1 – 2 of 2) sorted by relevance

/freebsd-head/sys/dev/aic7xxx/
HDaic79xx.h184 #define AHD_QIN_SIZE AHD_MAX_QUEUE macro
187 #define AHD_QIN_WRAP(x) ((x) & (AHD_QIN_SIZE-1))
HDaic79xx.c6683 for (i = 0; i < AHD_QIN_SIZE; i++) in ahd_chip_init()