[go: nahoru, domu]

Searched refs:boot_kset (Results 1 - 6 of 6) sorted by relevance

/drivers/scsi/
H A Discsi_boot_sysfs.c305 iscsi_boot_create_kobj(struct iscsi_boot_kset *boot_kset, argument
319 boot_kobj->kobj.kset = boot_kset->kset;
345 list_add_tail(&boot_kobj->list, &boot_kset->kobj_list);
358 * @boot_kset: boot kset
369 iscsi_boot_create_target(struct iscsi_boot_kset *boot_kset, int index, argument
375 return iscsi_boot_create_kobj(boot_kset, &iscsi_boot_target_attr_group,
383 * @boot_kset: boot kset
394 iscsi_boot_create_initiator(struct iscsi_boot_kset *boot_kset, int index, argument
400 return iscsi_boot_create_kobj(boot_kset,
409 * @boot_kset
420 iscsi_boot_create_ethernet(struct iscsi_boot_kset *boot_kset, int index, void *data, ssize_t (*show) (void *data, int type, char *buf), umode_t (*is_visible) (void *data, int type), void (*release) (void *data)) argument
439 struct iscsi_boot_kset *boot_kset; local
462 struct iscsi_boot_kset *boot_kset; local
481 iscsi_boot_destroy_kset(struct iscsi_boot_kset *boot_kset) argument
[all...]
/drivers/firmware/
H A Discsi_ibft.c187 static struct iscsi_boot_kset *boot_kset; variable in typeref:struct:iscsi_boot_kset
600 boot_kobj = iscsi_boot_create_initiator(boot_kset, hdr->index,
616 boot_kobj = iscsi_boot_create_ethernet(boot_kset, hdr->index,
632 boot_kobj = iscsi_boot_create_target(boot_kset, hdr->index,
729 &boot_kset->kobj_list, list) {
738 if (boot_kset) {
740 iscsi_boot_destroy_kset(boot_kset);
803 boot_kset = iscsi_boot_create_kset("ibft");
804 if (!boot_kset)
/drivers/scsi/be2iscsi/
H A Dbe_main.c4394 if (phba->boot_kset)
4402 phba->boot_kset = iscsi_boot_create_host_kset(phba->shost->host_no);
4403 if (!phba->boot_kset)
4409 boot_kobj = iscsi_boot_create_target(phba->boot_kset, 0, phba,
4418 boot_kobj = iscsi_boot_create_initiator(phba->boot_kset, 0, phba,
4427 boot_kobj = iscsi_boot_create_ethernet(phba->boot_kset, 0, phba,
4438 iscsi_boot_destroy_kset(phba->boot_kset);
5263 iscsi_boot_destroy_kset(phba->boot_kset);
H A Dbe_main.h389 struct iscsi_boot_kset *boot_kset; member in struct:beiscsi_hba
/drivers/scsi/qla4xxx/
H A Dql4_def.h800 struct iscsi_boot_kset *boot_kset; member in struct:scsi_qla_host
H A Dql4_os.c6195 ha->boot_kset = iscsi_boot_create_host_kset(ha->host->host_no);
6196 if (!ha->boot_kset)
6201 boot_kobj = iscsi_boot_create_target(ha->boot_kset, 0, ha,
6210 boot_kobj = iscsi_boot_create_target(ha->boot_kset, 1, ha,
6219 boot_kobj = iscsi_boot_create_initiator(ha->boot_kset, 0, ha,
6228 boot_kobj = iscsi_boot_create_ethernet(ha->boot_kset, 0, ha,
6240 iscsi_boot_destroy_kset(ha->boot_kset);
9010 if ((!ql4xdisablesysfsboot) && ha->boot_kset)
9011 iscsi_boot_destroy_kset(ha->boot_kset);

Completed in 282 milliseconds