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

/drivers/firmware/
H A Discsi_ibft.c581 struct ibft_kobject *ibft_kobj = NULL; local
586 ibft_kobj = kzalloc(sizeof(*ibft_kobj), GFP_KERNEL);
587 if (!ibft_kobj)
590 ibft_kobj->header = header;
591 ibft_kobj->hdr = hdr;
596 sizeof(*ibft_kobj->initiator));
601 ibft_kobj,
612 sizeof(*ibft_kobj->nic));
617 ibft_kobj,
726 struct ibft_kobject *ibft_kobj; local
[all...]

Completed in 31 milliseconds