Home
last modified time | relevance | path

Searched refs:QUEUE_ENTRY_LEN (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Dqlogicpti.h336 #define QUEUE_ENTRY_LEN 64 macro
344 char __opaque[QUEUE_ENTRY_LEN];
Dqlogicfc.c590 #define QUEUE_ENTRY_LEN 64 macro
619 #define RES_SIZE ((RES_QUEUE_LEN + 1)*QUEUE_ENTRY_LEN)
620 #define REQ_SIZE ((QLOGICFC_REQ_QUEUE_LEN + 1)*QUEUE_ENTRY_LEN)
750 hostdata->req = hostdata->res + (RES_QUEUE_LEN + 1)*QUEUE_ENTRY_LEN; in isp2x00_detect()
1183 cmd = (struct Command_Entry *) &hostdata->req[in_ptr*QUEUE_ENTRY_LEN]; in isp2x00_queuecommand()
1210 cmd = (struct Command_Entry *) &hostdata->req[in_ptr*QUEUE_ENTRY_LEN]; in isp2x00_queuecommand()
1269 &hostdata->req[in_ptr*QUEUE_ENTRY_LEN]; in isp2x00_queuecommand()
1543 sts = (struct Status_Entry *) &hostdata->res[out_ptr*QUEUE_ENTRY_LEN]; in isp2x00_intr_handler()
Dqlogicpti.c784 #define QSIZE(entries) (((entries) + 1) * QUEUE_ENTRY_LEN) in qpti_map_queues()
921 #define QSIZE(entries) (((entries) + 1) * QUEUE_ENTRY_LEN) in qlogicpti_detect()
962 #define QSIZE(entries) (((entries) + 1) * QUEUE_ENTRY_LEN) in qlogicpti_release()
Dqlogicisp.c562 #define QUEUE_ENTRY_LEN 64 macro
563 #define QSIZE(entries) (((entries) + 1) * QUEUE_ENTRY_LEN)
566 char __opaque[QUEUE_ENTRY_LEN];