Lines Matching refs:REQP
3667 typedef Scsi_Cmnd REQ, *REQP; typedef
3668 #define REQPNEXT(reqp) ((REQP) ((reqp)->host_scribble))
3669 #define REQPNEXTP(reqp) ((REQP *) &((reqp)->host_scribble))
4010 REQP q_first[ADV_MAX_TID+1]; /* first queued request */
4011 REQP q_last[ADV_MAX_TID+1]; /* last queued request */
4248 STATIC void asc_enqueue(asc_queue_t *, REQP, int);
4249 STATIC REQP asc_dequeue(asc_queue_t *, int);
4250 STATIC REQP asc_dequeue_list(asc_queue_t *, REQP *, int);
4251 STATIC int asc_rmqueue(asc_queue_t *, REQP);
7503 asc_enqueue(asc_queue_t *ascq, REQP reqp, int flag) in asc_enqueue()
7555 STATIC REQP
7558 REQP reqp; in asc_dequeue()
7602 STATIC REQP
7603 asc_dequeue_list(asc_queue_t *ascq, REQP *lastpp, int tid) in asc_dequeue_list()
7605 REQP firstp, lastp; in asc_dequeue_list()
7628 REQP reqp; in asc_dequeue_list()
7658 REQP reqp; in asc_dequeue_list()
7683 asc_rmqueue(asc_queue_t *ascq, REQP reqp) in asc_rmqueue()
7685 REQP currp, prevp; in asc_rmqueue()
7754 REQP reqp; in asc_execute_queue()