Home
last modified time | relevance | path

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

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