advlib.c | 1528 u_int8_t next_qp; local in function:AscIsrQDone 1549 next_qp = AscReadLramByte(iot, ioh, (q_addr + ASC_SCSIQ_B_FWD)); 1551 if (next_qp != ASC_QLINK_END) { 1552 ASC_PUT_VAR_DONE_QTAIL(iot, ioh, next_qp); 1553 q_addr = ASC_QNO_TO_QADDR(next_qp); 1562 sg_list_qp = next_qp; 2402 u_int8_t next_qp; local in function:AscSendScsiQueue 2413 if ((next_qp = AscAllocMultipleFreeQueue(iot, ioh, free_q_head, n_q_required)) 2422 ASC_PUT_VAR_FREE_QHEAD(iot, ioh, next_qp); 2446 u_int8_t next_qp; local in function:AscPutReadySgListQueue 2646 u_int8_t next_qp; local in function:AscAllocFreeQueue [all...] |