Lines Matching refs:smcd_dev
42 static int smc_lo_query_rgid(struct smcd_dev *smcd, struct smcd_gid *rgid, in smc_lo_query_rgid()
54 static int smc_lo_register_dmb(struct smcd_dev *smcd, struct smcd_dmb *dmb, in smc_lo_register_dmb()
132 static int smc_lo_unregister_dmb(struct smcd_dev *smcd, struct smcd_dmb *dmb) in smc_lo_unregister_dmb()
156 static int smc_lo_support_dmb_nocopy(struct smcd_dev *smcd) in smc_lo_support_dmb_nocopy()
161 static int smc_lo_attach_dmb(struct smcd_dev *smcd, struct smcd_dmb *dmb) in smc_lo_attach_dmb()
195 static int smc_lo_detach_dmb(struct smcd_dev *smcd, u64 token) in smc_lo_detach_dmb()
219 static int smc_lo_move_data(struct smcd_dev *smcd, u64 dmb_tok, in smc_lo_move_data()
259 static void smc_lo_get_local_gid(struct smcd_dev *smcd, in smc_lo_get_local_gid()
268 static u16 smc_lo_get_chid(struct smcd_dev *smcd) in smc_lo_get_chid()
273 static struct device *smc_lo_get_dev(struct smcd_dev *smcd) in smc_lo_get_dev()
297 static struct smcd_dev *smcd_lo_alloc_dev(const struct smcd_ops *ops, in smcd_lo_alloc_dev()
300 struct smcd_dev *smcd; in smcd_lo_alloc_dev()
327 struct smcd_dev *smcd; in smcd_lo_register_dev()
345 struct smcd_dev *smcd = ldev->smcd; in smcd_lo_unregister_dev()