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

/freebsd-9.3-release/sys/dev/aic7xxx/
H A Daic79xx.h172 #define AHD_SCB_MAX 512 macro
178 #define AHD_MAX_QUEUE AHD_SCB_MAX
669 struct scb *scbindex[AHD_SCB_MAX];
1203 uint16_t qinfifo[AHD_SCB_MAX];
H A Daic79xx_inline.h727 if (tag >= AHD_SCB_MAX)
843 /*len*/AHD_SCB_MAX * sizeof(struct ahd_completion), op);
H A Daic79xx.c5617 for (i = 0; i < AHD_SCB_MAX; i++) {
6378 driver_data_size = AHD_SCB_MAX * sizeof(*ahd->qoutfifo)
7724 if (found > AHD_SCB_MAX)
9095 if (i++ > AHD_SCB_MAX)
9117 } while (list_scb && i++ < AHD_SCB_MAX);
9122 if (i++ > AHD_SCB_MAX)
9131 while (!SCBID_IS_NULL(scb_index) && i++ < AHD_SCB_MAX) {
9141 while (!SCBID_IS_NULL(scb_index) && i++ < AHD_SCB_MAX) {
9152 while (!SCBID_IS_NULL(scb_index) && i++ < AHD_SCB_MAX) {
9161 while (!SCBID_IS_NULL(scb_index) && i++ < AHD_SCB_MAX) {
[all...]

Completed in 117 milliseconds