AscGetNumOfFreeQueue 203 dev/ic/advlib.c static u_int AscGetNumOfFreeQueue(ASC_SOFTC *, u_int8_t, u_int8_t); AscGetNumOfFreeQueue 2589 dev/ic/advlib.c if ((AscGetNumOfFreeQueue(sc, target_ix, n_q_required) >= n_q_required) AscGetNumOfFreeQueue 2611 dev/ic/advlib.c if ((AscGetNumOfFreeQueue(sc, target_ix, 1) >= 1) ||