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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/arcmsr/
H A Darcmsr_hba.c100 static void arcmsr_request_device_map(unsigned long pacb);
795 static bool arcmsr_hbb_enable_driver_mode(struct AdapterControlBlock *pacb) argument
797 struct MessageUnit_B *reg = pacb->pmuB;
799 if (!arcmsr_hbb_wait_msgint_ready(pacb)) {
800 printk(KERN_ERR "arcmsr%d: can't set driver mode. \n", pacb->host->host_no);
2720 static void arcmsr_request_device_map(unsigned long pacb) argument
2722 struct AdapterControlBlock *acb = (struct AdapterControlBlock *)pacb;

Completed in 109 milliseconds