Home
last modified time | relevance | path

Searched refs:new_flashnode (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/scsi/
H A Dscsi_transport_iscsi.h149 int (*new_flashnode) (struct Scsi_Host *shost, const char *buf, member
H A Discsi_if.h219 } new_flashnode; member
/openbmc/linux/drivers/scsi/
H A Dscsi_transport_iscsi.c3515 if (!transport->new_flashnode) { in iscsi_new_flashnode()
3520 shost = scsi_host_lookup(ev->u.new_flashnode.host_no); in iscsi_new_flashnode()
3523 __func__, ev->u.new_flashnode.host_no); in iscsi_new_flashnode()
3528 index = transport->new_flashnode(shost, data, len); in iscsi_new_flashnode()
/openbmc/linux/drivers/scsi/qla4xxx/
H A Dql4_os.c289 .new_flashnode = qla4xxx_sysfs_ddb_add,