Home
last modified time | relevance | path

Searched defs:smcd (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/net/smc/
H A Dsmc_loopback.c42 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()
156 static int smc_lo_support_dmb_nocopy(struct smcd_dev *smcd) in smc_lo_support_dmb_nocopy()
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()
300 struct smcd_dev *smcd; in smcd_lo_alloc_dev() local
327 struct smcd_dev *smcd; in smcd_lo_register_dev() local
[all …]
H A Dsmc_ism.c69 struct smcd_dev *smcd) in smc_ism_cantalk()
83 u16 smc_ism_get_chid(struct smcd_dev *smcd) in smc_ism_get_chid()
253 bool smc_ism_support_dmb_nocopy(struct smcd_dev *smcd) in smc_ism_support_dmb_nocopy()
293 static int smc_nl_handle_smcd_dev(struct smcd_dev *smcd, in smc_nl_handle_smcd_dev()
363 struct smcd_dev *smcd; in smc_nl_prep_smcd_dev() local
391 struct smcd_dev *smcd; member
459 struct smcd_dev *smcd; in smcd_alloc_dev() local
487 struct smcd_dev *smcd, *fentry; in smcd_register_dev() local
530 struct smcd_dev *smcd = ism_get_priv(ism, &smc_ism_client); in smcd_unregister_dev() local
555 struct smcd_dev *smcd = ism_get_priv(ism, &smc_ism_client); in smcd_handle_event() local
[all …]
H A Dsmc_ism.h64 static inline int smc_ism_write(struct smcd_dev *smcd, u64 dmb_tok, in smc_ism_write()
85 static inline bool smc_ism_is_emulated(struct smcd_dev *smcd) in smc_ism_is_emulated()
92 static inline bool smc_ism_is_loopback(struct smcd_dev *smcd) in smc_ism_is_loopback()
H A Dsmc_core.c541 struct smcd_dev *smcd = lgr->smcd; in smc_nl_fill_smcd_lgr() local
879 struct smcd_dev *smcd; in smc_lgr_create() local
1196 struct smcd_dev *smcd = conn->lgr->smcd; in smcd_buf_detach() local
1625 void smc_smcd_terminate_all(struct smcd_dev *smcd) in smc_smcd_terminate_all()
2566 struct smcd_dev *smcd = conn->lgr->smcd; in smcd_buf_attach() local
2716 struct smcd_dev *smcd; in smc_core_going_away() local
2737 struct smcd_dev *smcd; in smc_lgrs_shutdown() local
H A Dsmc_loopback.h36 struct smcd_dev *smcd; member
H A Dsmc_diag.c170 struct smcd_dev *smcd = conn->lgr->smcd; in __smc_diag_dump() local
H A Dsmc_pnet.c106 struct smcd_dev *smcd; in smc_pnet_remove_by_pnetid() local
415 struct smcd_dev *smcd; in smc_pnet_add_ib() local
H A Dsmc_clc.c857 struct smcd_dev *smcd; in smc_clc_send_proposal() local
1053 struct smcd_dev *smcd = conn->lgr->smcd; in smcd_clc_prep_confirm_accept() local
H A Daf_smc.c1043 struct smcd_dev *smcd; in smc_find_ism_v2_device_clnt() local
2092 static bool smc_is_already_selected(struct smcd_dev *smcd, in smc_is_already_selected()
2111 struct smcd_dev *smcd; in smc_check_ism_v2_match() local
H A Dsmc_core.h368 struct smcd_dev *smcd; member
/linux-6.15/drivers/s390/net/
H A Dism_drv.c750 static int smcd_query_rgid(struct smcd_dev *smcd, struct smcd_gid *rgid, in smcd_query_rgid()
756 static int smcd_register_dmb(struct smcd_dev *smcd, struct smcd_dmb *dmb, in smcd_register_dmb()
762 static int smcd_unregister_dmb(struct smcd_dev *smcd, struct smcd_dmb *dmb) in smcd_unregister_dmb()
767 static int smcd_add_vlan_id(struct smcd_dev *smcd, u64 vlan_id) in smcd_add_vlan_id()
772 static int smcd_del_vlan_id(struct smcd_dev *smcd, u64 vlan_id) in smcd_del_vlan_id()
777 static int smcd_set_vlan_required(struct smcd_dev *smcd) in smcd_set_vlan_required()
782 static int smcd_reset_vlan_required(struct smcd_dev *smcd) in smcd_reset_vlan_required()
804 static int smcd_signal_ieq(struct smcd_dev *smcd, struct smcd_gid *rgid, in smcd_signal_ieq()
811 static int smcd_move(struct smcd_dev *smcd, u64 dmb_tok, unsigned int idx, in smcd_move()
828 static void smcd_get_local_gid(struct smcd_dev *smcd, in smcd_get_local_gid()
[all …]