Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dnvme-fc-driver.h975 void (*discovery_event)(struct nvmet_fc_target_port *tgtport); member
/linux-6.12.1/drivers/nvme/target/
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()
Dfcloop.c1083 .discovery_event = fcloop_tgt_discovery_evt,
/linux-6.12.1/drivers/scsi/lpfc/
Dlpfc_nvmet.c1422 .discovery_event = lpfc_nvmet_discovery_event,