Home
last modified time | relevance | path

Searched refs:ism_get_smcd_ops (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/include/linux/
Dism.h91 const struct smcd_ops *ism_get_smcd_ops(void);
/Linux-v6.6/drivers/s390/net/
Dism_drv.c867 const struct smcd_ops *ism_get_smcd_ops(void) in ism_get_smcd_ops() function
871 EXPORT_SYMBOL_GPL(ism_get_smcd_ops);
/Linux-v6.6/net/smc/
Dsmc_ism.c412 const struct smcd_ops *ops = ism_get_smcd_ops(); in smcd_register_dev()