Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dism.h90 const struct smcd_ops *ism_get_smcd_ops(void);
/linux-6.15/drivers/s390/net/
H A Dism_drv.c871 const struct smcd_ops *ism_get_smcd_ops(void) in ism_get_smcd_ops() function
875 EXPORT_SYMBOL_GPL(ism_get_smcd_ops);
/linux-6.15/net/smc/
H A Dsmc_ism.c486 const struct smcd_ops *ops = ism_get_smcd_ops(); in smcd_register_dev()