Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dism.h90 const struct smcd_ops *ism_get_smcd_ops(void);
/linux-6.12.1/drivers/s390/net/
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-6.12.1/net/smc/
Dsmc_ism.c486 const struct smcd_ops *ops = ism_get_smcd_ops(); in smcd_register_dev()