Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnvme-fc-driver.h975 void (*discovery_event)(struct nvmet_fc_target_port *tgtport); member
/linux/drivers/nvme/target/
H A Dfc.c2933 if (tgtport && tgtport->ops->discovery_event) in nvmet_fc_discovery_chg()
2934 tgtport->ops->discovery_event(&tgtport->fc_target_port); in nvmet_fc_discovery_chg()
H A Dfcloop.c1083 .discovery_event = fcloop_tgt_discovery_evt,
/linux/drivers/scsi/lpfc/
H A Dlpfc_nvmet.c1422 .discovery_event = lpfc_nvmet_discovery_event,