Lines Matching refs:boot_kset
4916 if (phba->boot_struct.boot_kset)
5094 if (bs->boot_kset) {
5096 "BM_%d: boot_kset already created\n");
5100 bs->boot_kset = iscsi_boot_create_host_kset(phba->shost->host_no);
5101 if (!bs->boot_kset) {
5103 "BM_%d: boot_kset alloc failed\n");
5111 boot_kobj = iscsi_boot_create_target(bs->boot_kset, 0, phba,
5121 boot_kobj = iscsi_boot_create_initiator(bs->boot_kset, 0, phba,
5131 boot_kobj = iscsi_boot_create_ethernet(bs->boot_kset, 0, phba,
5143 iscsi_boot_destroy_kset(bs->boot_kset);
5144 bs->boot_kset = NULL;
5179 * updated boot_kset is made visible to all before
5777 iscsi_boot_destroy_kset(phba->boot_struct.boot_kset);