Searched refs:AscGetNumOfFreeQueue (Results 1 – 1 of 1) sorted by relevance
195 static u_int AscGetNumOfFreeQueue(ASC_SOFTC *, u_int8_t, u_int8_t);2386 if ((AscGetNumOfFreeQueue(sc, target_ix, n_q_required) >= n_q_required) in AscExeScsiQueue()2408 if ((AscGetNumOfFreeQueue(sc, target_ix, 1) >= 1) || in AscExeScsiQueue()2632 AscGetNumOfFreeQueue(ASC_SOFTC *sc, u_int8_t target_ix, u_int8_t n_qs) in AscGetNumOfFreeQueue() function