Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dism.h91 const struct smcd_ops *ism_get_smcd_ops(void);
/openbmc/linux/drivers/s390/net/
H A Dism_drv.c888 const struct smcd_ops *ism_get_smcd_ops(void) in ism_get_smcd_ops() function
892 EXPORT_SYMBOL_GPL(ism_get_smcd_ops);
/openbmc/linux/net/smc/
H A Dsmc_ism.c462 const struct smcd_ops *ops = ism_get_smcd_ops(); in smcd_register_dev()