Searched refs:QUEUE_ENTRY_LEN (Results 1 – 4 of 4) sorted by relevance
336 #define QUEUE_ENTRY_LEN 64 macro344 char __opaque[QUEUE_ENTRY_LEN];
590 #define QUEUE_ENTRY_LEN 64 macro619 #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()
784 #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()
562 #define QUEUE_ENTRY_LEN 64 macro563 #define QSIZE(entries) (((entries) + 1) * QUEUE_ENTRY_LEN)566 char __opaque[QUEUE_ENTRY_LEN];