Lines Matching refs:boot_kset
4907 if (phba->boot_struct.boot_kset)
5085 if (bs->boot_kset) {
5087 "BM_%d: boot_kset already created\n");
5091 bs->boot_kset = iscsi_boot_create_host_kset(phba->shost->host_no);
5092 if (!bs->boot_kset) {
5094 "BM_%d: boot_kset alloc failed\n");
5102 boot_kobj = iscsi_boot_create_target(bs->boot_kset, 0, phba,
5112 boot_kobj = iscsi_boot_create_initiator(bs->boot_kset, 0, phba,
5122 boot_kobj = iscsi_boot_create_ethernet(bs->boot_kset, 0, phba,
5134 iscsi_boot_destroy_kset(bs->boot_kset);
5135 bs->boot_kset = NULL;
5170 * updated boot_kset is made visible to all before
5760 iscsi_boot_destroy_kset(phba->boot_struct.boot_kset);