Searched refs:aif_idx (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/io/aac/ |
H A D | aac.c | 1467 int aif_idx; in aac_process_intr_old() local 1471 if (aac_fib_dequeue(softs, AAC_HOST_NORM_CMD_Q, &aif_idx) == in aac_process_intr_old() 1479 ASSERT((aif_idx >= 0) && (aif_idx < AAC_ADAPTER_FIBS)); in aac_process_intr_old() 1481 #define AAC_SYNC_AIF(softs, aif_idx, type) \ in aac_process_intr_old() argument 1484 adapter_fibs[(aif_idx)]), AAC_FIB_SIZE, \ in aac_process_intr_old() 1488 AAC_SYNC_AIF(softs, aif_idx, DDI_DMA_SYNC_FORCPU); in aac_process_intr_old() 1489 fibp = &softs->comm_space->adapter_fibs[aif_idx]; in aac_process_intr_old() 1503 AAC_SYNC_AIF(softs, aif_idx, in aac_process_intr_old() 1509 &softs->comm_space->adapter_fibs[aif_idx]. \ in aac_process_intr_old() 1512 &softs->comm_space->adapter_fibs[aif_idx]. \ in aac_process_intr_old() [all …]
|