Searched refs:NCR_700_command_slot (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A D53c700.c312 hostdata->slots = (struct NCR_700_command_slot *)(memory + SLOTS_OFFSET);
340 memset(hostdata->slots, 0, sizeof(struct NCR_700_command_slot)
510 STATIC struct NCR_700_command_slot *
513 struct NCR_700_command_slot *slot = hostdata->free_list;
543 free_slot(struct NCR_700_command_slot *slot,
570 struct NCR_700_command_slot *slot =
571 (struct NCR_700_command_slot *)SCp->host_scribble;
581 struct NCR_700_command_slot *slot)
596 struct NCR_700_command_slot *slot =
597 (struct NCR_700_command_slot *)SC
[all...]
H A D53c700.h169 struct NCR_700_command_slot { struct
191 struct NCR_700_command_slot *ITL_forw;
233 struct NCR_700_command_slot *slots;
234 #define TOTAL_MEM_SIZE (SLOTS_OFFSET + L1_CACHE_ALIGN(sizeof(struct NCR_700_command_slot) * NCR_700_COMMAND_SLOTS_PER_HOST))
243 struct NCR_700_command_slot *free_list;

Completed in 61 milliseconds