Home
last modified time | relevance | path

Searched refs:REQP (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/fc4/
Dsocal.h18 #define REQP 0x10UL macro
Dsocal.c459 cq_next_in == (sw_cq->out = sbus_readb(s->regs + REQP + qno))) { in socal_hw_enque()
/linux-2.4.37.9/drivers/scsi/
Dadvansys.c3667 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()
[all …]