Lines Matching refs:ibft_kobj
629 struct ibft_kobject *ibft_kobj = NULL;
634 ibft_kobj = kzalloc(sizeof(*ibft_kobj), GFP_KERNEL);
635 if (!ibft_kobj)
638 ibft_kobj->header = header;
639 ibft_kobj->hdr = hdr;
644 sizeof(*ibft_kobj->initiator));
649 ibft_kobj,
660 sizeof(*ibft_kobj->nic));
665 ibft_kobj,
676 sizeof(*ibft_kobj->tgt));
681 ibft_kobj,
729 kfree(ibft_kobj);
742 struct ibft_kobject *ibft_kobj;
773 ibft_kobj = kzalloc(sizeof(*ibft_kobj), GFP_KERNEL);
774 if (!ibft_kobj)
777 ibft_kobj->header = header;
778 ibft_kobj->hdr = NULL; /*for ibft_unregister*/
781 ibft_kobj,
786 kfree(ibft_kobj);
796 struct ibft_kobject *ibft_kobj;
800 ibft_kobj = boot_kobj->data;
801 if (ibft_kobj->hdr && ibft_kobj->hdr->id == id_nic)