Home
last modified time | relevance | path

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

/Linux-v4.19/include/scsi/
Dscsi_transport_iscsi.h161 int (*new_flashnode) (struct Scsi_Host *shost, const char *buf, member
Discsi_if.h229 } new_flashnode; member
/Linux-v4.19/drivers/scsi/
Dscsi_transport_iscsi.c3191 if (!transport->new_flashnode) { in iscsi_new_flashnode()
3196 shost = scsi_host_lookup(ev->u.new_flashnode.host_no); in iscsi_new_flashnode()
3199 __func__, ev->u.new_flashnode.host_no); in iscsi_new_flashnode()
3204 index = transport->new_flashnode(shost, data, len); in iscsi_new_flashnode()
/Linux-v4.19/drivers/scsi/qla4xxx/
Dql4_os.c255 .new_flashnode = qla4xxx_sysfs_ddb_add,