Searched refs:boot_kobj (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/scsi/
H A Discsi_boot_sysfs.c35 struct iscsi_boot_kobj *boot_kobj = local
45 if (boot_kobj->show)
46 ret = boot_kobj->show(boot_kobj->data, boot_attr->type, str);
56 struct iscsi_boot_kobj *boot_kobj = local
59 if (boot_kobj->release)
60 boot_kobj->release(boot_kobj->data);
61 kfree(boot_kobj);
110 struct iscsi_boot_kobj *boot_kobj local
193 struct iscsi_boot_kobj *boot_kobj = local
268 struct iscsi_boot_kobj *boot_kobj = local
317 struct iscsi_boot_kobj *boot_kobj = local
345 struct iscsi_boot_kobj *boot_kobj; local
382 iscsi_boot_remove_kobj(struct iscsi_boot_kobj *boot_kobj) argument
542 struct iscsi_boot_kobj *boot_kobj, *tmp_kobj; local
[all...]
/linux-master/drivers/firmware/
H A Discsi_ibft.c628 struct iscsi_boot_kobj *boot_kobj = NULL; local
648 boot_kobj = iscsi_boot_create_initiator(boot_kset, hdr->index,
653 if (!boot_kobj) {
664 boot_kobj = iscsi_boot_create_ethernet(boot_kset, hdr->index,
669 if (!boot_kobj) {
680 boot_kobj = iscsi_boot_create_target(boot_kset, hdr->index,
685 if (!boot_kobj) {
721 rc = sysfs_create_link(&boot_kobj->kobj,
741 struct iscsi_boot_kobj *boot_kobj; local
780 boot_kobj
795 struct iscsi_boot_kobj *boot_kobj, *tmp_kobj; local
[all...]
/linux-master/drivers/scsi/qedi/
H A Dqedi_main.c2336 struct iscsi_boot_kobj *boot_kobj; local
2348 boot_kobj = iscsi_boot_create_target(qedi->boot_kset, 0, qedi,
2352 if (!boot_kobj)
2358 boot_kobj = iscsi_boot_create_target(qedi->boot_kset, 1, qedi,
2362 if (!boot_kobj)
2368 boot_kobj = iscsi_boot_create_initiator(qedi->boot_kset, 0, qedi,
2372 if (!boot_kobj)
2378 boot_kobj = iscsi_boot_create_ethernet(qedi->boot_kset, 0, qedi,
2382 if (!boot_kobj)
/linux-master/drivers/scsi/be2iscsi/
H A Dbe_main.c5083 struct iscsi_boot_kobj *boot_kobj; local
5102 boot_kobj = iscsi_boot_create_target(bs->boot_kset, 0, phba,
5106 if (!boot_kobj)
5112 boot_kobj = iscsi_boot_create_initiator(bs->boot_kset, 0, phba,
5116 if (!boot_kobj)
5122 boot_kobj = iscsi_boot_create_ethernet(bs->boot_kset, 0, phba,
5126 if (!boot_kobj)
/linux-master/drivers/scsi/qla4xxx/
H A Dql4_os.c6215 struct iscsi_boot_kobj *boot_kobj; local
6234 boot_kobj = iscsi_boot_create_target(ha->boot_kset, 0, ha,
6238 if (!boot_kobj)
6243 boot_kobj = iscsi_boot_create_target(ha->boot_kset, 1, ha,
6247 if (!boot_kobj)
6252 boot_kobj = iscsi_boot_create_initiator(ha->boot_kset, 0, ha,
6256 if (!boot_kobj)
6261 boot_kobj = iscsi_boot_create_ethernet(ha->boot_kset, 0, ha,
6265 if (!boot_kobj)

Completed in 131 milliseconds