Lines Matching refs:ibft_kobj
631 struct ibft_kobject *ibft_kobj = NULL;
636 ibft_kobj = kzalloc(sizeof(*ibft_kobj), GFP_KERNEL);
637 if (!ibft_kobj)
640 ibft_kobj->header = header;
641 ibft_kobj->hdr = hdr;
646 sizeof(*ibft_kobj->initiator));
651 ibft_kobj,
662 sizeof(*ibft_kobj->nic));
667 ibft_kobj,
678 sizeof(*ibft_kobj->tgt));
683 ibft_kobj,
731 kfree(ibft_kobj);
744 struct ibft_kobject *ibft_kobj;
775 ibft_kobj = kzalloc(sizeof(*ibft_kobj), GFP_KERNEL);
776 if (!ibft_kobj)
779 ibft_kobj->header = header;
780 ibft_kobj->hdr = NULL; /*for ibft_unregister*/
783 ibft_kobj,
788 kfree(ibft_kobj);
798 struct ibft_kobject *ibft_kobj;
802 ibft_kobj = boot_kobj->data;
803 if (ibft_kobj->hdr && ibft_kobj->hdr->id == id_nic)