Searched defs:shba (Results 1 - 1 of 1) sorted by relevance

/drivers/block/
H A Dcciss_scsi.c704 struct cciss_scsi_adapter_data_t * shba; local
707 shba = (struct cciss_scsi_adapter_data_t *)
708 kmalloc(sizeof(*shba), GFP_KERNEL);
709 if (shba == NULL)
711 shba->scsi_host = NULL;
712 spin_lock_init(&shba->lock);
713 shba->registered = 0;
714 if (scsi_cmd_stack_setup(h, shba) != 0) {
715 kfree(shba);
716 shba
[all...]

Completed in 14 milliseconds